Add CSP Scanner

This commit is contained in:
Shai Alon 2021-02-16 20:13:03 +02:00 committed by GitHub
parent eb504b242b
commit 0c296291b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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