Update index.py

This commit is contained in:
heckeralt 2024-09-13 15:38:46 -04:00
parent 9aca07fd15
commit 572b6cac96
1 changed files with 4 additions and 1 deletions

View File

@ -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):