Land #8853, Revert passive stance for multi/handler

bug/bundler_fix
Brent Cook 2017-08-19 22:04:26 -05:00
commit e8ab518d76
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
1 changed files with 1 additions and 2 deletions

View File

@ -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
) )
) )