
Herramienta de auditoría y análisis de redes para Kali Linux.
Modular cybersecurity framework developed in Python for analysis, monitoring, and simulation of MITM attacks in local networks. It allows students and professionals to understand the inner workings of networks, protocols, and vulnerabilities in controlled environments.
📌 Description Evillcode is a modular framework that allows:
Designed with a practical approach for learning in cybersecurity and networking.
Required tools
Follow these steps to install and run the project correctly:
🔹 1. Clone the repository
git clone https://github.com/AlexanderOrtizScript/evillcode.git
cd evillcode
🔹 2. Install Python dependencies
⚡ Quick option (Kali / Ubuntu)
🧠 Recommended option (virtual environment)
sudo apt install python3-venv -y
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
On some Linux distributions (such as Kali Linux), global installation with pip is restricted.
That is why --break-system-packages or a virtual environment is used.
🔹 3. Install system tools
sudo apt update
sudo apt install -y nmap python3-pip
🔹 4. Run the program
Run the script with administrator privileges:
bash
sudo python3 evillcode.py
🖥️ Select interface
→ 🔍 Network scan
→ 🎯 Target selection
→ ⚡ MITM + Sniffing
→ 📡 Real-time monitor
evillcode/
├── evillcode.py # Main script
├── requirements.txt # Dependencies
├── README.md # Documentation
├── LICENSE # MIT License
└── .gitignore # Files ignored by Git
This software is designed exclusively for educational purposes and authorized security testing.
Using this tool on networks without explicit consent is illegal.
The author is not responsible for any misuse of the software.
Alexander Ortiz GitHub: https://github.com/AlexanderOrtizScript
Contributions are welcome. You can fork the project and submit a pull request.
This project is under the MIT license (you can change it if you wish).
🟢 Active development Current version: 1.0.0