[][src]Function feroxbuster::scanner::initialize

pub fn initialize(
    num_words: usize,
    scan_limit: usize,
    extensions: &[String],
    status_code_filters: &[u16],
    lines_filters: &[usize],
    words_filters: &[usize],
    size_filters: &[u64]
)

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