Command line tool for testing CRLF injection on a list of domains. Scan a target URL: Additionally, there is support for scanning URLs from a file, where the URLs are separated by newlines.
$ python3 setup.py install
$ crlf scan -u "www.google.com"
$ crlf scan -i "urls.txt"