Fix duplicate hash key "DefaultOptions"
In modules/exploits/windows/local/pxeexploit.rb.bug/bundler_fix
parent
53e45498ca
commit
ff73b4d51a
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue