Documentation ¶
Overview ¶
The file module provides functions to scan a file system. It can look into files
using regexes. It can search files by name. It can match hashes in md5, sha1, sha256, sha384, sha512, sha3_224, sha3_256, sha3_384 and sha3_512. The filesystem can be searched using patterns, as described in the Parameters documentation at http://mig.mozilla.org/doc/module_file.html .
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parameters ¶
type Parameters struct {
Searches map[string]search `json:"searches,omitempty"`
}
type SearchResults ¶
type SearchResults map[string]searchresult
Click to show internal directories.
Click to hide internal directories.