Initial test, fixed noteswq

bug/bundler_fix
Stuart Morgan 2015-12-05 21:19:34 +00:00
parent 09c58e4097
commit bd1bf4aa72
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ class Metasploit3 < Msf::Auxiliary
private_key: (key[:data][:private]) ? 'Yes' : 'No',
info: key_info
}
report_note(host: ip, port: port, type: "ssh.publickey", data: note_information, update: :unique_data)
report_note(host: ip, port: port, type: "ssh.publickey.accepted", data: note_information, update: :unique_data)
if key[:data][:private]