updated to use report_auth_info() since the sid is needed to authenticate.

git-svn-id: file:///home/svn/framework3/trunk@9049 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Mario Ceballos 2010-04-11 13:56:56 +00:00
parent ee4528ed86
commit 426e0b5b24
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class Metasploit3 < Msf::Auxiliary
if ( res and res =~ /ERROR_STACK/ )
''
else
report_note(:host => rhost, :proto => 'TNS', :port => rport, :type => 'BRUTEFORCED_SID', :data => "#{sid.strip}")
report_auth_info(:host => rhost, :proto => 'tns', :port => rport, :type => 'bruteforced_sid', :data => "#{sid.strip}")
print_status("Found SID '#{sid.strip!}' for host #{rhost}.")
end
end