package
0.10.0
Repository: https://github.com/redteampentesting/monsoon.git
Documentation: pkg.go.dev

# Functions

HostPorts returns a list of host:port combinations, and the list of runs sorted by the hostport combination.
LoadRuns parses all JSON files in dir and returns a list of runs.
New creates a new recorder.
NewResponse builds a Response struct for serialization with JSON.
NewTemplate builds a template to write to the JSON data file.
SortRuns sorts the list first by URL then start timestamp.

# Structs

Data is the data structure written to the file by a Recorder.
Recorder records information about received responses in a file encoded as .
Response is the result of a request sent to the target.
Run describes one run of the 'fuzz' command.
Template is the template used to construct an HTTP request.