Skip to content

AlessandraZullo/SetUID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SetUID

My personal guide to get privesc

How to Use

Run sudo -l
Read which commands can be executed by root (for example test/nameFile)
Run mkdir test
Move setuid.c in test
mv setuid.c test
Compile script
gcc setuid.c -o nameFile
Run as root
sudo -u root nameFile
Get Shell

About

My personal guide to get privesc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages