Final commit before snoooooooooze
This commit is contained in:
parent
befe4814cf
commit
b31e335dc5
@ -130,8 +130,8 @@ def detect_keyloggers():
|
|||||||
############################
|
############################
|
||||||
pids = []
|
pids = []
|
||||||
for device_file in keyboard_device_files:
|
for device_file in keyboard_device_files:
|
||||||
pids.append(get_pids_using_file(device_file))
|
pids += get_pids_using_file(device_file)
|
||||||
pids = sorted(list(set(int(pid) for pid in pids)))
|
pids = sorted(list(set(pids)))
|
||||||
if verbose_option:
|
if verbose_option:
|
||||||
print('[Verbose] Process IDs using keyboard device files:', pids)
|
print('[Verbose] Process IDs using keyboard device files:', pids)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user