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
Find recursively a string: 1 2 3 4 5 6 # Find ETSCTF on every file under the current directory find . -type f -exec grep -H 'ETSCTF' {} \; 2>/dev/null # Identify any file (not directory) modifie...
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/...
Services
User Information (Linux)