From 6d381ab88ddcaf68a31b22055596bfe7a7f07537 Mon Sep 17 00:00:00 2001 From: Erwan Date: Mon, 23 Mar 2020 09:59:24 +0100 Subject: [PATCH] Display valid credentials identified with the [!] icon - Ref #1470 --- app/views/cli/password_attack/users.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/cli/password_attack/users.erb b/app/views/cli/password_attack/users.erb index ab32d10d..32ee6b08 100644 --- a/app/views/cli/password_attack/users.erb +++ b/app/views/cli/password_attack/users.erb @@ -2,7 +2,7 @@ <% if @users.empty? -%> <%= notice_icon %> No Valid Passwords Found. <% else -%> -<%= notice_icon %> Valid Combinations Found: +<%= critical_icon %> Valid Combinations Found: <% @users.each do |user| -%> | Username: <%= user.username %>, Password: <%= user.password %> <% end -%>