LiveCD - fixed a bug in menu display showing sqlmap enabled

This commit is contained in:
ben-waugh
2013-01-22 09:57:43 +10:00
parent 56d6b54d08
commit d81dc8044e

View File

@@ -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]"