From d81dc8044e2d5f6c5cab60af13949695b6ba6782 Mon Sep 17 00:00:00 2001 From: ben-waugh Date: Tue, 22 Jan 2013 09:57:43 +1000 Subject: [PATCH] LiveCD - fixed a bug in menu display showing sqlmap enabled --- liveCD/BeEFLive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liveCD/BeEFLive.sh b/liveCD/BeEFLive.sh index 7180fc74c..dfd189481 100644 --- a/liveCD/BeEFLive.sh +++ b/liveCD/BeEFLive.sh @@ -81,7 +81,7 @@ while true; do echo "[5] Enable BeEF in background mode [Currently Disabled]" fi - if [ "$bac" = "1" ] ; then + if [ "$sqlm" = "1" ] ; then echo "[6] Disable sqlMap demo [Currently Enabled]" else echo "[6] Enable sqlMap demo [Currently Disabled]"