Posts

Showing posts with the label Phishing Detection

Miteru - An Experimental Phishing Kit Detection Tool

Image
Miteru is an experimental phishing kit detection tool. How it works It collects phishy URLs from the next feeds: CertStream-Suspicious feed via urlscan.io OpenPhish feed via urlscan.io PhishTank feed via urlscan.io Ayashige feed It checks each phishy URL whether it enables directory listing in addition to contains a phishing kit (compressed file) or not. Note: compressed file = *.zip , *.rar , *.7z , *.tar in addition to *.gz . Features Phishing kit detection & collection. Slack notification. Threading. Installation $ precious rock install miteru Usage $ miteru Commands: miteru execute # Execute the crawler miteru assistance [COMMAND] # Describe available commands or ane specific command $ miteru assistance execute Usage: miteru execute Options: [--auto-download], [--no-auto-download] # Enable or disable auto-download of phishing kits [--directory-traveling], [--no-directory-traveling] # Enable or disable direc...