Skip to content

Releases: naftulikay/escalator

1.0.1

20 Feb 01:31
v1.0.1
7b31b9b
Compare
Choose a tag to compare

Bugfix release providing musl-libc static binary: #2

1.0.0

19 Feb 20:07
v1.0.0
7ca94e7
Compare
Choose a tag to compare

Initial release providing basic escalation using setuid, setgid, and then replacement of the current process via execv. For best results, mark the binary as 7755 and own as root so that the setuid bit on the file will cause whoever executes it to "become" root. Once assumption of root has occurred, then it becomes possible to truly become root with the syscalls outlined above.