Live data from Hacker News

Linux Process Hunter

gitlab.com

1–5 of 5 posts

Re: Linux Process Hunter

#2
Nice!

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?

Re: Linux Process Hunter

#3
post #2

Nice! 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?

hello basemi, thanks, but I can't reproduce it. what distro and kernel version are you running? I tested it on arch and centos only.

Re: Linux Process Hunter

#4
post #2

Nice! 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?

https://gitlab.com/nowayout/prochunter/issues/1#note_4689476...

Re: Linux Process Hunter

#5
post #3
post #2

Nice! 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?

hello basemi, thanks, but I can't reproduce it. what distro and kernel version are you running? I tested it on arch and centos only.

Debian Sid, Linux 4.13.0-1-amd64, Systemd holded at v233-9

I've read the bug report, I will try the persistence mode, thanks