• Stars
    star
    137
  • Rank 260,422 (Top 6 %)
  • Language
    Python
  • Created over 7 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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"