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.icoGo 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 favicheckgo get github.com/szTheory/favicheckgo run main.go https://static-labs.tryhackme.cloud/sites/favicon/images/favicon.icomake buildmake testmake lintBump the version number in the snippet below
git tag -a v0.1.0
git push origin v0.1.0