Visit Website

Command line tool for testing CRLF injection on a list of domains. This tool allows you to test for CRLF injection vulnerabilities on a list of domains. Usage: python crlf_injection_scanner.py [options] [domains] Options: -h, --help Show this help message and exit. -v, --version Show the version number and exit. -d, --domains Specify the list of domains to scan. -o, --output Specify the output file. -c, --config Specify the configuration file. Example: python crlf_injection_scanner.py -d example.com -o output.txt

ALTERNATIVES