forked from spender-sandbox/cuckoo-modified
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
77 lines (62 loc) · 1.37 KB
/
.gitignore
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Ignore Cuckoo Database
db/cuckoo.db
# Ignore Cuckoo logs
log/*.log
# Ignore Cuckoo analyses
storage/*
# Ignore Python byte code
*.pyc
# Ignore certificates
*.pem
*.cert
# Ignore OS generated files
.DS_Store*
.AppleDouble
ehthumbs.db
Icon?
Thumbs.db
# Ignore development files
docs/book/src/_build/
.idea/
# Ignore Django secret_key
web/web/secret_key.py
cuckoo.v12.suo
# Ignore yara rules
data/yara/index_*.yar
UpgradeLog.htm
api.conf
auxiliary.conf
cuckoo.conf
esx.conf
kvm.conf
malheur.conf
memory.conf
modules/feeds/punch_plus_plus_pcres.py
modules/signatures/*
oracle_vbox.asc
physical.conf
processing.conf
reporting.conf
t1
t2
utils/logZoomedResults.py
utils/serv_not_working.txt
utils/zoomedSamples.txt
virtualbox.conf
vmware.conf
vsphere.conf
web/siteauth.sqlite
xenserver.conf
# Ignore Django auth DB
web/siteauth.sqlite
# Ignore feeds
data/feeds/*
analyzer/windows/dll/cuckoomon.dll.mar_2017
analyzer/windows/dll/cuckoomon.orig.dll
analyzer/windows/dll/cuckoomon.patched_InternetConnect_55_to_CC.dll
analyzer/windows/dll/cuckoomon.patched_InternetReadFile_55_to_CC.dll
analyzer/windows/dll/cuckoomon.patched_InternetSetOptionA_55_to_CC.dll
analyzer/windows/dll/cuckoomon.patched_VirtualProtectEx_55_to_CC.dll
analyzer/windows/dll/cuckoomon.patched_internet_send_like_55_to_CC.dll
analyzer/windows/dll/cuckoomon.patched_recv_55_to_CC.dll
analyzer/windows/dll/cuckoomon_x64.orig.dll