Skip to content

Commit f208f31

Browse files
committed
Use correct username/domain in report_vuln
It would be nice if 'vulns' showed this
1 parent 70fce0b commit f208f31

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}'s password to #{password}",
166+
info: "Module #{fullname} changed #{full_user}'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)