## https://sploitus.com/exploit?id=KITPLOIT:6341931360575897497

cspparse is a tool to evaluate Content Security Policies. It uses Google's API to retrieve the CSP Headers and returns them in ReconJSON format. Not only does it check for headers with Google's API, it also parses the target site's HTML to look for any CSP rules that are specified in the `<meta>` tag
## Installation
### Install Command and Download Source With Go Get
`cspparse` command will be installed to `$GOPATH/bin` and the source code (from `https://github.com/lc/cspparse`) will be found in `$GOPATH/src/github.com/lc/cspparse` with:
~ β― go get -u github.com/lc/cspparse
### Install from Source
~ β― git clone https://github.com/lc/cspparse
~ β― cd cspparse
~ β― go build
## Usage
~ β― cspparse <domain / url>
### Example
~ β― cspparse https://www.facebook.com
### Docker
~ > docker build -t cspparse .
Run
~ > docker run --rm -t cspparse <domain / url>
**Download Cspparse**