Delete some commas
parent
6abb591428
commit
d0489b5d1e
|
@ -26,7 +26,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'WfsDelay' => 20,
|
||||
'WfsDelay' => 20
|
||||
},
|
||||
'Platform' => 'win',
|
||||
'Arch' => ARCH_X86,
|
||||
|
@ -34,7 +34,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
{
|
||||
'StackAdjustment' => -3500,
|
||||
'Space' => 500,
|
||||
'BadChars' => "\x01",
|
||||
'BadChars' => "\x01"
|
||||
},
|
||||
'Targets' =>
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue