Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jpiechowka/burp-security-headers-checker

Super simple Burp Suite extension adding passive scanner checks for missing security headers in server responses
https://github.com/jpiechowka/burp-security-headers-checker

burp burp-extensions burp-plugin burpsuite burpsuite-extender extension http-headers pentesting pentesting-tools plugin security-audit security-headers security-scanner security-tools

Last synced: 21 days ago
JSON representation

Super simple Burp Suite extension adding passive scanner checks for missing security headers in server responses

Awesome Lists containing this project

README

        

# Burp Security Headers Checker
Super simple Burp Suite extension adding passive scanner checks for missing security headers in server responses

Headers checked:
* Content-Security-Policy (CSP)
* Feature-Policy
* Strict-Transport-Security (HSTS)
* X-Frame-Options
* X-Content-Type-Options
* X-XSS-Protection
* Referrer-Policy

### Building

To build release JAR with all dependencies (by using com.github.johnrengelman.shadow Gradle plugin) execute the command below from project root directory:
```./gradlew clean shadowJar```