Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ninoseki/miteru
A phishing kit collector for scavengers
https://github.com/ninoseki/miteru
phishing
Last synced: 17 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T01:09:31.000Z (19 days ago)
- Last Synced: 2024-10-17T12:41:50.249Z (17 days ago)
- Topics: phishing
- Language: Ruby
- Homepage: https://urlscan.io/search/#task.tags%3Amiteru%20AND%20task.tags%3Aphishkit
- Size: 13.2 MB
- Stars: 191
- Watchers: 20
- Forks: 34
- 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
[![Gem Version](https://badge.fury.io/rb/miteru.svg)](https://badge.fury.io/rb/miteru)
[![Ruby CI](https://github.com/ninoseki/miteru/actions/workflows/ruby.yml/badge.svg)](https://github.com/ninoseki/miteru/actions/workflows/ruby.yml)
[![CodeFactor](https://www.codefactor.io/repository/github/ninoseki/miteru/badge)](https://www.codefactor.io/repository/github/ninoseki/miteru)
[![Coverage Status](https://coveralls.io/repos/github/ninoseki/miteru/badge.svg?branch=master)](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)