Security headers testing tool ~ Version 1.0
A tool for working with server headers, running in python via the urllib module.
git clone https://github.com/VlCl0US/HeadLess && cd HeadLess
python3 headless.py -u github.com -c
usage: headless.py [-h] [-u URL] [-i] [-c] [-f] [-a] [-d]
options:
-h, --help show this help message and exit
-u URL, --url URL Input host's url
-i, --invisible Invisible mode. No logo. For the best POC <3
-c, --check Simple security headers check
-f, --full Security headers check with full value
-a, --all_headers Show all headers
-d, --disable_redirects Disable redirects
- Server information disclousure headers detection feature
- Cross Origin Resource Sharing (CORS) misconfiguration detection feature
- Input multiple hosts from file feature