
CRLFISCANNER es una herramienta CLI ligera y potente diseñada para cazadores de bugs y probadores de penetración, con el fin de detectar automáticamente vulnerabilidades de inyección CRLF mediante pruebas basadas en payloads y análisis de cabeceras HTTP.
CRLFISCANNER es una herramienta CLI profesional de Node.js para detectar vulnerabilidades de inyección CRLF mediante el envío de solicitudes HTTP basadas en payloads, el análisis de las cabeceras de respuesta y, opcionalmente, el reporte de hallazgos a un bot de API/Telegram.
CRLFISCANNER es una CLI de automatización de bug bounty creada para que los investigadores de seguridad detecten rápidamente inyecciones CRLF en endpoints objetivo.
Simplifica el escaneo al:
⚠️ AVISO LEGAL: Usa esta herramienta únicamente para pruebas de seguridad autorizadas y con fines educativos. Los ataques no autorizados son ilegales.
crlfi, Set-Cookie que contenga cappriciosec)npm install crlfi-scanner -g
crlfi-scanner -h
Abre Telegram y busca
👉 @CappricioSecuritiesTools_bot
Haz clic en Start o envía /start y luego pulsa el botón Get Chat ID.
Copia el Chat ID que muestra el bot.
crlfi-scanner --chatid yourchatid
#EJ : crlfi-scanner --chatid 1151520582
💡 Consejo: Una vez configurado, recibirás notificaciones y alertas en tiempo real de crlfi-scanner directamente en Telegram.
crlfi-scanner -u https://example.com
urls.txt:
https://example.com
https://site2.com
crlfi-scanners -l urls.txt
crlfi-scanner -u https://example.com -p 127.0.0.1:8080 -o output.txt --chatid 12345
crlfiscanner -u http://localhost:8000
██████╗██████╗ ██╗ ███████╗██╗
██╔════╝██╔══██╗██║ ██╔════╝██║
██║ ██████╔╝██║ █████╗ ██║
██║ ██╔══██╗██║ ██╔══╝ ██║
╚██████╗██║ ██║███████╗██║ ██║
╚═════╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝
███████╗ ██████╗ █████╗ ███╗ ██╗███╗ ██╗███████╗██████╗
██╔════╝██╔════╝██╔══██╗████╗ ██║████╗ ██║██╔════╝██╔══██╗
███████╗██║ ███████║██╔██╗ ██║██╔██╗ ██║█████╗ ██████╔╝
╚════██║██║ ██╔══██║██║╚██╗██║██║╚██╗██║██╔══╝ ██╔══██╗
███████║╚██████╗██║ ██║██║ ╚████║██║ ╚████║███████╗██║ ██║
╚══════╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝
Website: cappriciosec.com
crlfi-scanner - CRLF injection scanner
[+] Starting CRLF injection scan for 1 target(s)...
Checking ===> http://localhost:8000/end/www.cappriciosec.com
Checking ===> http://localhost:8000/end/%0D%0ASet-Cookie:cappriciosec=cappriciosec
💸[Vulnerable] ======> http://localhost:8000/end
📸PoC-Url->$ http://localhost:8000/end/%0D%0ASet-Cookie:cappriciosec=cappriciosec
[+] Bot reported vulnerability for http://localhost:8000/end
[+] Saved 1 vulnerable URL(s) to output.txt
crlfiscanner/
├── crlfiscanner.js
├── includes/
│ ├── help.js
│ ├── utils.js
│ ├── filereader.js
│ ├── validate.js
│ ├── scan.js
│ ├── bot.js
│ ├── db.js
│ ├── app.js
├── LICENSE
├── package.json
Invalid URL → asegúrate de que la URL comience con http:// o https://Either -u/--url or -l/--list is required. → proporciona un modo de entradaLicencia MIT
KarthiTheHacker
KarthiTheHacker
| Bandera | Descripción |
|---|
-h, --help | Muestra la ayuda |
-u, --url | URL de un solo objetivo |
-l, --list | Archivo con URLs |
-p, --proxy | Proxy opcional host:puerto |
-o, --output | Guarda las URLs vulnerables |
--chatid | ID de Telegram/chat para el reporte |