Module feroxbuster::filters[][src]

contains all of feroxbuster's filters

Structs

FeroxFilters

Container around a collection of FeroxFilterss

LinesFilter

Simple implementor of FeroxFilter; used to filter out responses based on the number of lines in a Response body; specified using -N|--filter-lines

RegexFilter

Simple implementor of FeroxFilter; used to filter out responses based on a given regular expression; specified using -X|--filter-regex

SimilarityFilter

Simple implementor of FeroxFilter; used to filter out responses based on the similarity of a Response body with a known response; specified using --filter-similar-to

SizeFilter

Simple implementor of FeroxFilter; used to filter out responses based on the length of a Response body; specified using -S|--filter-size

StatusCodeFilter

Simple implementor of FeroxFilter; used to filter out status codes specified using -C|--filter-status

WildcardFilter

Data holder for two pieces of data needed when auto-filtering out wildcard responses

WordsFilter

Simple implementor of FeroxFilter; used to filter out responses based on the number of words in a Response body; specified using -W|--filter-words

Functions

initialize

add all user-supplied filters to the (already started) filters handler