[][src]Module feroxbuster::filters

Structs

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

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

Traits

FeroxFilter

FeroxFilter trait; represents different types of possible filters that can be applied to responses