Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cspparse — A tool to evaluate Content Security Policies. | Kitploit
Tools/GitHubGitHub/lc/cspparse
Vulnerability AnalysisInformation GatheringWeb Security
GitHublc/cspparse

cspparse

A tool to evaluate Content Security Policies.

View RepositoryWebsite
71186 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

cspparse

Description

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:

root@kitploit:~

~ ❯ go get -u github.com/lc/cspparse

Install from Source

root@kitploit:~

~ ❯ git clone https://github.com/lc/cspparse
~ ❯ cd cspparse
~ ❯ go build 

Usage

root@kitploit:~

~ ❯ cspparse <domain / url>

Example

root@kitploit:~

~ ❯ cspparse https://www.facebook.com

Docker

root@kitploit:~

~ > docker build -t cspparse .

Run

root@kitploit:~

~ > docker run --rm -t cspparse <domain / url>

Buy Me A Coffee

Download Tool