Infohash key cleanups
Replace obvious typos in infohash keys. Note that this *does* affect the behaviour as those keys have been ignored before.unstable
parent
6147b332f1
commit
eb76c46ddd
|
@ -60,7 +60,7 @@ class Metasploit4 < Msf::Exploit::Local
|
|||
[ 'Linux x64', { 'Arch' => ARCH_X86_64 } ],
|
||||
#[ 'Command payload', { 'Arch' => ARCH_CMD } ],
|
||||
],
|
||||
'DefaultOptons' => { 'WfsDelay' => 2 },
|
||||
'DefaultOptions' => { 'WfsDelay' => 2 },
|
||||
'DefaultTarget' => 0,
|
||||
'DisclosureDate' => "Apr 16 2009",
|
||||
}
|
||||
|
|
|
@ -43,7 +43,7 @@ class Metasploit4 < Msf::Exploit::Remote
|
|||
{
|
||||
'BadChars' => "\x00\x3a\x3b\x3d\x3c\x3e\x0a\x0d\x22\x26\x27\x2f\x60\xb4",
|
||||
},
|
||||
'Platforms' => [ 'win' ],
|
||||
'Platform' => [ 'win' ],
|
||||
'Targets' =>
|
||||
[
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue