https://github.com/shazsyed/FavHunt
Favicon based recon for faster fingerprinting of web services
https://github.com/shazsyed/FavHunt
bugbounty fingerprinting hacking recon reconaissance webservices
Last synced: 4 months ago
JSON representation
Favicon based recon for faster fingerprinting of web services
- Host: GitHub
- URL: https://github.com/shazsyed/FavHunt
- Owner: shazsyed
- Created: 2020-11-27T19:59:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-29T18:10:19.000Z (over 4 years ago)
- Last Synced: 2024-11-21T14:39:07.966Z (12 months ago)
- Topics: bugbounty, fingerprinting, hacking, recon, reconaissance, webservices
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - shazsyed/FavHunt - Favicon based recon for faster fingerprinting of web services (Python)
README
# FavHunt
Favicon based recon to fingerprint services running on a webserver.
## Installation:
```
$ git clone https://github.com/shazsyed/FavHunt
$ cd FavHunt
$ pip install -r requirements.txt
```
## Usage:
`python3 favhunt.py -l domains.txt` or `cat domains.txt | python favhunt.py`
```
usage: favhunt.py [-h] -l LIST [-o OUTPUT] [-f FINGERPRINTS] [-t THREADS] [-j] [-s] [-v]
optional arguments:
-h, --help show this help message and exit
-l LIST List of domains
-o OUTPUT JSON output filename
-f FINGERPRINTS Path to fingerprints json file (default: fingerprints.json)
-t THREADS Threads (default: 20)
-j, --json Stdout output in JSON
-s, --silent Only shows results with matched fingerprints
-v, --verbose Verbose output
```

#### Using with jq:
`python3 favhunt.py -l domains.txt -json | jq '.'`
## Credits:
Inspired by [FavFreak](https://github.com/devanshbatham/FavFreak) and thanks for fingerprints <3