diff --git a/modules/exploits/multi/handler.rb b/modules/exploits/multi/handler.rb index 2f998a4517..2a332d6cab 100644 --- a/modules/exploits/multi/handler.rb +++ b/modules/exploits/multi/handler.rb @@ -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 \ No newline at end of file +end