Application Site URL | ++ | <%= f.text_field(:site_url, placeholder: 'https://phishingfrenzy.local', + required: true, class: 'form-control') %> | +|||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Apache Restart Command | @@ -30,6 +37,11 @@ | <%= f.text_field(:sites_enabled_path, class: 'form-control') %> | |||||||||||||||||||||||||
Reports Refresh Time | ++ | <%= f.text_field(:reports_refresh, class: 'form-control') %> | +|||||||||||||||||||||||||
SMTP Timeout | diff --git a/app/views/admin/logins.html.erb b/app/views/admin/logins.html.erb index 6526f7c7..22e86c14 100644 --- a/app/views/admin/logins.html.erb +++ b/app/views/admin/logins.html.erb @@ -4,7 +4,7 @@ |
Date | IP | @@ -19,4 +19,4 @@ <% end %>
---|
Reply To:
+Phishing URL:
@@ -60,7 +74,7 @@SMTP Server:
-SMTP Outbound Server:
@@ -107,7 +93,6 @@Client | diff --git a/app/views/campaigns/list.html.erb b/app/views/campaigns/list.html.erb index dc3d5e17..63cf5f50 100644 --- a/app/views/campaigns/list.html.erb +++ b/app/views/campaigns/list.html.erb @@ -13,12 +13,12 @@ -
---|
Client | -Description | +Owner | Active | Emails | Actions | @@ -28,15 +28,11 @@ <% @campaigns.each do |campaign| %>||||
---|---|---|---|---|---|---|---|---|---|
+ | <%= campaign.decorate.campaign_icon %> | <%= campaign.name %> | -<%= truncate(campaign.description) %> | -- <%= campaign.active ? image_tag('green-light.png', :size => '11x11') : image_tag('red-light.png', :size => '11x11') %> - | -- <%= campaign.victims.present? ? image_tag('green-light.png', :size => '11x11') : image_tag('red-light.png', :size => '11x11') %> - | +<%= campaign.decorate.owner %> | +<%= campaign.decorate.active_icon %> | +<%= campaign.decorate.emails_icon %> |