π¦ ClawHub
Phishing Kit Detector
by @edgeiq-labs
Detects phishing kit artifacts, brand impersonation, suspicious JavaScript, and infrastructure on URLs or local HTML to identify phishing kit clones.
π‘ Examples
Basic URL scan (free tier)
python3 phishing_detector.py --url "https://suspicious-site.com/login"
Local HTML file scan (Pro)
EDGEIQ_EMAIL=your_email@gmail.com python3 phishing_detector.py \
--file /path/to/phishing_page.html --pro
Brand impersonation check (Pro)
python3 phishing_detector.py --url "https://fake-paypal.com" \
--brands paypal,amazon,apple --pro
Full bundle analysis + JSON export
EDGEIQ_EMAIL=your_email@gmail.com python3 phishing_detector.py \
--url "https://phishing-site.net" --bundle --output report.json
TERMINAL
clawhub install edgeiq-phishing-kit-detector