Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 359 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 359 Bytes

CRLF-Injection-Scanner

Command line tool for testing CRLF injection on a list of domains.

Installation

$ python3 setup.py install

Examples

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"