Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Que = "\033[95m" Blue = "\033[94m" Green = "\033[92m" Yellow = "\033[93m" Bad = "\033[91m" Info = "\033[1m" Reset = "\033[0m" )
Colors used throughout the program
View Source
var Banner = `` /* 238-byte string literal not displayed */
Banner is the application banner
Functions ¶
func WriteOutput ¶
Types ¶
type Output ¶
type Output struct {
Path string `json:"path"`
Description string `json:"description"`
Comment string `json:"comment"`
}
Output is a single blob of data returned by the tool
type Sign ¶
type Sign struct {
CryptoFiles bool
PasswordFiles bool
ConfigurationFiles bool
DatabaseFiles bool
MiscFiles bool
InterestingDir bool
}
Sign contains Signatures to be ran
Click to show internal directories.
Click to hide internal directories.