Exploiting Misconfigured Services
Command:
screen -v
Description: Check the installed version of Screen.
Command:
./pspy64 -pf -i 1000
Description: View running processes with pspy.
Command:
readelf -d payroll | grep PATH
Description: Check the RUNPATH of a binary.
Command:
gcc src.c -fPIC -shared -o /development/libshared.so
Description: Compile a shared library.
Last updated