Filter by Regex
Added in version 1.8.0
Categories:
less than a minute
Filter Response Using a Regular Expression
Heads up
Using regular expressions to filter large responses or many regular expressions may negatively impact performance.Version 1.3.0 included an overhaul to the filtering system which allows for a wide array of filters to be added with minimal effort. The latest addition is a Regular Expression Filter. As responses come back from the scanned server, the body and headers of the response are checked against the filter’s regular expression. If the expression is found in the body, then that response is filtered out.
Version 2.10.4 added the ability to use regex to filter on the content of headers, in addition to the response’s body.
./feroxbuster -u http://127.1 --filter-regex '[aA]ccess [dD]enied.?' --output results.txt --json