HELLO v3!!!
This commit is contained in:
9
app/views/cli/password_attack/users.erb
Normal file
9
app/views/cli/password_attack/users.erb
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
<% if @users.empty? -%>
|
||||
<%= notice_icon %> No Valid Passwords Found.
|
||||
<% else -%>
|
||||
<%= notice_icon %> Valid Combinations Found:
|
||||
<% @users.each do |user| -%>
|
||||
| Username: <%= user.username %>, Password: <%= user.password %>
|
||||
<% end -%>
|
||||
<% end %>
|
||||
Reference in New Issue
Block a user