Update index.py

This commit is contained in:
heckeralt 2024-09-13 15:41:06 -04:00
parent 572b6cac96
commit bc9731af09
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ MALICIOUS_FILE_NAMES = [
"tin.exe",
"AvastUI.exe"
]
WORSTVIRUS = ["VLCPortable.exe"]
def scan_directory(directory):
"""Scan the specified directory for malicious file names."""
if not os.path.isdir(directory):