Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 382 Bytes

File metadata and controls

17 lines (11 loc) · 382 Bytes

Security Headers Checker

This script checks the security headers of a given URL and generates a report in DOCX format.

Prerequisites

  • Python 3.x
  • requests library
  • python-docx library

Installation

  1. Clone the repository or download the script file.

  2. Install the required libraries using the following command:

    pip install requests python-docx