This commit is contained in:
kali
2024-11-28 03:38:59 -05:00
parent 3233860d44
commit 7a6f125cd7
3 changed files with 5 additions and 1 deletions
+5 -1
View File
@@ -21,8 +21,13 @@ The TeamServer is a stand alone application, coded in c++, that handle listeners
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.
Listener and Beacons can communicate through TCP, SMB, HTTP ,HTTPS and Github issues depending on the situation.
![alt text](https://github.com/maxDcb/C2TeamServer/blob/master/images/ListenersAndSessions.png?raw=true)
![alt text](https://github.com/maxDcb/C2TeamServer/blob/master/images/ListenersAndSessions2.png?raw=true)
A compiled version of the TeamServer is ready to use in the Releases, with some default certificats for GRPC communication and HTTP Listener:
The TeamServer binary is in Release/TeamServer
@@ -40,7 +45,6 @@ It's launched using 'python3 GUI.py'
```
pip3 install pycryptodome
pip3 install conan==2.1.0
pip3 install grpcio==1.66.1
pip3 install PyQt5
pip3 install pyqtdarktheme
Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB