Skip to content

Instantly share code, notes, and snippets.

@adamenger
Created January 27, 2015 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamenger/1cd5a8bb462f1c824f21 to your computer and use it in GitHub Desktop.
Save adamenger/1cd5a8bb462f1c824f21 to your computer and use it in GitHub Desktop.
CVE-2015-0235 (GHOST) vulnerability script
#!/bin/sh
wget https://gist.githubusercontent.com/koelling/ef9b2b9d0be6d6dbab63/raw/de1730049198c64eaf8f8ab015a3c8b23b63fd34/gistfile1.c
gcc gistfile1.c -o CVE-2015-0235
./CVE-2015-0235
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment