Land #8853, Revert passive stance for multi/handler
commit
e8ab518d76
|
@ -33,8 +33,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
'Platform' => %w[android bsd java js linux osx nodejs php python ruby solaris unix win mainframe multi],
|
'Platform' => %w[android bsd java js linux osx nodejs php python ruby solaris unix win mainframe multi],
|
||||||
'Arch' => ARCH_ALL,
|
'Arch' => ARCH_ALL,
|
||||||
'Targets' => [ [ 'Wildcard Target', {} ] ],
|
'Targets' => [ [ 'Wildcard Target', {} ] ],
|
||||||
'DefaultTarget' => 0,
|
'DefaultTarget' => 0
|
||||||
'Stance' => Msf::Exploit::Stance::Passive
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue