Handle multiple sessions by default

git-svn-id: file:///home/svn/framework3/trunk@5828 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2008-11-03 21:08:46 +00:00
parent 133d7ce658
commit e02f740277
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ class Metasploit3 < Msf::Exploit::Remote
register_advanced_options(
[
OptBool.new("ExitOnSession", [ true, "Return from the exploit after a session has been created", true ])
OptBool.new("ExitOnSession", [ false, "Return from the exploit after a session has been created", true ])
], self.class)
end
@ -59,4 +59,4 @@ class Metasploit3 < Msf::Exploit::Remote
end
end
end