/denylist-url-checker

using a public url, hash content and test it agains the badbits registry

Primary LanguagePython

BadBits URL Checker

This tool allows you to check the content of a public URL against the BadBits registry by hashing the content.

Running the Program

  1. Ensure you have Python 3 installed on your system.
  2. Execute the script from the command line, providing the URL as an argument.

For example:

python3 badbits-url-checker.py http://example.com

Replace http://example.com with the URL you wish to check.