1 cat /etc/crontab && ls -al /etc/cron*
1
cat /etc/crontab && ls -al /etc/cron*
1 find /etc/cron* -type f -perm -o+w -exec ls -l {} \;
find /etc/cron* -type f -perm -o+w -exec ls -l {} \;
1 find /etc/cron* -user <admin>
find /etc/cron* -user <admin>
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...
FTP (tcp-21)
System (Linux)