/meta

Explains and tests HTTP response headers

Primary LanguagePythonGNU General Public License v3.0GPL-3.0


meta

Explains and tests HTTP response headers

demo

Features

  • Describe response headers
  • Check for missing security headers
  • Check for misconfigurations
    • CORS
    • Cookie

more to come...

Installation [Optional]

Navigate to meta directory and run the following command as root:

make install

Documentation

Testing a website's response headers is pretty straight forward:

python meta.py -u http://example.com

The output can be strictly formatted to JSON as follows:

python meta.py -u http://example.com --json