PACEJJ27 / csp-auditor

Burp and ZAP plugin to analyse Content-Security-Policy headers or generate template CSP configuration from crawling a Website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSP Auditor Build Status

This plugin provides:

  • a readable view of CSP Headers in Response Tab
  • passive scan rules to detect weak CSP configuration
  • a CSP configuration generator based on the Burp crawler or using manual browsing

This project is packaged as a ZAP and Burp plugin.

Download

Last updated : July 20th 2017

Screenshots

CSP Auditor Burp Plugin

Building the plugin

Type the following command:

./gradlew build

or if you have already Gradle installed on your machine:

gradle build

Read more

For more context around Content-Security-Policy and how to apply it to your website see our blog posts on the topic:

About

Burp and ZAP plugin to analyse Content-Security-Policy headers or generate template CSP configuration from crawling a Website


Languages

Language:Java 98.6%Language:HTML 1.4%