
Corsy는 Python 3에서만 작동하며 하나의 의존성만 있습니다:
requests이 의존성을 설치하려면 Corsy 디렉토리로 이동하여 pip3 install requests를 실행하세요.
Corsy 사용법은 아주 간단합니다.
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를 사용하면 출력에서 description, severity, exploitation 필드의 출력을 생략할 수 있습니다.