Skip to content

Commit edbe8d7

Browse files
author
Brent Cook
committed
Revert "Revert passive stance for multi/handler"
This reverts commit 66a4ea4.
1 parent c14daf3 commit edbe8d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/multi/handler.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ def initialize(info = {})
3333
'Platform' => %w[android bsd java js linux osx nodejs php python ruby solaris unix win mainframe multi],
3434
'Arch' => ARCH_ALL,
3535
'Targets' => [ [ 'Wildcard Target', {} ] ],
36-
'DefaultTarget' => 0
36+
'DefaultTarget' => 0,
37+
'Stance' => Msf::Exploit::Stance::Passive
3738
)
3839
)
3940

0 commit comments

Comments
 (0)