You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ fastfinder [OPTIONS]
133
133
> 💡 **Tip**: FastFinder can run with standard user privileges, but administrative rights provide access to all system files.
134
134
135
135
### Scan and export file match according to your needs
136
-
configuration examples are available [there](./examples)
136
+
configuration examples are available [there](./examples). Here is a full configuration blank example. You do not need to implement every attribute if you are not using everything.
137
137
138
138
```yaml
139
139
input:
@@ -143,7 +143,7 @@ input:
143
143
yara: [] # use yara rule and specify rules path(s) for more complex pattern search (wildcards / regex / conditions)
144
144
checksum: [] # parse for md5/sha1/sha256 in file content
145
145
options:
146
-
contentMatchDependsOnPathMatch: true # if true, paths are a pre-filter for content searchs. If false, paths and content both generate matchs
146
+
contentMatchDependsOnPathMatch: true # if true, paths are a pre-filter for grep (string) searches only. YARA and Checksums are always evaluated.
147
147
findInHardDrives: true # enumerate hard drive content
0 commit comments