
CORS-Fehlkonfigurationsscanner
Corsy ist ein leichtgewichtiges Programm, das alle bekannten Fehlkonfigurationen in CORS-Implementierungen scannt.

Corsy funktioniert nur mit Python 3 und hat nur eine Abhängigkeit:
requestsUm diese Abhängigkeit zu installieren, navigiere in das Corsy-Verzeichnis und führe pip3 install requests aus.
Die Verwendung von Corsy ist ganz einfach:
python3 corsy.py -u https://example.com
python3 corsy.py -i /pfad/urls.txt
cat urls.txt | python3 corsy.py
python3 corsy.py -u https://example.com -t 20
python3 corsy.py -u https://example.com -d 2
python3 corsy.py -i /pfad/urls.txt -o /pfad/ausgabe.json
python3 corsy.py -u https://example.com --headers "User-Agent: GoogleBot\nCookie: SESSION=Hacked"
-q kann verwendet werden, um die Ausgabe der Felder description, severity, exploitation zu überspringen.