这是indexloc提供的服务,不要输入任何密码
Skip to content

-or option is not working in 1.4 #541

@Edu4rdSHL

Description

@Edu4rdSHL

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions