Skip to content

This script helps extract all the response headers and identifies some the security issue if found.

License

Notifications You must be signed in to change notification settings

salemae/getHeaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getHeaders

This script helps extract all the response headers and identifies some the security issue if found.

Prerequisites

Below python modules are needed for the script to function correctly

pip install click
pip install requests
pip install termcolor
pip install colorama

Usage

getHeader.py https://www.example.com
Usage: getHeaders.py [OPTIONS] URI

  This script helps extract all the response headers and identifies some the
  security issue if found.

  Please note that all requests to un-trusted ssl certificates will not be
  alerted.

  usage example 1 - in this example we are calling for all the headers.
  [getHeader.py https://www.example.com]

  useage example 2 - in this example we are setting the user-agent to
  'Mozilla'. [getHeader.py https://www.example.com --useragent Mozilla]

  useage example 3 - in this example we are calling for a specific header
  [getHeader.py https://www.example.com -s x-xss-protection]

Options:
  --s TEXT          if your looking for a specific header only
  --useragent TEXT  set a User-agent
  --help            Show this message and exit.

Example

About

This script helps extract all the response headers and identifies some the security issue if found.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages