Skip to content

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

Notifications You must be signed in to change notification settings

MichaelStott/CRLF-Injection-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages