All Projects → s0md3v → meta

s0md3v / meta

Licence: GPL-3.0 License
Explains and tests HTTP response headers

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects


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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].