[][src]Module feroxbuster::reporter

Statics

LOCKED_FILE

Singleton buffered file behind an Arc/RwLock; used for file writes from two locations:

Functions

get_cached_file_handle
initialize

Creates all required output handlers (terminal, file) and returns the transmitter sides of each mpsc along with each receiver's future's JoinHandle to be awaited

safe_file_write

Given a string and a reference to a locked buffered file, write the contents and flush the buffer to disk.