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