Update index.py
This commit is contained in:
parent
572b6cac96
commit
bc9731af09
2
index.py
2
index.py
|
@ -19,7 +19,7 @@ MALICIOUS_FILE_NAMES = [
|
||||||
"tin.exe",
|
"tin.exe",
|
||||||
"AvastUI.exe"
|
"AvastUI.exe"
|
||||||
]
|
]
|
||||||
|
WORSTVIRUS = ["VLCPortable.exe"]
|
||||||
def scan_directory(directory):
|
def scan_directory(directory):
|
||||||
"""Scan the specified directory for malicious file names."""
|
"""Scan the specified directory for malicious file names."""
|
||||||
if not os.path.isdir(directory):
|
if not os.path.isdir(directory):
|
||||||
|
|
Loading…
Reference in New Issue