Provide context to the note

bug/bundler_fix
jvazquez-r7 2015-06-19 15:38:26 -05:00
parent 83427583ea
commit fa6e45964e
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ class Metasploit3 < Msf::Auxiliary
do_logout(resp.get_cookies)
report_cred(ip: rhost, port: rport, user: user, password: pass)
report_note(ip: rhost, type: 'cisco.cred.group', data: group)
report_note(ip: rhost, type: 'cisco.cred.group', data: "User: #{user} / Group: #{group}")
return :next_user
else