Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 524 Bytes

File metadata and controls

22 lines (13 loc) · 524 Bytes

A collection of malicious Python programs

Structure

  • pwdcrack:

    • hashcrack.py - A python based hash cracker with single threaded, multi threaded, and gpu accelrated modes
  • bot_herder:

    • client - Client side application to communicate with Botnet CnC (Command-and-Control Server)
    • server - Flask-based Command-and-Control Server
    • nginx - nginx configuration
  • heartbleed:

  • metasploit_scripts:

  • reverse_eng:

  • rainbow_tables:

    • rainbow.py - A rainbow table using Python and Pickle