Skip to content

Given a domain name this program will look it up in the Chromium (and Firefox) HSTS preload list.

Notifications You must be signed in to change notification settings

kontaxis/hstsPreloadChromium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hstsPreloadChromium

usage: hstsPreloadChromium.py [-h] [--verbose] E [E ...]

Look up entries in the Chromium HSTS preload list.

positional arguments:
  E              Entry to look up.

optional arguments:
  -h, --help     show this help message and exit
  --verbose, -v  Output information on the lookup process.
# ./hstsPreloadChromium.py google.com chrome.google.com foo.chrome.google.com
chrome.google.com
foo.chrome.google.com

# ./hstsPreloadChromium.py paypal.com foo.paypal.com
paypal.com

About

Given a domain name this program will look it up in the Chromium (and Firefox) HSTS preload list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published