Skip to content

Commit a5a3f40

Browse files
committed
Report auth info
1 parent ed4766d commit a5a3f40

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

modules/auxiliary/scanner/http/novell_mdm_creds.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,15 @@ def run_host(ip)
8484
user,pass = get_creds(session_id,cmd)
8585
print_good("Got creds. Login:#{user} Password:#{pass}")
8686
print_good("Access the admin interface here: #{ip}:#{rport}#{target_uri.path}dashboard/")
87+
88+
report_auth_info(
89+
:host => ip,
90+
:port => rport,
91+
:sname => "novellmdm",
92+
:user => user,
93+
:pass => pass,
94+
:active => true
95+
)
8796
else
8897
print_error("Zenworks MDM does not appear to be running at #{ip}")
8998
return :abort

0 commit comments

Comments
 (0)