DEBUG
This commit is contained in:
parent
9b3151452d
commit
2c9ba696c8
@ -179,9 +179,9 @@ def detect_keyloggers():
|
|||||||
print('[Verbose] Auto-killable process found:', name)
|
print('[Verbose] Auto-killable process found:', name)
|
||||||
if safe_option:
|
if safe_option:
|
||||||
if confirm_kill_procces(name):
|
if confirm_kill_procces(name):
|
||||||
kill_process(name_pid_dict[name])
|
kill_processes(name_pid_dict[name])
|
||||||
else:
|
else:
|
||||||
kill_process(name_pid_dict[name])
|
kill_processes(name_pid_dict[name])
|
||||||
|
|
||||||
############################
|
############################
|
||||||
# 6. Identify suspicious processes, i.e. those not whitelisted
|
# 6. Identify suspicious processes, i.e. those not whitelisted
|
||||||
|
|||||||
Reference in New Issue
Block a user