From f317d60e04c660689a37645c3b91abc09e39bdc4 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Wed, 16 Mar 2011 18:04:15 +0000 Subject: [PATCH] Fix a few cosmetic issues with the kingview module git-svn-id: file:///home/svn/framework3/trunk@11991 4d416f70-5f16-0410-b530-b9f4589650da --- .../windows/scada/kingview_historysvr.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/exploits/windows/scada/kingview_historysvr.rb b/modules/exploits/windows/scada/kingview_historysvr.rb index 7a35083cb1..919bc89835 100644 --- a/modules/exploits/windows/scada/kingview_historysvr.rb +++ b/modules/exploits/windows/scada/kingview_historysvr.rb @@ -28,15 +28,15 @@ class Metasploit3 < Msf::Exploit::Remote 'Version' => "$Revision$", 'Author' => [ - 'Dillon Beresford', #Found by Dillon - 'rick2600', #XP SP3 execution - 'sinn3r', #Metasploit + 'Dillon Beresford', # Found by Dillon + 'rick2600', # XP SP3 execution + 'sinn3r', # Metasploit ], 'References' => [ ['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