mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Remove recursive loop failure in metasploit.sh.
This commit is contained in:
@@ -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} "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user