removed exit call

git-svn-id: file:///home/svn/framework3/trunk@7936 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2009-12-21 22:10:18 +00:00
parent 111d49135e
commit 9afb67aa5f
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,6 @@ class Metasploit3 < Msf::Exploit::Remote
rescue ::Exception => e
print_error("Error: #{e.to_s}")
disconnect
exit
return
end
@ -198,6 +197,7 @@ class Metasploit3 < Msf::Exploit::Remote
print_status("Malformed http request sent.")
print_status("Now we wait for the egg hunter to work it's magic. thx skape!")
handler
disconnect
end