Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/auxiliary/scanner/http/azure_ad_login.rb
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def check_login(targeturi, domain, username, password)
print_error("#{domain}\\#{username} exists but is disabled; it will not be reported")
:next_user
else # Unknown error code
print_error("Received unknown response with error code: #{auth_details}")
print_error("Received unknown response for #{domain}\\#{username}:#{password} with error code: #{auth_details}")
end
end

Expand Down