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