package
0.0.0-20241216201159-46e4ef8c5872
Repository: https://github.com/thehackerdev/cartograph.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

CorpusDataFromReqResp creates a CorpusData object from a HttpReqResp object.

# Structs

CorpusData is a struct that holds the data that will be used to create a corpus.
DataFilter is a filter object for data API requests.
FlaggedCorpusData is a struct that contains all flagged corpus data, used to identify interesting traffic.
HttpReqResp represents HTTP request and response data.
HttpRequest represents the data from a single HTTP request.
HttpResponse represents the data from a single HTTP response.
IPData represents the IP address of the destination server.
LoggerRegexFilter is used to query logger data from a stored procedure in the database, using regex values to compare against.
MapperBrowserData holds mapper data sent from our browser scripts.
ReferrerData is a struct that holds the referer and destination URLs from a single HTTP request.
RegexKeyValue represents a key:value pairing with compiled regular expressions.
ReturnFilter determines what data to return, when used with the data API.
TargetFilter is the universal filtering language used to specify HTTP targets.
TargetFilterSimple is the universal filtering language used to specify HTTP targets, limited to host values only.
TargetIgnore is a data structure for target or ignore settings, using easily comparable data types.
TargetIgnoreSimple is a data structure for target or ignore settings, using only hosts to match against.