/CHATool

Cookie/Header Audit Tool

Primary LanguagePython

CHATool

Cookie/Header Audit Tool

This is a simple tool which when given a URL via the python console will give you back a secarma formatted word document stating which cookies and headers are missing, depreicated, unnessesary or incorrectly configured.

How to use:

Currently in this preproduction version there is no runnable executable generated by the application. To run it you need to do the following:

How to contribute:

NOTE: Never commit to main branch. Always make a clone of the repo and create a branch before pushing the branch upstream. Run the project as described above.

Adding and removing packages: From within a venv terminal run your pip commands for example:

  • (venv) PS C:\xxx\CHATool> pip install pytest

To modify the requirements.txt run the following commmand:

  • (venv) PS C:\xxx\CHATool> pip freeze > requirements.txt