Skip to content

Instantly share code, notes, and snippets.

@ivodvb
Created January 27, 2015 23:14
Show Gist options
  • Save ivodvb/314826843419941962ef to your computer and use it in GitHub Desktop.
Save ivodvb/314826843419941962ef to your computer and use it in GitHub Desktop.
ghost.sh
# Using amlweems's script @ https://gist.github.com/amlweems/6e78d03810548b4867d6
rm -f GHOST.c
rm -f GHOST
wget https://gist.githubusercontent.com/amlweems/6e78d03810548b4867d6/raw/69e2fb429dc6f020954405a9d55021db8db1d26e/gistfile1.c -O GHOST.c
gcc GHOST.c -o GHOST
./GHOST
cat /etc/*-release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment