https://github.com/0xedward/fisherman
a fisherman catches phishes - a tool to look up reputation of email addresses
https://github.com/0xedward/fisherman
email infosec phishing python security security-tools threat-intelligence
Last synced: about 2 months ago
JSON representation
a fisherman catches phishes - a tool to look up reputation of email addresses
- Host: GitHub
- URL: https://github.com/0xedward/fisherman
- Owner: 0xedward
- License: mit
- Created: 2019-10-10T22:11:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T20:17:44.000Z (about 5 years ago)
- Last Synced: 2025-04-14T17:12:46.732Z (about 2 months ago)
- Topics: email, infosec, phishing, python, security, security-tools, threat-intelligence
- Language: Python
- Homepage: https://pypi.org/project/fisherman/
- Size: 12.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fisherman
A python3 tool for looking up an email address's reputation on [EmailRep](https://emailrep.io) and [Apility](https://apility.io/) without the need for API keys.
[](https://asciinema.org/a/gxM8pX1R26sjePuXvtMrmRNEX?loop=1&cols=95&rows=45)
## Installation
`pip install fisherman`## Quick Start
```sh
# Query email address on all services for email reputation and output if email is suspicious
fisherman [email protected]# Query email address on all services and output json responses from services
fisherman [email protected] -v
```## Usage
```sh
usage: fisherman [-h] [-v] emailA tool to catch phishes
Lookup email reputation:
------------------------------
fisherman [email protected]positional arguments:
email Email you want to check the reputation ofoptional arguments:
-h, --help show this help message and exit
-v, --verbose View detailed results from each service queried
```## Disclaimer
This tool was hacked together in a few hours after one of my email addresses was flooded with fishy emails, so there are no unit tests and items on the todo list will be completed on a personal need basis.## Credits
The fisherman ASCII art is from [ascii-art.de](http://www.ascii-art.de/ascii/def/fishing.txt)