Documentation ¶
Index ¶
- type Config
- func (conf Config) GetConfigType() string
- func (conf Config) GetDirlistDoHashMD5() (bool, error)
- func (conf Config) GetDirlistDohashSHA256() (bool, error)
- func (conf Config) GetDirlistExcludedDirs() ([]string, error)
- func (conf Config) GetDirlistExcludedDrives() ([]string, error)
- func (conf Config) GetDirlistExcludedExts() ([]string, error)
- func (conf Config) GetDirlistHashSizeLimitBytes() (int, error)
- func (conf Config) GetDirlistRootWalkDir() (string, error)
- func (conf Config) GetModulesToExecute() ([]string, error)
- func (conf Config) IsForensicMode() (bool, error)
- func (conf Config) IsVerbose() (bool, error)
- type MacConfig
- type WindowsConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (Config) GetConfigType ¶
func (Config) GetDirlistDoHashMD5 ¶
func (Config) GetDirlistDohashSHA256 ¶
func (Config) GetDirlistExcludedDirs ¶
func (Config) GetDirlistExcludedDrives ¶
func (Config) GetDirlistExcludedExts ¶
func (Config) GetDirlistHashSizeLimitBytes ¶
func (Config) GetDirlistRootWalkDir ¶
func (Config) GetModulesToExecute ¶
func (Config) IsForensicMode ¶
type MacConfig ¶
type MacConfig struct { ForensicMode bool Verbose bool Modules []string // modules to execute DirlistExcludedDirs []string // Folders to exclude DirlistExcludedExts []string // Extentions to exclude DirlistRootWalkDir string DirlistHashSizeLimitBytes int DirlistDoHashMD5 bool DirlistDoHashSHA256 bool }
type WindowsConfig ¶
type WindowsConfig struct { ForensicMode bool Verbose bool Modules []string // modules to execute DirlistExcludedDrives []string // Windows drives to exclude DirlistExcludedDirs []string // Folders to exclude DirlistExcludedExts []string // Extentions to exclude DirlistRootWalkDir string DirlistHashSizeLimitBytes int DirlistDoHashMD5 bool DirlistDoHashSHA256 bool }
Click to show internal directories.
Click to hide internal directories.