-
-
Notifications
You must be signed in to change notification settings - Fork 596
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Running the command feroxbuster --help | grep "-r" produces the output below.
Usage: grep [OPTION]... PATTERNS [FILE]...
Try 'grep --help' for more information.
thread 'main' panicked at src/parser.rs:747:35:
called `Result::unwrap()` on an `Err` value: Os { code: 32, kind: BrokenPipe, message: "Broken pipe" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
To Reproduce
Steps to reproduce the behavior:
feroxbuster 2.13.0,grep (GNU grep) 3.11- run
feroxbuster --help | grep "-r"
Expected behavior
Regardless of the grep command being invalid, would not expect feroxbuster to crash.
Environment (please complete the following information):
- feroxbuster version: v2.13.0
- OS Ubuntu 24.04.3 LTS
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working