[][src]Module feroxbuster::utils

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.

format_url

Simple helper to generate a Url

get_current_depth

Helper function that determines the current depth of a given url

get_url_path_length

Gets the length of a url's path

make_request

Initiate request to the given Url using Client

module_colorizer

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

normalize_url

Simple helper to abstract away adding a forward-slash to a url if not present

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 file that is buffered and locked

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