Linux Process Hunter(gitlab.com) |
Linux Process Hunter(gitlab.com) |
If I run the script sometimes I get one hidden udevd process:
$ sudo ./prochunter.py -r
[!] Found 1 hidden process
PID Name
24288 systemd-udevd
$ sudo ./prochunter.py --ps | grep udev
286 systemd-udevd
24357 systemd-udevd
$ sudo ./prochunter.py --ps | grep udev
286 systemd-udevd
$ sudo ./prochunter.py -r
[*] No hidden process found
Is that normal?I've read the bug report, I will try the persistence mode, thanks