From 08bc0d4a9316f1704e7b0799bf72fac8adc7466f Mon Sep 17 00:00:00 2001 From: OPSXCQ Date: Thu, 8 Dec 2016 13:08:24 -0200 Subject: [PATCH] bash test --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 27ef92c..fb7760a 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,16 @@ Shellshock, also known as Bashdoor, is a family of security bugs in the widely u There are several exploits +## Test your system + +Just run this bash script in your system and you will see if you are vulnerable or not: + + env 'VAR=() { :;}; echo Bash is vulnerable!' 'FUNCTION()=() { :;}; echo Bash is vulnerable!' bash -c "echo Bash Test" + ## Fix + + ### Disclaimer This or previous program is for Educational purpose ONLY. Do not use it without permission. The usual disclaimer applies, especially the fact that me (opsxcq) is not liable for any damages caused by direct or indirect use of the information or functionality provided by these programs. The author or any Internet provider bears NO responsibility for content or misuse of these programs or any derivatives thereof. By using these programs you accept the fact that any damage (dataloss, system crash, system compromise, etc.) caused by the use of these programs is not opsxcq's responsibility.