Skip to content

Commit 897b5b5

Browse files
committed
revert passive handler stance
1 parent 6fb8928 commit 897b5b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/exploits/multi/handler.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,14 @@ def initialize(info = {})
3434
'Arch' => ARCH_ALL,
3535
'Targets' => [ [ 'Wildcard Target', {} ] ],
3636
'DefaultTarget' => 0,
37-
'Stance' => Msf::Exploit::Stance::Passive
3837
)
3938
)
4039

4140
register_advanced_options(
4241
[
4342
OptBool.new(
4443
"ExitOnSession",
45-
[ true, "Return from the exploit after a session has been created", false ]
44+
[ true, "Return from the exploit after a session has been created", true ]
4645
),
4746
OptInt.new(
4847
"ListenerTimeout",

0 commit comments

Comments
 (0)