Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 581 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 581 Bytes

header_sweep

This is a small python command-line tool for auditing a web application's HTTP security headers and secure cookie configurations.

Installation :

Assuming python and pip are available and on global path (you can always use virtualenv to install the dependencies on an isolated instance) :

make install

Usage :

(try -h for details)

python header_sweep.py -t [http[s]://target.url/target.uri] -o [output_file]

   --no-cert : Turn off TLS certificate validation
   --auth=username:password : Use basic auth credentials