We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1c08f commit a44640cCopy full SHA for a44640c
modules/auxiliary/gather/eventlog_cred_disclosure.rb
@@ -146,7 +146,7 @@ def run
146
msg = "Got login to #{host_ipaddress} | running "
147
msg << type << (subtype != '' ? " | #{subtype}" : '')
148
msg << ' | username: '
149
- msg << (domain_name != "" ? "#{domain_name}\\#{username}" : username)
+ msg << (domain_name != '' ? "#{domain_name}\\#{username}" : username)
150
msg << " | password: #{password}"
151
print_good(msg)
152
0 commit comments