Skip to content

jeretc/WebSecurityChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Security Headers Checker

Web Security Headers Checker is a Python tool to check security headers of websites.

Table of Contents

Description

This Python script checks the security headers of a given website. It verifies whether essential security headers like X-Frame-Options, X-XSS-Protection, Content-Security-Policy, etc., are implemented correctly. If any security header is missing, it provides a description of the header and suggests implementing it for better security.

Installation

  1. Clone or download the repository to your local machine.
  2. Make sure you have Python 3 installed.
  3. Install the required dependencies using pip:

Usage

Run the script websecuritychecker.py using Python. It will prompt you to enter the domain name of the website you want to analyze. After analyzing the website, it will display the status of each security header along with any missing headers and their descriptions.

To execute the script, use the following command:

python3 websecuritychecker.py

Follow the on-screen instructions to perform the security header scan.

License

This program is licensed under the GNU General Public License.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or create a pull request on GitHub.

Authors

  • Jeret Christopher - Initial work - M0du5

About

Enhance web security with this Python tool. Check websites for essential security headers like X-Frame-Options, X-XSS-Protection, and more. Easy analysis for better protection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages