Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gwen001/csp-analyzer

Analyze Content-Security-Policy header of a given URL.
https://github.com/gwen001/csp-analyzer

bugbounty content-security-policy csp pentesting python security-tools

Last synced: 6 days ago
JSON representation

Analyze Content-Security-Policy header of a given URL.

Awesome Lists containing this project

README

        

csp-analyzer

Analyze the Content-Security-Policy of a given URL.


python badge
MIT license badge
twitter badge

---

## Description

This Python tool displays the Content-Security-Policy header of a given URL in a pretty way.
The colors show the "severity" of the potential issue.

## Install

```
git clone https://github.com/gwen001/csp-analyzer
cd csp-analyzer
pip3 install -r requirements.txt
```

## Usage

```
$ python3 csp-analyzer.py []
```

---

---

Feel free to [open an issue](/../../issues/) if you have any problem with the script.