Constant feroxbuster::DEFAULT_STATUS_CODES[][src]

pub const DEFAULT_STATUS_CODES: [StatusCode; 10];
Expand description

Default list of status codes to report

  • 200 Ok
  • 204 No Content
  • 301 Moved Permanently
  • 302 Found
  • 307 Temporary Redirect
  • 308 Permanent Redirect
  • 401 Unauthorized
  • 403 Forbidden
  • 405 Method Not Allowed
  • 500 Internal Server Error