Skip to content

project-insecurity/cspparse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

git clone https://github.com/C0RB3N/cspparse
cd cspparse
chmod +x install.sh && ./install.sh

Usage

~ ❯ cspparse <domain / url>

Example:

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

About

A tool to evaluate Content Security Policies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 97.2%
  • Shell 2.8%