Topic : Privilege Escalation
I want to be root user. What should I do?
@MoonCrack You should help me
Check the suid bit. You can find the answer this way.
What is the suid bit? mawk or other folders?
(find / -perm -u=s -type f 2>/dev/null) Run this command in the terminal and examine the suid bits. Search this site for a file that catches your eye other than the default ones: “https://gtfobins.github.io/”. If you have any problems, you can write privately.
2 Likes