Remove recursive loop failure in metasploit.sh.

This commit is contained in:
David Tomaschik
2016-03-11 19:33:40 -08:00
parent 28348ca08e
commit 6a6216a720

View File

@@ -25,4 +25,5 @@ if [ -f "${BASE}/apps/pro/msf3/tools/exploit/${NAME}.rb" ]; then
exec ${BASE}/apps/pro/msf3/tools/exploit/${NAME}.rb "$@" exec ${BASE}/apps/pro/msf3/tools/exploit/${NAME}.rb "$@"
fi fi
exec ${NAME} "$@" # Can cause recursive loop
# exec ${NAME} "$@"