Function feroxbuster::scan_manager::start_max_time_thread[][src]

pub async fn start_max_time_thread(handles: Arc<Handles>)
Expand description

Given a string representing some number of seconds, minutes, hours, or days, convert that representation to seconds and then wait for those seconds to elapse. Once that period of time has elapsed, kill all currently running scans and dump a state file to disk that can be used to resume any unfinished scan.