Post Exploitation
Last updated
Was this helpful?
Last updated
Was this helpful?
The file appear to be running /tmp/listusers, however, it is non existent. The SUID bit is set for this file. What does that mean? It means that it will execute with the level of privlege that matches the user who own this file. Since the file is owned by root, the file will execute with root privileges.
Lets create the /tmp/listusers file and have it run a bash shell!