Skip to content

Instantly share code, notes, and snippets.

@bsnyder
Last active August 29, 2015 14:07
Show Gist options
  • Save bsnyder/4fc655d5ceccbaefe913 to your computer and use it in GitHub Desktop.
Save bsnyder/4fc655d5ceccbaefe913 to your computer and use it in GitHub Desktop.
The command to test bash on your machine
$ curl https://shellshocker.net/shellshock_test.sh | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2009 100 2009 0 0 3044 0 --:--:-- --:--:-- --:--:-- 3240
CVE-2014-6271 (original shellshock): not vulnerable
bash: shellshocker: command not found
CVE-2014-6278 (Florian's patch): not vulnerable
CVE-2014-7169 (taviso bug): not vulnerable
CVE-2014-//// (exploit 3 on http://shellshocker.net/): not vulnerable
CVE-2014-7186 (redir_stack bug): not vulnerable
CVE-2014-7187 (nested loops off by one): not vulnerable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment