Fix duplicate hash key "DefaultOptions"

In modules/exploits/windows/local/pxeexploit.rb.
bug/bundler_fix
William Vu 2015-02-24 05:00:52 -06:00
parent 53e45498ca
commit ff73b4d51a
1 changed files with 3 additions and 5 deletions

View File

@ -30,6 +30,8 @@ class Metasploit3 < Msf::Exploit::Remote
'DefaultOptions' =>
{
'EXITFUNC' => 'thread',
'FILENAME' => 'update1',
'SERVEONCE' => true # once they reboot; don't infect again - you'll kill them!
},
'Payload' =>
{
@ -47,11 +49,7 @@ class Metasploit3 < Msf::Exploit::Remote
],
'Privileged' => true,
'Stance' => Msf::Exploit::Stance::Passive,
'DefaultTarget' => 0,
'DefaultOptions' => {
'FILENAME' => 'update1',
'SERVEONCE' => true # once they reboot; don't infect again - you'll kill them!
}
'DefaultTarget' => 0
)
register_options(