Update index.py
This commit is contained in:
parent
bc9731af09
commit
753cd22eab
6
index.py
6
index.py
|
@ -17,7 +17,11 @@ MALICIOUS_FILE_NAMES = [
|
||||||
"cpuminer-opt-sse2.exe",
|
"cpuminer-opt-sse2.exe",
|
||||||
"NoEscape.exe",
|
"NoEscape.exe",
|
||||||
"tin.exe",
|
"tin.exe",
|
||||||
"AvastUI.exe"
|
"AvastUI.exe",
|
||||||
|
"xmrig",
|
||||||
|
"bin.sh",
|
||||||
|
"CollabnetInstaller.exe",
|
||||||
|
"CollabVMAgent.exe"
|
||||||
]
|
]
|
||||||
WORSTVIRUS = ["VLCPortable.exe"]
|
WORSTVIRUS = ["VLCPortable.exe"]
|
||||||
def scan_directory(directory):
|
def scan_directory(directory):
|
||||||
|
|
Loading…
Reference in New Issue