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

pub async fn scan_url<'_>(
    target_url: &'_ str,
    wordlist: Arc<HashSet<String>>,
    base_depth: usize,
    tx_term: UnboundedSender<FeroxResponse>,
    tx_file: UnboundedSender<String>
)

Scan a given url using a given wordlist

This is the primary entrypoint for the scanner