From a8cb5ee259733231dbb71f3b27b2569236bdf914 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Sat, 25 Dec 2010 06:01:12 +0000 Subject: [PATCH] Updated return address from Tyler Reguly git-svn-id: file:///home/svn/framework3/trunk@11407 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/lpd/niprint.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/windows/lpd/niprint.rb b/modules/exploits/windows/lpd/niprint.rb index fcbf0cbda5..cfd1c3c3e4 100644 --- a/modules/exploits/windows/lpd/niprint.rb +++ b/modules/exploits/windows/lpd/niprint.rb @@ -46,7 +46,7 @@ class Metasploit3 < Msf::Exploit::Remote [ ['NIPrint3.EXE (TDS:0x3a045ff2)', { 'Ret' => 0x00404236 }], # jmp esi ['Windows XP SP3', { 'Ret' => 0x7C9D30E3 }], - ['Windows 7 x64', { 'Ret' => 0x763B35DD }] + ['Windows 7 x64', { 'Ret' => 0x763B35DD }], ], 'DefaultTarget' => 0, 'DisclosureDate' => 'Nov 05 2003'))