Skip to content

Commit 970869b

Browse files
committed
Retry push
1 parent e30ab85 commit 970869b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/auxiliary/scanner/smb/smb_login.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def try_user_pass(domain, user, pass)
190190
user = user.to_s.gsub(/<BLANK>/i,"")
191191
status = check_login_status(domain, user, pass)
192192

193+
# Match original output message
193194
if domain.empty? || domain == "."
194195
output_message = "#{rhost}:#{rport} - %s (#{smb_peer_os}) #{user} : #{pass} [#{status}]"
195196
else

0 commit comments

Comments
 (0)