Skip to content

d-lan2/CHATool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Cookie/Header Audit Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages