Hey EvilZoners!
Here is my latest creation, well actually I just took a perl script I found and improved it substantially.
https://github.com/d4rkcat/g0tr00tThere are two versions of the script - g0tr00t.sh and g0tr00t-self-contained.sh
g0tr00t.sh will attempt to download 117 local privilege escalation exploits using wget or curl, then attempt to execute them one by one until it gets (or doesn't get) root.
g0tr00t-self-contained will do the same but does not download anything instead it extracts the exploits using base64 and tar, or just tar and then attempts the exploits to get root.
This is designed for webmasters to test their security.
NEVER use it on a server that you don't own (in the literal sense of the word).
Enjoy!