Skip to content

rmhowe425/C2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A scalable C2 that routes all traffic through tor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages