Last active
August 29, 2015 14:07
-
-
Save bsnyder/4fc655d5ceccbaefe913 to your computer and use it in GitHub Desktop.
The command to test bash on your machine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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