A tool for checking security headers present in a website.
cd main
go build main.go -o main
2 Modes of operation.
- Checking single url.
cd main
./main --url https://google.com
- Checking a file containing websites.
cd main
./main --url-file top100.txt --output-file top100.out --threads 25
I have hosted the web implementation of this package on heroku. Just pass url of the target ?url=<full_url_here_of_taget>
and send the request to see the output.
headlysis