Cyberpunk-themed monitoring interface with threat visualization
-
Real-time Detection
Visual and audio alerts for phishing attempts -
Advanced domain analysis (homoglyphs, typosquatting)
-
Brand logo recognition
-
3D threat globe visualization
-
Cross-platform support (Windows/Mac/Linux)
# Clone repository
git clone https://github.com/CrystalRebirth/phishing-annihilator.git
cd phishing-annihilator
# Install dependencies
pip install -r requirements.txt
Edit config.yaml
:
# API Keys
phishtank_api_key: "your_key"
virustotal_api_key: "your_key"
# UI Settings
ui:
theme: "cyberpunk" # or "dark", "light"
alert_sound: true
python main.py
- Dashboard - Real-time threat monitoring
- Globe View - Interactive 3D visualization
- Alert History - Detailed threat log
from phish_annihilator import detect_phishing
result = detect_phishing("faceb00k-login.com")
print(result) # {'score': 0.92, 'reason': 'Homoglyph detected'}
Threat Dashboard | Alert Notification |
---|---|
![]() |
![]() |
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.