SUID - nmap
Learnt while tryhackme: mrrobot CTF
So, we found SUID bit set on nmap

To escalate privileges:
nmap --interactive
!sh

This method is also an effective method of breaking/escaping limited/restricted shell. More on that in further posts.
Last updated
Was this helpful?