Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edoardottt/favirecon
Use favicon.ico to improve your target recon phase. Quickly detect technologies, WAF, exposed panels, known services.
https://github.com/edoardottt/favirecon
bug-bounty bugbounty favicon favicon-hash favicon-icon golang hacking infosec offensive-security penetration-test penetration-testing pentest pentest-tool pentesting pentesting-tools recon reconnaissance security security-tools
Last synced: 8 days ago
JSON representation
Use favicon.ico to improve your target recon phase. Quickly detect technologies, WAF, exposed panels, known services.
- Host: GitHub
- URL: https://github.com/edoardottt/favirecon
- Owner: edoardottt
- License: mit
- Created: 2022-11-22T15:19:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T08:19:46.000Z (11 months ago)
- Last Synced: 2023-12-18T09:45:22.601Z (11 months ago)
- Topics: bug-bounty, bugbounty, favicon, favicon-hash, favicon-icon, golang, hacking, infosec, offensive-security, penetration-test, penetration-testing, pentest, pentest-tool, pentesting, pentesting-tools, recon, reconnaissance, security, security-tools
- Language: Go
- Homepage: https://edoardoottavianelli.it
- Size: 438 KB
- Stars: 141
- Watchers: 3
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- WebHackersWeapons - favirecon
README
favirecon
Use favicon.ico to improve your target recon phase
Coded with 💙 by edoardottt
Install •
Get Started •
Examples •
Changelog •
Contributing •
License
> **Note**
> This tool heavily relies on its favicon hash database. If you think you have a new favicon hash that's worth adding or you think there is a wrong hash-service association please open an issue.Install 📡
----------### Homebrew
```console
brew install favirecon
```### Snap
```console
sudo snap install favirecon
```### Go
```console
go install github.com/edoardottt/favirecon/cmd/favirecon@latest
```Get Started 🎉
----------```console
Usage:
favirecon [flags]Flags:
INPUT:
-u, -url string Input domain
-l, -list string File containing input domains
-cidr Interpret input as CIDRCONFIGURATIONS:
-hash string[] Filter results having these favicon hashes (comma separated)
-c, -concurrency int Concurrency level (default 50)
-t, -timeout int Connection timeout in seconds (default 10)
-rl, -rate-limit int Set a rate limit (per second)
-px, -proxy string Set a proxy server (URL)OUTPUT:
-o, -output string File to write output results
-v, -verbose Verbose output
-s, -silent Silent output. Print only results
-j, -json JSON output
```Examples 💡
----------Identify a single domain
```console
favirecon -u https://www.github.com
``````console
echo https://www.github.com | favirecon
```Grab all possible results from a list of domains (protocols needed!)
```console
favirecon -l targets.txt
``````console
cat targets.txt | favirecon
```Grab all possible results belonging to a specific target(s) (protocols needed!)
```console
cat targets.txt | favirecon -hash 708578229
```Grab all possible results from single CIDR
```console
favirecon -u 192.168.1.0/24 -cidr
```Use a Proxy
```console
favirecon -u https://www.github.com -px http://127.0.0.1:8080
```JSON Output
```console
favirecon -u https://www.github.com -j
```Changelog 📌
-------Detailed changes for each release are documented in the [release notes](https://github.com/edoardottt/favirecon/releases).
Contributing 🛠
-------Just open an [issue](https://github.com/edoardottt/favirecon/issues) / [pull request](https://github.com/edoardottt/favirecon/pulls).
Before opening a pull request, download [golangci-lint](https://golangci-lint.run/usage/install/) and run
```console
golangci-lint run
```If there aren't errors, go ahead :)
In the news 📰
-------- [Hive Five Newsletter by Securibee](https://securib.ee/newsletter/)
License 📝
-------This repository is under [MIT License](https://github.com/edoardottt/favirecon/blob/main/LICENSE).
[edoardoottavianelli.it](https://www.edoardoottavianelli.it) to contact me.