fixed report_note
git-svn-id: file:///home/svn/framework3/trunk@12104 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
3a0c71f98b
commit
2ea46486a4
|
@ -45,14 +45,17 @@ class Metasploit3 < Msf::Auxiliary
|
|||
end
|
||||
}
|
||||
print_good("#{ip} Found Users: #{@users.uniq.sort.join(", ")} ")
|
||||
report_note(
|
||||
:host => rhost,
|
||||
:port => datastore['RPORT'],
|
||||
:proto => 'udp',
|
||||
:sname => 'snmp',
|
||||
:update => :unique_data,
|
||||
:type => 'smb.username',
|
||||
:data => user)
|
||||
|
||||
@users.each do |user|
|
||||
report_note(
|
||||
:host => rhost,
|
||||
:port => datastore['RPORT'],
|
||||
:proto => 'udp',
|
||||
:sname => 'snmp',
|
||||
:update => :unique_data,
|
||||
:type => 'smb.username',
|
||||
:data => user)
|
||||
end
|
||||
end
|
||||
|
||||
disconnect_snmp
|
||||
|
|
Loading…
Reference in New Issue