diff --git a/README.md b/README.md index d9d2aeb..1b71b3e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/images/ListenersAndSessions.png b/images/ListenersAndSessions.png index 8f55658..399cd45 100644 Binary files a/images/ListenersAndSessions.png and b/images/ListenersAndSessions.png differ diff --git a/images/ListenersAndSessions2.png b/images/ListenersAndSessions2.png new file mode 100644 index 0000000..19655ca Binary files /dev/null and b/images/ListenersAndSessions2.png differ