This script checks the security headers of a given URL and generates a report in DOCX format.
- Python 3.x
requests
librarypython-docx
library
-
Clone the repository or download the script file.
-
Install the required libraries using the following command:
pip install requests python-docx