For the complete documentation index, see llms.txt. This page is also available as Markdown.

Service Exploits

Services running as root.

ps aux ~grep "^root"

Versions

program_name --version
program_name -V

Debian:
dpkg -l | grep program_name

RedHat:
rpm --qa | grep program_name

Last updated