[][src]Function feroxbuster::scanner::scan_url

pub async fn scan_url(
    target_url: &str,
    wordlist: Arc<HashSet<String>>,
    base_depth: usize,
    stats: Arc<Stats>,
    tx_term: UnboundedSender<FeroxResponse>,
    tx_file: UnboundedSender<FeroxResponse>,
    tx_stats: UnboundedSender<StatCommand>
)

Scan a given url using a given wordlist

This is the primary entrypoint for the scanner