Python 2.7
Use to quickly audit important HTTP Security Headers.
python haudit.py http://example.com
- This is a work in progress. Validating existing headers needs to be more intelligent.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request