Handle multiple sessions by default
git-svn-id: file:///home/svn/framework3/trunk@5828 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
133d7ce658
commit
e02f740277
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue