Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 676 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 676 Bytes

C2

Python-Based Command & Control server.

  • Uses the Stem library to send all communications through Tor.
  • Uses diffie-hellman key exchange to set up symmetic encryption.
  • Uses AES Cipher Block Chaining mode for symmetric encryption with a 128-bit key that is generated from an MD5 hash.

Modes of Operation

Required Libraries

Library Link
PyCryptodome https://pypi.org/project/pycryptodome/
Stem https://pypi.org/project/stem/
socket Native
datetime Native
socks Native