[][src]Module feroxbuster::scanner

Structs

SCANNED_URLS

Set of urls that have been sent to scan_url, used for deduplication

Statics

NUMBER_OF_REQUESTS

Single atomic number that gets holds the number of requests to be sent per directory scanned

Functions

initialize

Perform steps necessary to run scans that only need to be performed once (warming up the engine, as it were)

scan_url

Scan a given url using a given wordlist

should_filter_response

Simple helper to stay DRY; determines whether or not a given FeroxResponse should be reported to the user or not.