Module feroxbuster::utils[][src]

Functions

create_report_string

Helper to create the standard line for output to file/terminal

ferox_print

Simple helper to abstract away the check for an attached terminal.

fmt_err

simple wrapper to stay DRY

logged_request

wrapper for make_request used to pass error/response codes to FeroxScans for per-scan stats tracking of information related to auto-tune/bail

make_request

Initiate request to the given Url using Client

module_colorizer

Takes in a string and colors it using console::style

open_file

Given the path to a file, open the file in append mode (create it if it doesn’t exist) and return a reference to the buffered file

set_open_file_limit

Attempts to set the soft limit for the RLIMIT_NOFILE resource

status_colorizer

Takes in a string and examines the first character to return a color version of the same string

write_to

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