wpscanteam/wpscan

View on GitHub
app/views/cli/password_attack/users.erb

Summary

Maintainability
Test Coverage

<% if @users.empty? -%>
<%= notice_icon %> No Valid Passwords Found.
<% else -%>
<%= critical_icon %> Valid Combinations Found:
<% @users.each do |user| -%>
 | Username: <%= user.username %>, Password: <%= user.password %>
<% end -%>
<% end %>