Skip to content

Commit 70fce0b

Browse files
committed
Report the changed password
1 parent f64a3be commit 70fce0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/bmc_trackit_passwd_reset.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def run_host(ip)
163163
host: ip,
164164
port: rport,
165165
name: name,
166-
info: "Module #{fullname} changed #{domain}}",
166+
info: "Module #{fullname} changed #{domain}'s password to #{password}",
167167
refs: references
168168
)
169169
print_good("#{peer}: Please run the psexec module using #{full_user}:#{password}")

0 commit comments

Comments
 (0)