Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

fadetrack/MyPythonMalware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyPythonMalware

Features :

  • 2 Way interaction without public IP ( without global IP ) : Upto some extent using the 'rtc.php' file as mediator (need to implement database for commands specific to a particular bot ) 
  • Can work on any free webhosting service provider , (check the list )
  • PHP script can automatically create folders based on the unique 'botId' created and sent by the bot
  • Persistent ( otherwise what use it is as bot )
  • Send identification details such as :
    • MAC address
    • Locale ( such as en-IN or en-US )
    • Public IP
    • Platform (x86 or x86_64)
    • Architecture
    • Node Name in the network
  • Thread Implementation for :
    • Sending the loot
    • Keylogger ( so that we don't miss that important key )
    • Receiving Command
  • Sends MD5 hash of the file , before uploading the original file so as to check for any bad upload
  • Retries until the file is uploaded ( which is checked using the checksum sent earlier )
  • Screenshots : Takes screenshots based on the URL of the webpage ( this needs to be polished )
  • Search command on the Bot side to search for the files
  • CMD commands can be executed by the bot

How to setup the python malware :

The main file is the 'Client.py', which needs to be compiled and run on the victim machine , it has been tested on my PC and works out to be fine.

The php files need to be uploaded to any free/paid webhosting services.
The rtc.php file acts your single medium of communication between the bot and the owner (as of now) . rtc.php saves command received from the owner into 'comm.txt' which the bot reads as command .After executing the command it then sends data back as POST / GET request , where rtc.php stores it as the result of the command , again in comm.txt.

Current Working

  • Data from the bot is saved in text file , the identification Data
  • Screenshots inside the uploads folder with the botID as another folder

ToDo

  • Spreading capabilities need to be added
  • Save data in a database
  • Create Admin Panel

Disclaimer

Any actions and or activities related to the material contained within this website is solely your responsibility.The misuse of the information in this website can result in criminal charges brought against the persons in question. The author will not be held responsible in the event any criminal charges be brought against any individuals misusing the information on this website to break the law.

This site contains links to materials that can be potentially damaging or dangerous.

About

Learning Python Interaction With Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.6%
  • PHP 6.4%