forked from nvanrymenant/strangethings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrangethings.conf-SAMPLE
More file actions
46 lines (29 loc) · 1.52 KB
/
strangethings.conf-SAMPLE
File metadata and controls
46 lines (29 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# StrangeThings Configuration File
[equivtypes]
# Since type matching is not a science, much less a perfect one, you can
# use the equivtypes section to create lists of MIME types that should be
# treated as equivalent. The key for each should be the type related to
# the suffix and the value should be a list of acceptable equivalents that
# the magic check might return. (Separate types with commas.)
#
# Example: text/css = text/html,text/plain
text/css = text/html
text/x-python = text/plain
text/html = text/plain
[suffixlists]
# Create lists of suffixes to search for. A list can be selected by
# command line using the "-s SUFFIXLIST" flag. If you do not use the "-s"
# the default behaviour is to use all suffixes for known MIME types. This
# can be overriden by setting a "default" entry below.
#
# Example: officedocs = xls,xlsx,doc,docx,ppt,pptx
officedocs = doc,docx,xls,xlsx,ppt,pptx
cryptolocker = aodt,ods,odp,odm,odc,odb,doc,docx,docm,wps,xls,xlsx,xlsm,xlsb,xlk,ppt,pptx,pptm,mdb,accdb,pst,dwg,dxf,dxg,wpd,rtf,wb2,mdf,dbf,psd,pdd,eps,ai,indd,cdr,jpg,jpe,img_jpg,dng,3fr,arw,srf,sr2,bay,crw,cr2,dcr,kdc,erf,mef,mrw,nef,nrw,orf,raf,raw,rwl,rw2,r3d,ptx,pef,srw,x3f,der,cer,crt,pem,pfx,p12,p7b,p7c
windowsbin = exe,dll,com
[excludedirs]
# Define a list of directories to exlude from the search. An exclusion list
# can be selected by using the "-e EXCLUDEDIRS" flag. On a NetApp filer for example
# you'll want to exclude snapshots from the search.
#
# Example: netapp = ~snapshot
netapp = ~snapshot