A powerful, terminal-based phishing simulation & educational security tool.
Use responsibly for learning and authorized testing only.

git clone https://github.com/juttcybertech/Spy.git
cd Spy
pip install -r requirements.txt
.env file in the root directory and add your admin credentials and email settings.
ADMIN_USERNAME=your_admin_username
ADMIN_PASSWORD=your_secure_password
# Optional: For email notifications on admin lockout
ADMIN_EMAIL=your_email@gmail.com
EMAIL_PASSWORD=your_gmail_app_password
python spy.py
Select an attack vector:
Follow the command-line prompts to choose a template. If the template is personalizable, enter the required details.
Share the link:
The server will provide a local network URL (e.g., http://192.168.1.5:5050). Share this only for authorized testing.
http://<your-ip>:5050/admin and log in with your .env credentials to see collected data.This tool is strictly for educational purposes and authorized security testing.
Illegal use is your responsibility. Do not target individuals without explicit consent.
Use safely and responsibly. π‘οΈ
MIT License Β© JuttCyberTech