removed exit call
git-svn-id: file:///home/svn/framework3/trunk@7936 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
111d49135e
commit
9afb67aa5f
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue