Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ldionmarcil/burp-samesite-reporter

Burp extension that passively reports various SameSite flags
https://github.com/ldionmarcil/burp-samesite-reporter

appsec burp-extensions security-automation security-tools

Last synced: about 1 month ago
JSON representation

Burp extension that passively reports various SameSite flags

Awesome Lists containing this project

README

        

# burp-samesite-reporter
Burp extension that passively reports various SameSite flags.

You can download a build from this repository by downloading [SameSiteReporter.jar](SameSiteReporter.jar).

This extension reports cases where the `SameSite` cookie flag is explicitly set to `None` and when it is missing. Handy for developers who want to write secure code and testers who, like me, often forget to check the `SameSite` value of important cookies.

### SameSite=None
![Samesite None Issue](img/none_samesite_issue.png)
![Samesite None Response](img/none_samesite_response.png)

### SameSite Missing
![Samesite Missing Issue](img/missing_samesite_issue.png)
![Samesite Missing Response](img/missing_samesite_response.png)