mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
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
This commit is contained in:
parent
ee4528ed86
commit
426e0b5b24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user