4. Service Exploits
Introduction
Identify Services Running as Root
$ ps aux | grep "^root"Enumerating Program Versions
$ <program> --version
$ <program> -v$ dpkg -l | grep <program>Port Forwarding
Last updated