May 7, 2022 | 13:10
INE Lab - Linux Local Enumeration
The scenario is described as follows:
The user will access a ubuntu instance as a student user. We will assume that we have compromised a machine and gained regular user access (student). We need to conduct local enumeration and obtain root access to the machine.
Objective: Find the SUID executables and vulnerable services to gain the root privileges.
LinEnum is located within /opt:
student@INE:~$ /opt/LinEnum/LinEnum.sh > linenum.txt student@INE:~$ more linenum.
Read more