Find the web framework a site uses by checking its favicon against the OWASP database of common favicons
$ favicheck https://static-labs.tryhackme.cloud/sites/favicon/images/favicon.ico
Web framework: cgiirc (0.5.9)
favicheck <filepath|url>
# Check favicon from URL
favicheck https://static-labs.tryhackme.cloud/sites/favicon/images/favicon.ico
# Check favicon from file
favicheck ~/Downloads/favicon.ico
Go to the releases page and get the archive for your OS and CPU combination. Extract it, then copy the favicheck
binary to somewhere in your PATH.
brew tap szTheory/favicheck https://github.com/szTheory/favicheck
brew install favicheck
go get github.com/szTheory/favicheck
go run main.go https://static-labs.tryhackme.cloud/sites/favicon/images/favicon.ico
make build
make test
make lint
Bump the version number in the snippet below
git tag -a v0.1.0
git push origin v0.1.0