From 0c296291b288c50a71bc7aa5de95dcb4af619ca7 Mon Sep 17 00:00:00 2001 From: Shai Alon Date: Tue, 16 Feb 2021 20:13:03 +0200 Subject: [PATCH] Add CSP Scanner --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6aaadca..9c6b1d2 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,7 @@ Check solve section for steganography. ```pip install sqlmap``` - [W3af](https://github.com/andresriancho/w3af) - Web Application Attack and Audit Framework. - [XSSer](http://xsser.sourceforge.net/) - Automated XSS testor. +- [CSP Scanner](https://cspscanner.com/) - Analyze a site's Content-Security-Policy (CSP) to find weak links and bypasses. # Resources