[][src]Module feroxbuster::scanner

Structs

RESPONSES

Vector of FeroxResponse objects

SCANNED_URLS

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

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

send_report

Simple helper to send a FeroxResponse over the tx side of an mpsc::unbounded_channel

should_filter_response

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