Documentation
¶
Index ¶
Constants ¶
View Source
const (
BagName = "evidence"
)
View Source
const (
BagUrlLogstash = "http://localhost:8080"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filters ¶
type Flags ¶
type Flags struct {
Print bool
NoFile bool
NoLine bool
Hex bool
Limits Limits
Filters Filters
// evidence bag
Bag struct {
Mode BagMode
Path string
Sign string
Url string
No bool
}
// optional flags
Opt struct {
Raw bool
Readonly bool
NoConvert bool
NoDeflate bool
NoPlugins bool
}
// ai flags
AI struct {
Model string
Query string
}
// ui flags
UI struct {
Theme string
State string
Mode mode.Mode
}
// alias flags
Alias struct {
Logstash bool
Text bool
Json bool
Jsonl bool
Sqlite bool
Xml bool
}
// deflate command
Deflate struct {
Path string
Pass string
}
// entropy command
Entropy struct {
Min float64
Max float64
}
// hash command
Hash struct {
Algo HashAlgo
}
// strings command
Strings struct {
Ascii bool
Min int
Max int
}
Credits bool
}
Click to show internal directories.
Click to hide internal directories.