# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FilterAPIs will modify the output of FilteredRoutes to return the routes that only match the apis set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LoadTextWordlist will load the lines from the text wordlist, ensure the paths are valid with a prefixing slash and append any required extensions to the wordlist we do not lazy load the wordlist because thats hard and a pain for allocations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ParseDomain will attempt to determine the target based off the input The only support protocols are http, https If protocol is missing, then we will assume from the port.
ParseFile will perform a ParseDomain on all lines in a file.
No description provided by the author
ParseInput will attempt to extract all targets from a given input We will attempt to find a file matching your provided <input>, and otherwise attempt to parse it as a URI.
ParseStdin will return a channel that will publish chunks of targets every second (if there are any targets) This attempts to optimise against pipes that slowly write out the targets, allowing us to asynchronously to start processing targets without waiting for all the input.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ScanDomainOrFile will perform a scan using the domain or file provided.
ScanStdin will perform a scan using the options provided, reading targets from stdin TODO: figure out how to do phase scanning with stdin scan.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author