Enumeration on Linux

Share on:

OSCP Notes

  1. Tools

  2. File permissions find /home -type f -printf "%f\t%p\t%u\t%g\t%m" , followed by suid binary search - find / -perm -4000 2>/dev/null

  3. Enumerating binary programs strings strace -v -f -e execve 2>&1 | grep exec ltrace