Report auth info
parent
ed4766dc46
commit
a5a3f40394
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue