MCPcopy Index your code
hub / github.com/edoardottt/favirecon

github.com/edoardottt/favirecon @v1.0.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.3 ↗ · + Follow
37 symbols 110 edges 14 files 15 documented · 41%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

favirecon

Use favicons to improve your target recon phase

Coded with 💙 by edoardottt

go action

go report card

Share on Twitter!

InstallGet StartedExamplesChangelogContributingLicense

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

brew install favirecon

Snap

sudo snap install favirecon

Go

go install github.com/edoardottt/favirecon/cmd/favirecon@latest

Get Started 🎉

Usage:
  favirecon [flags]

Flags:
INPUT:
   -u, -url string   Input domain
   -l, -list string  File containing input domains
   -cidr             Interpret input as CIDR

CONFIGURATIONS:
   -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

favirecon -u https://www.github.com
echo https://www.github.com | favirecon

Grab all possible results from a list of domains (protocols needed!)

favirecon -l targets.txt
cat targets.txt | favirecon

Grab all possible results belonging to a specific target(s) (protocols needed!)

cat targets.txt | favirecon -hash 708578229

Grab all possible results from single CIDR

favirecon -u 192.168.1.0/24 -cidr

Use a Proxy

favirecon -u https://www.github.com -px http://127.0.0.1:8080

JSON Output

favirecon -u https://www.github.com -j

Changelog 📌

Detailed changes for each release are documented in the release notes.

Contributing 🛠

Just open an issue / pull request.

Before opening a pull request, download golangci-lint and run

golangci-lint run

If there aren't errors, go ahead :)

In the news 📰

License 📝

This repository is under MIT License.
edoardottt.com to contact me.

Core symbols most depended-on inside this repo

ShowBanner
called by 4
pkg/output/banner.go
GetFaviconHash
called by 3
pkg/favirecon/utils.go
handleCidrInput
called by 3
pkg/favirecon/utils.go
Run
called by 3
pkg/favirecon/favirecon.go
getFavicon
called by 2
pkg/favirecon/http.go
PrepareURL
called by 2
pkg/favirecon/url.go
New
called by 1
pkg/output/output.go
Printed
called by 1
pkg/output/output.go

Shape

Function 27
Method 6
Struct 4

Languages

Go100%

Modules by API surface

pkg/favirecon/favirecon.go7 symbols
pkg/output/output.go6 symbols
pkg/input/flags.go5 symbols
pkg/favirecon/utils.go5 symbols
pkg/input/check.go2 symbols
pkg/favirecon/url.go2 symbols
pkg/favirecon/http.go2 symbols
pkg/favirecon/favirecon_test.go2 symbols
pkg/favirecon/db.go2 symbols
pkg/output/banner.go1 symbols
pkg/favirecon/ratelimit.go1 symbols
pkg/favirecon/html.go1 symbols

For agents

$ claude mcp add favirecon \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact