{"id":18774712,"url":"https://github.com/sztheory/favicheck","last_synced_at":"2025-12-14T13:30:20.964Z","repository":{"id":70180702,"uuid":"463710802","full_name":"szTheory/favicheck","owner":"szTheory","description":"Detect a site's web framework from their favicon","archived":false,"fork":false,"pushed_at":"2022-03-29T02:14:44.000Z","size":36,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T00:56:15.969Z","etag":null,"topics":["favicon","go","golang","owasp","security","web-framework"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/szTheory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-26T00:13:08.000Z","updated_at":"2024-10-09T09:41:43.000Z","dependencies_parsed_at":"2023-02-21T11:46:05.174Z","dependency_job_id":null,"html_url":"https://github.com/szTheory/favicheck","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szTheory%2Ffavicheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szTheory%2Ffavicheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szTheory%2Ffavicheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szTheory%2Ffavicheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/szTheory","download_url":"https://codeload.github.com/szTheory/favicheck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239680989,"owners_count":19679509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["favicon","go","golang","owasp","security","web-framework"],"created_at":"2024-11-07T19:39:09.050Z","updated_at":"2025-12-14T13:30:20.636Z","avatar_url":"https://github.com/szTheory.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Favicheck\n\n![Favicheck logo](logo.svg)\n\nFind the web framework a site uses by checking its favicon against the [OWASP database of common favicons](https://wiki.owasp.org/index.php/OWASP_favicon_database)\n\n```sh\n$ favicheck https://static-labs.tryhackme.cloud/sites/favicon/images/favicon.ico\nWeb framework: cgiirc (0.5.9)\n```\n\n## Usage\n\n```sh\nfavicheck \u003cfilepath|url\u003e\n```\n\n### Examples\n\n```sh\n# Check favicon from URL\nfavicheck https://static-labs.tryhackme.cloud/sites/favicon/images/favicon.ico\n```\n\n```sh\n# Check favicon from file\nfavicheck ~/Downloads/favicon.ico\n```\n\n## Install\n\n### Option 1: Download the binary\n\nGo to the [releases page](https://github.com/szTheory/favicheck/releases) and get the archive for your OS and CPU combination. Extract it, then copy the `favicheck` binary to somewhere in your PATH.\n\n### Option 2: Brew\n\n```sh\nbrew tap szTheory/favicheck https://github.com/szTheory/favicheck\nbrew install favicheck\n```\n\n### Option 3: Go Get\n\n```sh\ngo get github.com/szTheory/favicheck\n```\n\n### Option 4: Run directly from source\n\n```sh\ngo run main.go https://static-labs.tryhackme.cloud/sites/favicon/images/favicon.ico\n```\n\n\n\n## Building the binary\n\n```sh\nmake build\n```\n\n## Running the test suite\n\n```sh\nmake test\n```\n\n## Linting the code\n\n```sh\nmake lint\n```\n\n## Releasing\n\nBump the version number in the snippet below\n\n```sh\ngit tag -a v0.1.0 \ngit push origin v0.1.0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsztheory%2Ffavicheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsztheory%2Ffavicheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsztheory%2Ffavicheck/lists"}