faviqon

command module
v0.0.0-...-2780381 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2026 License: BSD-3-Clause Imports: 15 Imported by: 0

README




[!NOTE] faviqon is a minimal tool for computing favicon hashes from URLs and generating shodan dorks for further reconnaissance.


  • computes murmur3 hashes from favicon.ico files
  • generates shodan search queries for favicon hash matching
  • clean and pipe friendly output


Installation

go install github.com/1hehaq/faviqon@latest


Flags

  -shodan : show shodan dorks only
  -v      : show version
  -h      : show help message


Example Commands

# compute hashes from URLs
cat https://github.com/ | faviqon

# generate shodan dorks for the hashes
cat urls.txt | faviqon -shodan

# pipe to other tools for further processing
shef -q $(echo https://github.com/ | faviqon -shodan)


  • If you see no results or errors
    • verify your URLs are accessible
    • check your internet connection (necessary to fetch /favicon.ico)
    • use -h for guidance


[!CAUTION] never use faviqon for any illegal activities, I'm not responsible for your deeds with it. Do for justice.




kindly for hackers
GitHub X

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL