mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29: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 "$@"
|
||||
fi
|
||||
|
||||
exec ${NAME} "$@"
|
||||
# Can cause recursive loop
|
||||
# exec ${NAME} "$@"
|
||||
|
||||
Reference in New Issue
Block a user