Skip to content

cycube-io/python-malware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-malware

Simple Malware in Python for education purposes Malware in Python for educational purposes. This project is divided into several phases, each building on the previous one to demonstrate different techniques and capabilities:

Phase 1: Agent and Server

  • Basic communication between a malware agent and a control server.

Phase 2: Agent, Server, and Command Execution

  • The agent can receive and execute commands sent from the server.

Phase 3: Sensitive Files Checker

  • The agent checks for the presence of sensitive files on the infected system.

Phase 4: Stealing Chrome and Firefox Passwords

  • The agent is enhanced to extract saved passwords from Chrome and Firefox browsers.

Phase 5: Persistency

  • Techniques are implemented to ensure the malware remains active and persistent on the infected system.

Disclaimer: This project is for educational purposes only. Do not use it for malicious activities.

About

Simple Malware in Python for education purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages