All Projects → GoSecure → Csp Auditor

GoSecure / Csp Auditor

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

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Csp Auditor

Csp Bypass
A Burp Plugin for Detecting Weaknesses in Content Security Policies
Stars: ✭ 130 (+7.44%)
Mutual labels:  csp, burp-plugin
Pyms
Library of utils to create REST Python Microservices
Stars: ✭ 120 (-0.83%)
Mutual labels:  hacktoberfest
React Tweet Embed
component that you supply tweet id and you'll get a tweet embed back, nothing more
Stars: ✭ 120 (-0.83%)
Mutual labels:  hacktoberfest
Netcoreblockly
.NET Core API to Blockly - generate from WebAPI, Swagger, OData, GraphQL =>
Stars: ✭ 121 (+0%)
Mutual labels:  hacktoberfest
Client
Stars: ✭ 120 (-0.83%)
Mutual labels:  hacktoberfest
Ralph
Ralph is the CMDB / Asset Management system for data center and back office hardware.
Stars: ✭ 1,701 (+1305.79%)
Mutual labels:  hacktoberfest
Tech Companies In Nepal
List of tech companies based or working in Nepal. 🇳🇵
Stars: ✭ 120 (-0.83%)
Mutual labels:  hacktoberfest
Hubspot3
python3.5+ hubspot client based on hapipy, but modified to use the newer endpoints and non-legacy python
Stars: ✭ 121 (+0%)
Mutual labels:  hacktoberfest
Cyclotron
A web platform for constructing dashboards.
Stars: ✭ 1,554 (+1184.3%)
Mutual labels:  hacktoberfest
Rascsi
English version of the Raspberry Pi SCSI interface board "RaSCSI". This allows a Raspberry Pi to function as an emulated hard disk and/or CD-ROM for vintage Macintosh computers.
Stars: ✭ 118 (-2.48%)
Mutual labels:  hacktoberfest
Apple cursor
🍎 macOS Cursor Theme
Stars: ✭ 121 (+0%)
Mutual labels:  hacktoberfest
Yii2 Jui
Yii 2 JQuery UI extension.
Stars: ✭ 120 (-0.83%)
Mutual labels:  hacktoberfest
Youtubedownloader
Downloads videos and playlists from YouTube
Stars: ✭ 2,202 (+1719.83%)
Mutual labels:  hacktoberfest
Vscode Verilog Hdl Support
Verilog HDL/SystemVerilog/Bluespec SystemVerilog support for VS Code
Stars: ✭ 120 (-0.83%)
Mutual labels:  hacktoberfest
React Kanban Dnd
📋 Open source kanban board built with React
Stars: ✭ 121 (+0%)
Mutual labels:  hacktoberfest
Facebook
📨 Facebook Notifications Channel for Laravel
Stars: ✭ 120 (-0.83%)
Mutual labels:  hacktoberfest
Mdx Embed
Embed 3rd party media content in MDX - no import required 🧽
Stars: ✭ 119 (-1.65%)
Mutual labels:  hacktoberfest
Docs
📚 Documentation for 🚀 Fiber
Stars: ✭ 121 (+0%)
Mutual labels:  hacktoberfest
Mapswipe
MapSwipe mobile application
Stars: ✭ 121 (+0%)
Mutual labels:  hacktoberfest
Spectre.cli
An extremely opinionated command-line parser.
Stars: ✭ 121 (+0%)
Mutual labels:  hacktoberfest

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 : August 3th 2017

Screenshots

Passive rules and custom tab:

CSP Auditor Burp Plugin

Configuration builder:

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].