
Scanner di misconfigurazione CORS
Corsy è un programma leggero che scansiona tutte le note misconfigurazioni nelle implementazioni CORS.

Corsy funziona solo con Python 3 e ha una sola dipendenza:
requestsPer installare questa dipendenza, naviga nella directory di Corsy ed esegui pip3 install requests
Usare Corsy è molto semplice
python3 corsy.py -u https://example.com
python3 corsy.py -i /path/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 /path/urls.txt -o /path/output.json
python3 corsy.py -u https://example.com --headers "User-Agent: GoogleBot\nCookie: SESSION=Hacked"
-q può essere usato per saltare la stampa dei campi description, severity, exploitation nell'output.