https://github.com/ninoseki/miteru
A phishing kit collector for scavengers
https://github.com/ninoseki/miteru
phishing
Last synced: about 12 hours ago
JSON representation
A phishing kit collector for scavengers
- Host: GitHub
- URL: https://github.com/ninoseki/miteru
- Owner: ninoseki
- License: mit
- Created: 2018-09-17T05:12:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-22T06:03:03.000Z (3 months ago)
- Last Synced: 2025-04-14T18:18:39.816Z (about 12 hours ago)
- Topics: phishing
- Language: Ruby
- Homepage: https://urlscan.io/search/#task.tags%3Amiteru%20AND%20task.tags%3Aphishkit
- Size: 13.2 MB
- Stars: 201
- Watchers: 19
- Forks: 33
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - miteru - An experimental phishing kit detection tool 🔥 🚀 (Happy Exploring 🤘)
README
# Miteru
[](https://badge.fury.io/rb/miteru)
[](https://github.com/ninoseki/miteru/actions/workflows/ruby.yml)
[](https://www.codefactor.io/repository/github/ninoseki/miteru)
[](https://coveralls.io/github/ninoseki/miteru?branch=master)A phishing kit collector for scavengers.
## Disclaimer
This tool is for research purposes only. The use of this tool is your responsibility.
I take no responsibility and/or liability for how you choose to use this tool.## How It Works
- Collect phishy URLs from the following feeds:
- urlscan.io's automatic submissions. (`task.method:automatic AND NOT task.source:urlscan-observe`)
- urlscan.io phish feed. (available for Pro users)
- [mitchellkrogza/Phishing.Database](https://github.com/mitchellkrogza/Phishing.Database)'s `phishing-links-ACTIVE-NOW.txt`.
- [ninoseki/ayashige](https://github.com/ninoseki/ayashige) feed.
- Check each phishy URL whether it enables directory listing and contains phishing kits (compressed files) or not.
- Note: Supported compressed files are: `*.zip`, `*.rar`, `*.7z`, `*.tar` and `*.gz`.## Docs
- [Requirements & Installation](https://github.com/ninoseki/miteru/wiki/Requirements-&-Installation)
- [Usage](https://github.com/ninoseki/miteru/wiki/Usage)
- [Configuration](https://github.com/ninoseki/miteru/wiki/Configuration)
- [Alternatives](https://github.com/ninoseki/miteru/wiki/Alternatives)