-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hello, I have encountered the following issue when running ffuf after the 1.4 release:
Using the -or option always returns [INFO] No results and -or defined, output file not written. even if there are valid results.
Steps to reproduce:
ffuf -u https://google.com/FUZZ -w words.txt:FUZZ -timeout 5 -t 5 -o ffuf.txt -of csv -or -mc all
Log:
# ffuf -u https://google.com/FUZZ -w words.txt:FUZZ -timeout 5 -t 5 -o ffuf.txt -of csv -or -mc all
/'___\ /'___\ /'___\
/\ \__/ /\ \__/ __ __ /\ \__/
\ \ ,__\\ \ ,__\/\ \/\ \ \ \ ,__\
\ \ \_/ \ \ \_/\ \ \_\ \ \ \ \_/
\ \_\ \ \_\ \ \____/ \ \_\
\/_/ \/_/ \/___/ \/_/
v1.3.1-dev
________________________________________________
:: Method : GET
:: URL : https://google.com/FUZZ
:: Wordlist : FUZZ: words.txt
:: Output file : ffuf.txt
:: File format : csv
:: Follow redirects : false
:: Calibration : false
:: Timeout : 5
:: Threads : 5
:: Matcher : Response status: all
________________________________________________
test1 [Status: 404, Size: 1566, Words: 83, Lines: 12, Duration: 34ms]
balcony [Status: 404, Size: 1568, Words: 83, Lines: 12, Duration: 45ms]
testbed [Status: 404, Size: 1568, Words: 83, Lines: 12, Duration: 44ms]
balmy [Status: 404, Size: 1566, Words: 83, Lines: 12, Duration: 20ms]
test [Status: 404, Size: 1565, Words: 83, Lines: 12, Duration: 42ms]
support [Status: 301, Size: 226, Words: 9, Lines: 7, Duration: 338ms]
[INFO] No results and -or defined, output file not written.
alex1704
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working