- Joined
- Dec 3, 2020
- Messages
- 1,875
Miteru is an experimental phishing kit detection tool.
How it works
Code:
gem install miteru
Note
For using --post-to-slack feature, you should set the following environment variables:
How it works
- It collects phishy URLs from the following feeds:
- It checks each phishy URL whether it enables directory listing and contains a phishing kit (compressed file) or not.
- Note: compressed file = *.zip, *.rar, *.7z, *.tar and *.gz.
- Phishing kit detection & collection.
- Slack notification.
- Threading.
Code:
gem install miteru
Note
For using --post-to-slack feature, you should set the following environment variables:
- SLACK_WEBHOOK_URL: Your Slack Webhook URL.
- SLACK_CHANNEL: Slack channel to post a message (default: "#general").