1 mysql –version
1
mysql –version
1 sudo -V
sudo -V
1 apache2 -v
apache2 -v
1 couchdb -V
couchdb -V
1 psql -V
psql -V
1 dpkg -l
dpkg -l
LinPeas We can use linpeas on UNIX derivatives such as Linux. 1 ./linpeas.sh | tee output.txt Unix_privesc_check We can use unix_privesc_check on UNIX derivatives such as Linux. The script suppo...
/proc/(PID)/cmdline This file shows the parameters passed to the kernel at the time it is started. It looks like the following: --------------------------------------------------- [*] PATH: /proc/...
List Inetd Services ls -al /etc/init.d/ List xinetd Services ls -al /etc/xinetd.d/ Contents of Xinetd services cat /etc/xinetd.d/* Find services in /etc/init.d not owned by root and list the...
Services
User Information (Linux)