2015-06-15 21:49:16 +00:00
|
|
|
{{define "body"}}
|
|
|
|
<div class="container-fluid">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-3 col-md-2 sidebar">
|
|
|
|
<ul class="nav nav-sidebar">
|
2017-02-13 12:07:08 +00:00
|
|
|
<li><a href="/">{{T "Dashboard"}}</a>
|
2015-06-15 21:49:16 +00:00
|
|
|
</li>
|
2017-02-13 12:07:08 +00:00
|
|
|
<li class="active"><a href="/campaigns">{{T "Campaigns"}}</a>
|
2015-06-15 21:49:16 +00:00
|
|
|
</li>
|
2017-02-14 18:18:55 +00:00
|
|
|
<li><a href="/users">{{T "Users & Groups"}}</a>
|
2015-06-15 21:49:16 +00:00
|
|
|
</li>
|
2017-02-13 12:07:08 +00:00
|
|
|
<li><a href="/templates">{{T "Email Templates"}}</a>
|
2015-06-15 21:49:16 +00:00
|
|
|
</li>
|
2017-02-13 12:07:08 +00:00
|
|
|
<li><a href="/landing_pages">{{T "Landing Pages"}}</a>
|
2015-06-15 21:49:16 +00:00
|
|
|
</li>
|
2017-02-13 12:07:08 +00:00
|
|
|
<li><a href="/sending_profiles">{{T "Sending Profiles"}}</a>
|
2016-02-20 22:39:23 +00:00
|
|
|
</li>
|
2017-02-13 12:07:08 +00:00
|
|
|
<li><a href="/settings">{{T "Settings"}}</a>
|
2015-06-15 21:49:16 +00:00
|
|
|
</li>
|
2016-02-20 22:39:23 +00:00
|
|
|
<li><hr></li>
|
2017-02-13 12:07:08 +00:00
|
|
|
<li><a href="https://gophish.gitbooks.io/user-guide/content/">{{T "User Guide"}}</a>
|
2016-02-20 22:39:23 +00:00
|
|
|
</li>
|
2017-02-13 12:07:08 +00:00
|
|
|
<li><a href="/api/">{{T "API Documentation"}}</a>
|
2015-06-15 21:49:16 +00:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-06-17 03:22:51 +00:00
|
|
|
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
|
2015-06-24 04:02:29 +00:00
|
|
|
<div class="row">
|
|
|
|
<h1 class="page-header">
|
2017-02-13 12:07:08 +00:00
|
|
|
{{T "Campaigns"}}
|
2015-06-24 04:02:29 +00:00
|
|
|
</h1>
|
|
|
|
</div>
|
2015-06-17 03:22:51 +00:00
|
|
|
<div id="flashes" class="row"></div>
|
2015-06-15 21:49:16 +00:00
|
|
|
<div class="row">
|
2017-02-13 12:07:08 +00:00
|
|
|
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#modal" onclick="edit('new')"><i class="fa fa-plus"></i> {{T "New Campaign"}}</button>
|
2015-06-15 21:49:16 +00:00
|
|
|
</div>
|
|
|
|
|
2015-07-30 03:31:39 +00:00
|
|
|
<div id="loading">
|
|
|
|
<i class="fa fa-spinner fa-spin fa-4x"></i>
|
|
|
|
</div>
|
|
|
|
<div id="emptyMessage" class="row" style="display:none;">
|
2015-06-17 03:22:51 +00:00
|
|
|
<div class="alert alert-info">
|
2017-02-13 12:07:08 +00:00
|
|
|
{{T "No campaigns created yet. Let's create one!"}}
|
2015-06-15 21:49:16 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-06-24 04:02:29 +00:00
|
|
|
<div class="row">
|
|
|
|
<table id="campaignTable" class="table" style="display:none;">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
2017-02-13 12:07:08 +00:00
|
|
|
<th class="col-md-3">{{T "Name"}}</th>
|
|
|
|
<th class="col-md-4">{{T "Created Date"}}</th>
|
|
|
|
<th class="col-md-2">{{T "Status"}}</th>
|
2016-07-12 03:11:40 +00:00
|
|
|
<th class="col-md-3 no-sort"></th>
|
2015-06-24 04:02:29 +00:00
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
2015-06-15 21:49:16 +00:00
|
|
|
</div>
|
2015-06-16 23:38:43 +00:00
|
|
|
<!-- Modal -->
|
2015-06-18 03:44:05 +00:00
|
|
|
<div class="modal fade" id="modal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
|
2015-06-16 23:38:43 +00:00
|
|
|
<div class="modal-dialog" role="document">
|
|
|
|
<div class="modal-content">
|
|
|
|
<div class="modal-header">
|
2016-02-21 22:51:01 +00:00
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close" onclick="dismiss()"><span aria-hidden="true">×</span></button>
|
2017-02-13 12:07:08 +00:00
|
|
|
<h4 class="modal-title" id="campaignModalLabel">{{T "New Campaign"}}</h4>
|
2015-06-16 23:38:43 +00:00
|
|
|
</div>
|
2017-01-29 23:56:38 +00:00
|
|
|
<div class="modal-body" id="modal_body">
|
2015-06-17 03:22:51 +00:00
|
|
|
<div class="row" id="modal.flashes"></div>
|
2015-06-16 23:38:43 +00:00
|
|
|
<div class="form-group">
|
2017-02-13 12:07:08 +00:00
|
|
|
<label for="name">{{T "Name"}}:</label>
|
|
|
|
<input type="text" class="form-control" id="name" placeholder="{{T "Campaign name"}}" autofocus>
|
|
|
|
<label class="control-label" for="template">{{T "Email Template"}}:</label>
|
|
|
|
<select class="form-control" placeholder="{{T "Template Name"}}" id="template"/>
|
2017-01-29 23:56:38 +00:00
|
|
|
<option></option>
|
|
|
|
</select>
|
2017-02-13 12:07:08 +00:00
|
|
|
<label class="control-label" for="page">{{T "Landing Page"}}:</label>
|
2017-01-29 23:56:38 +00:00
|
|
|
<select class="form-control" placeholder="Landing Page" id="page"/>
|
|
|
|
<option></option>
|
|
|
|
</select>
|
2017-02-13 12:07:08 +00:00
|
|
|
<label class="control-label" for="url">{{T "URL"}}: <i class="fa fa-question-circle" data-toggle="tooltip" data-placement="right" title="{{T "Location of gophish listener (must be reachable by targets!)"}}"></i></label>
|
2015-10-23 00:54:01 +00:00
|
|
|
<input type="text" class="form-control" placeholder="http://192.168.1.1" id="url"/>
|
2017-02-13 12:07:08 +00:00
|
|
|
<label class="control-label" for="url">{{T "Schedule"}}: </label>
|
2016-06-08 02:42:09 +00:00
|
|
|
<input type="text" class="form-control" id="launch_date"/>
|
2017-02-13 12:07:08 +00:00
|
|
|
<label class="control-label" for="profile">{{T "Sending Profile"}}:</label>
|
2016-02-21 17:13:28 +00:00
|
|
|
<div class="input-group">
|
2017-02-13 12:07:08 +00:00
|
|
|
<select class="form-control" placeholder="{{T "Sending Profile"}}" id="profile"/>
|
2017-01-29 23:56:38 +00:00
|
|
|
<option></option>
|
|
|
|
</select>
|
2016-02-21 17:13:28 +00:00
|
|
|
<span class="input-group-btn">
|
2017-02-13 12:07:08 +00:00
|
|
|
<button type="button" data-toggle="modal" data-target="#sendTestEmailModal" class="btn btn-primary button"><i class="fa fa-envelope"></i> {{T "Send Test Email"}}</button>
|
2016-02-21 17:13:28 +00:00
|
|
|
</span>
|
|
|
|
</div>
|
2017-02-13 12:07:08 +00:00
|
|
|
<label class="control-label" for="users">{{T "Groups"}}:</label>
|
2017-01-29 23:56:38 +00:00
|
|
|
<select class="form-control" id="users" multiple="multiple"></select>
|
2015-06-16 23:38:43 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
2017-02-13 12:07:08 +00:00
|
|
|
<button type="button" class="btn btn-default" data-dismiss="modal" onclick="dismiss()">{{T "Close"}}</button>
|
|
|
|
<button type="button" id="launchButton" class="btn btn-primary" onclick="launch()"><i class="fa fa-rocket"></i> {{T "Launch Campaign"}}</button>
|
2015-06-16 23:38:43 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2016-01-25 02:03:53 +00:00
|
|
|
<!-- Send Test Email Modal -->
|
|
|
|
<div class="modal" id="sendTestEmailModal" tabindex="-1" role="dialog" aria-labelledby="modalLabel">
|
|
|
|
<div class="modal-dialog" role="document">
|
|
|
|
<div class="modal-content">
|
|
|
|
<!-- New Email Modal -->
|
|
|
|
<div class="modal-header">
|
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
2017-02-13 12:07:08 +00:00
|
|
|
<h4 class="modal-title" id="sendTestEmailModalTitle">{{T "Send Test Email"}}</h4>
|
2016-01-25 02:03:53 +00:00
|
|
|
</div>
|
|
|
|
<div class="modal-body">
|
|
|
|
<div class="row" id="sendTestEmailModal.flashes"></div>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-12">
|
2017-02-13 12:07:08 +00:00
|
|
|
<label class="control-label" for="to">{{T "Send Test Email to"}}:</label>
|
2016-01-25 02:03:53 +00:00
|
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<div class="col-sm-2">
|
2017-02-13 12:07:08 +00:00
|
|
|
<input type="text" class="form-control" placeholder="{{T "First Name"}}" name="to_first_name">
|
2016-01-25 02:03:53 +00:00
|
|
|
</div>
|
|
|
|
<div class="col-sm-2">
|
2017-02-13 12:07:08 +00:00
|
|
|
<input type="text" class="form-control" placeholder="{{T "Last Name"}}" name="to_last_name">
|
2016-01-25 02:03:53 +00:00
|
|
|
</div>
|
|
|
|
<div class="col-sm-4">
|
2017-02-13 12:07:08 +00:00
|
|
|
<input type="email" class="form-control" placeholder="{{T "Email"}}" name="to_email" required>
|
2016-01-25 02:03:53 +00:00
|
|
|
</div>
|
|
|
|
<div class="col-sm-4">
|
2017-02-13 12:07:08 +00:00
|
|
|
<input type="text" class="form-control" placeholder="{{T "Position"}}" name="to_position">
|
2016-01-25 02:03:53 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="modal-footer">
|
2017-02-13 12:07:08 +00:00
|
|
|
<button type="button" data-dismiss="modal" class="btn btn-default">{{T "Cancel"}}</button>
|
|
|
|
<button type="button" class="btn btn-primary" id="sendTestModalSubmit" onclick="sendTestEmail()"><i class="fa fa-envelope"></i> {{T "Send"}}</button>
|
2016-01-25 02:03:53 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-06-15 21:49:16 +00:00
|
|
|
{{end}}
|
2015-06-16 03:51:18 +00:00
|
|
|
{{define "scripts"}}
|
2017-02-13 12:50:01 +00:00
|
|
|
<script>
|
|
|
|
localizedDatas = {
|
|
|
|
"In progress": "{{T "In progress"}}",
|
|
|
|
"Queued": "{{T "Queued"}}",
|
|
|
|
"Completed": "{{T "Completed"}}",
|
|
|
|
"Emails Sent": "{{T "Emails Sent"}}",
|
|
|
|
"Error": "{{T "Error"}}",
|
|
|
|
"Are you sure?": "{{T "Are you sure?"}}",
|
|
|
|
"This will schedule the campaign to be launched.": "{{T "This will schedule the campaign to be launched."}}",
|
|
|
|
"Campaign Scheduled!": "{{T "Campaign Scheduled!"}}",
|
|
|
|
"This campaign has been scheduled for launch!": "{{T "This campaign has been scheduled for launch!"}}",
|
|
|
|
"Sending": "{{T "Sending"}}",
|
|
|
|
"Email Sent!": "{{T "Email Sent!"}}",
|
|
|
|
"This will delete the campaign. This can't be undone!": "{{T "This will delete the campaign. This can't be undone!"}}",
|
|
|
|
"Delete": "{{T "Delete"}}",
|
|
|
|
"Campaign Deleted!": "{{T "Campaign Deleted!"}}",
|
|
|
|
"This campaign has been deleted!": "{{T "This campaign has been deleted!"}}",
|
|
|
|
"No groups found!": "{{T "No groups found!"}}",
|
|
|
|
"Select Groups": "{{T "Select Groups"}}",
|
|
|
|
"Select a Template": "{{T "Select a Template"}}",
|
|
|
|
"No pages found!": "{{T "No pages found!"}}",
|
|
|
|
"Select a Landing Page":"{{T "Select a Landing Page"}}",
|
|
|
|
"No profiles found!": "{{T "No profiles found!"}}",
|
|
|
|
"Select a Sending Profile": "{{T "Select a Sending Profile"}}",
|
|
|
|
"Copy of": "{{T "Copy of"}}",
|
|
|
|
"View Results": "{{T "View Results"}}",
|
|
|
|
"Copy Campaign": "{{T "Copy Campaign"}}",
|
|
|
|
"Delete Campaign": "{{T "Delete Campaign"}}",
|
|
|
|
"Error fetching campaigns": "{{T "Error fetching campaigns"}}"
|
|
|
|
}
|
|
|
|
</script>
|
2017-02-14 17:09:26 +00:00
|
|
|
<script src="/js/dist/app/campaigns.min.js"></script>
|
2015-06-16 03:51:18 +00:00
|
|
|
{{end}}
|