Skip to content

Commit 7a6f125

Browse files
author
kali
committed
Minor
1 parent 3233860 commit 7a6f125

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,13 @@ The TeamServer is a stand alone application, coded in c++, that handle listeners
2121
Beacons run on the victime host. Each Beacons which connects back to the TeamServer open a new session. This session is used to control the Beacon, send commands and receive results.
2222
Listener and Beacons can communicate through TCP, SMB, HTTP ,HTTPS and Github issues depending on the situation.
2323

24+
2425
![alt text](https://github.com/maxDcb/C2TeamServer/blob/master/images/ListenersAndSessions.png?raw=true)
2526

27+
28+
![alt text](https://github.com/maxDcb/C2TeamServer/blob/master/images/ListenersAndSessions2.png?raw=true)
29+
30+
2631
A compiled version of the TeamServer is ready to use in the Releases, with some default certificats for GRPC communication and HTTP Listener:
2732

2833
The TeamServer binary is in Release/TeamServer
@@ -40,7 +45,6 @@ It's launched using 'python3 GUI.py'
4045

4146
```
4247
pip3 install pycryptodome
43-
pip3 install conan==2.1.0
4448
pip3 install grpcio==1.66.1
4549
pip3 install PyQt5
4650
pip3 install pyqtdarktheme

images/ListenersAndSessions.png

40.7 KB
Loading

images/ListenersAndSessions2.png

91.7 KB
Loading

0 commit comments

Comments
 (0)