Update index.py
This commit is contained in:
parent
9aca07fd15
commit
572b6cac96
5
index.py
5
index.py
|
@ -14,7 +14,10 @@ MALICIOUS_FILE_NAMES = [
|
||||||
"WannaCry.exe",
|
"WannaCry.exe",
|
||||||
"setupcert.exe",
|
"setupcert.exe",
|
||||||
"VLCPortable.exe",
|
"VLCPortable.exe",
|
||||||
"cpuminer-opt-sse2.exe"
|
"cpuminer-opt-sse2.exe",
|
||||||
|
"NoEscape.exe",
|
||||||
|
"tin.exe",
|
||||||
|
"AvastUI.exe"
|
||||||
]
|
]
|
||||||
|
|
||||||
def scan_directory(directory):
|
def scan_directory(directory):
|
||||||
|
|
Loading…
Reference in New Issue