All Projects → MichaelStott → Crlf Injection Scanner

MichaelStott / Crlf Injection Scanner

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Crlf Injection Scanner

ras-fuzzer
RAS(RAndom Subdomain) Fuzzer
Stars: ✭ 42 (-53.85%)
Mutual labels:  fuzzing, bugbounty, fuzzer
Syzkaller
syzkaller is an unsupervised coverage-guided kernel fuzzer
Stars: ✭ 3,841 (+4120.88%)
Mutual labels:  security-vulnerability, fuzzing, fuzzer
nozaki
HTTP fuzzer engine security oriented
Stars: ✭ 37 (-59.34%)
Mutual labels:  fuzzing, bugbounty, fuzzer
vaf
Vaf is a cross-platform very advanced and fast web fuzzer written in nim
Stars: ✭ 294 (+223.08%)
Mutual labels:  fuzzing, bugbounty, fuzzer
Dirsearch
Web path scanner
Stars: ✭ 7,246 (+7862.64%)
Mutual labels:  fuzzing, fuzzer, bugbounty
Watchdog
Watchdog - A Comprehensive Security Scanning and a Vulnerability Management Tool.
Stars: ✭ 345 (+279.12%)
Mutual labels:  security-vulnerability, bugbounty
Afl Utils
Utilities for automated crash sample processing/analysis, easy afl-fuzz job management and corpus optimization
Stars: ✭ 383 (+320.88%)
Mutual labels:  fuzzing, fuzzer
Dictionary Of Pentesting
Dictionary collection project such as Pentesing, Fuzzing, Bruteforce and BugBounty. 渗透测试、SRC漏洞挖掘、爆破、Fuzzing等字典收集项目。
Stars: ✭ 492 (+440.66%)
Mutual labels:  bugbounty, fuzzing
Command Injection Payload List
🎯 Command Injection Payload List
Stars: ✭ 658 (+623.08%)
Mutual labels:  security-vulnerability, bugbounty
Fuzzdicts
Web Pentesting Fuzz 字典,一个就够了。
Stars: ✭ 4,013 (+4309.89%)
Mutual labels:  fuzzing, fuzzer
Fuzzapi
Fuzzapi is a tool used for REST API pentesting and uses API_Fuzzer gem
Stars: ✭ 521 (+472.53%)
Mutual labels:  security-vulnerability, fuzzer
Angora
Angora is a mutation-based fuzzer. The main goal of Angora is to increase branch coverage by solving path constraints without symbolic execution.
Stars: ✭ 669 (+635.16%)
Mutual labels:  fuzzing, fuzzer
Pyjfuzz
PyJFuzz - Python JSON Fuzzer
Stars: ✭ 342 (+275.82%)
Mutual labels:  fuzzing, fuzzer
Dharma
Generation-based, context-free grammar fuzzer.
Stars: ✭ 416 (+357.14%)
Mutual labels:  fuzzing, fuzzer
Tlsfuzzer
SSL and TLS protocol test suite and fuzzer
Stars: ✭ 335 (+268.13%)
Mutual labels:  security-vulnerability, fuzzer
Jsfuzz
coverage guided fuzz testing for javascript
Stars: ✭ 532 (+484.62%)
Mutual labels:  fuzzing, fuzzer
Blackwidow
A Python based web application scanner to gather OSINT and fuzz for OWASP vulnerabilities on a target website.
Stars: ✭ 887 (+874.73%)
Mutual labels:  bugbounty, fuzzer
Paramspider
Mining parameters from dark corners of Web Archives
Stars: ✭ 781 (+758.24%)
Mutual labels:  bugbounty, fuzzing
Example Go
Go Fuzzit Example
Stars: ✭ 39 (-57.14%)
Mutual labels:  fuzzing, fuzzer
Pentesting
Misc. Public Reports of Penetration Testing and Security Audits.
Stars: ✭ 24 (-73.63%)
Mutual labels:  security-vulnerability, bugbounty

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"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].