FIX
This commit is contained in:
parent
316ff1c90e
commit
538c6368c5
@ -13,7 +13,7 @@ from utils import (
|
||||
kill_process
|
||||
)
|
||||
|
||||
# Global variables
|
||||
# Global variables/CLI options
|
||||
|
||||
auto_kill_option = False
|
||||
verbose_option = False
|
||||
@ -260,8 +260,10 @@ def detect_keyloggers():
|
||||
|
||||
to_kill = list(set(to_kill))
|
||||
|
||||
if black_list_option:
|
||||
if add_black_list_option:
|
||||
auto_kill_programs.extend(to_kill)
|
||||
if verbose_option:
|
||||
print('[Verbose] Newly blacklisted programs: ', to_kill)
|
||||
|
||||
###########################
|
||||
# 9. Cleanup
|
||||
|
||||
Reference in New Issue
Block a user