#2689 Added C2 Sequence diagram to docs and added additional ftp_client request tests.

This commit is contained in:
Archer Bowen
2024-08-16 11:51:38 +01:00
parent 849cb20f35
commit 83b8206ce0
7 changed files with 78 additions and 6 deletions

BIN
docs/_static/c2_sequence.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@@ -99,6 +99,12 @@ However, each host implements it's own receive methods.
- Sends C2 Commands to the C2 Beacon via ``C2Payload.INPUT``.
- Receives the RequestResponse of the C2 Commands executed by C2 Beacon via ``C2Payload.OUTPUT``.
The sequence diagram below clarifies the functionality of both applications:
.. image:: ../_static/c2_sequence.png
:width: 500
:align: center
For further details and more in-depth examples please refer to the ``Command-&-Control notebook``