Skip to content

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

License

Notifications You must be signed in to change notification settings

gpapakyriakopoulos/header_sweep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published