Module feroxbuster::filters

source ·
Expand description

contains all of feroxbuster’s filters

Re-exports§

  • pub use self::similarity::SIM_HASHER;
  • pub use self::similarity::SIM_HASHER;

Structs§

  • Container around a collection of FeroxFilterss
  • Simple implementor of FeroxFilter; used to filter out responses based on the number of lines in a Response body; specified using -N|–filter-lines
  • Simple implementor of FeroxFilter; used to filter out responses based on a given regular expression; specified using -X|–filter-regex
  • single instance of the sip hasher used in similarity filtering
  • 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
  • Simple implementor of FeroxFilter; used to filter out responses based on the length of a Response body; specified using -S|–filter-size
  • Simple implementor of FeroxFilter; used to filter out status codes specified using -C|–filter-status
  • Data holder for all relevant data needed when auto-filtering out wildcard responses
  • 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§

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