Infohash key cleanups

Replace obvious typos in infohash keys. Note that this *does*
affect the behaviour as those keys have been ignored before.
unstable
Michael Schierl 2012-10-22 21:24:36 +02:00 committed by corelanc0d3r
parent 6147b332f1
commit eb76c46ddd
2 changed files with 2 additions and 2 deletions

View File

@ -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",
}

View File

@ -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' =>
[
[