A quick script to check what framework is being used based on the favicon md5sum
hash. The pre-computed hashes are based on OWASP favicon database with other
additions.
Install/Usage
Install.
$ go install github.com/mohabaks/favicon@latest
$ go get github.com/mohabaks/favicon
Run the script.
$ favicon --hash f276b19aabcb4ae8cda4d22625c6735f
[+] Found favicon cgiirc (0.5.9)
$ favicon --url https://<url>/favicon.ico
[+] Found favicon cgiirc (0.5.9)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.