William Woodson
|
828e42bc3b
|
Created routes, template, js for sending_profiles page
|
2016-02-20 17:24:08 -06:00 |
William Woodson
|
225c457a9c
|
Added current version of user guide to local content. This should be kept in sync with features of the local gophish version
|
2016-02-20 17:23:58 -06:00 |
William Woodson
|
306d315941
|
Updated menus to include link to sending_profiles page
|
2016-02-20 16:39:23 -06:00 |
Jordan Wright
|
77e38b6c72
|
Added datatables sorting for dashboard campaigns. Fixes #166. Also formatting fixes.
|
2016-02-18 18:42:00 -06:00 |
Jordan Wright
|
3798896042
|
Merge pull request #167 from gophish/163-allow-position-in-campaigns
Adding position attribute for models.Result.
|
2016-02-17 21:29:47 -06:00 |
Jordan Wright
|
bf55c03fc9
|
Adding position attribute for models.Result. Fixes #163.
|
2016-02-17 21:25:06 -06:00 |
Jordan Wright
|
2b58c56421
|
Merge pull request #165 from gophish/162-from-test-email
Added ability to have "{{.From}}" in sending a test email.
|
2016-02-17 21:15:08 -06:00 |
Jordan Wright
|
3f08c160ec
|
Added ability to have "{{.From}}" in sending a test email. Fixes #162
|
2016-02-17 21:09:19 -06:00 |
Jordan Wright
|
6403a51c3e
|
Merge pull request #158 from gophish/156-copy-templates
Added ability to copy templates.
|
2016-02-15 20:45:12 -06:00 |
Jordan Wright
|
81f4e1e097
|
Added ability to copy templates. Fixes #156
|
2016-02-15 20:41:07 -06:00 |
Jordan Wright
|
4a70a8357e
|
Merge pull request #157 from gophish/155-copy-pages
Added the ability to copy landing pages
|
2016-02-15 20:13:58 -06:00 |
Jordan Wright
|
b51cea7a57
|
Added the ability to copy landing pages
|
2016-02-15 20:03:27 -06:00 |
Jordan Wright
|
913f444598
|
Fixing results download in Firefox. Fixes #153
|
2016-02-15 12:18:21 -06:00 |
Jordan Wright
|
1fe1af2ce9
|
Fixing bug that doesn't allow attachments to be created. Fixes #151
|
2016-02-15 11:58:14 -06:00 |
Jordan Wright
|
3d9e447992
|
Removing support for empty passwords - fixes #149
|
2016-02-13 16:37:12 -06:00 |
Jordan Wright
|
4fadcc1ee5
|
Added link to Docker container
|
2016-02-12 22:42:31 -06:00 |
Jordan Wright
|
eb09a8c466
|
Merge pull request #147 from gophish/141-fix-attachments
Fixing Attachments Not Getting Set
|
2016-02-12 22:32:22 -06:00 |
Jordan Wright
|
b03d986d67
|
Removing debug line
|
2016-02-12 22:28:24 -06:00 |
Jordan Wright
|
1e3a02673c
|
Attachments are now fetched on GetTemplateByName
Attachments are now attached to emails (whoops!)
|
2016-02-12 22:19:59 -06:00 |
Jordan Wright
|
0a7bfcf664
|
Merge pull request #146 from gophish/77-fix-tls-issues
Adding support for self-signed certs. Fixes #77
|
2016-02-12 21:34:53 -06:00 |
Jordan Wright
|
b9995456c2
|
A few style tweaks
|
2016-02-12 21:26:01 -06:00 |
Jordan Wright
|
12975bf0c3
|
Adding the JS to handle submitting the "ignore cert errors" with a campaign.
Adding JS to handle showing errors on email submissions
|
2016-02-12 21:25:49 -06:00 |
Jordan Wright
|
26577bc3c3
|
Handling SMTP TLS via email.SendWithTLS
|
2016-02-12 21:24:05 -06:00 |
Jordan Wright
|
80333a93ec
|
Adding ignore_cert_errors in SMTP schema
|
2016-02-12 21:23:35 -06:00 |
Jordan Wright
|
bbe97f5602
|
Working on ignoring certs
|
2016-02-11 12:53:00 -06:00 |
Jordan Wright
|
3b45f5cd86
|
Updated README
|
2016-02-09 22:34:34 -06:00 |
Jordan Wright
|
7f381f861e
|
Minor gofmt change
|
2016-02-09 22:29:13 -06:00 |
Jordan Wright
|
ef8d9c282b
|
Merge pull request #140 from gophish/137-restrict-registration
Restricted registration to only logged in users.
|
2016-02-09 22:24:04 -06:00 |
Jordan Wright
|
fdfeafa1ec
|
Restricted registration to only logged in users. Fixes #137
|
2016-02-09 22:19:06 -06:00 |
Jordan Wright
|
c436bdb514
|
Added UI checkbox... working on sendmail function
|
2016-02-09 22:08:41 -06:00 |
Jordan Wright
|
5e11895c23
|
Merge pull request #138 from gophish/119-stick-result-status
Avoid Overwriting Click/Data Submit Event. Fixes #119
|
2016-02-08 19:54:44 -06:00 |
Jordan Wright
|
62ffbcceda
|
Added check on email open to avoid overwriting the click/data submit events. Fixes #119
|
2016-02-08 19:50:21 -06:00 |
Jordan Wright
|
a0a8a7b8ad
|
Merge pull request #123 from gophish/61-record-browser-post
Capture Credentials Sent via POST
|
2016-02-02 22:54:42 -06:00 |
Jordan Wright
|
99da20abc0
|
Added table for displaying submitted data.
|
2016-02-02 22:49:30 -06:00 |
Jordan Wright
|
528d8525b1
|
Added basic table to display results - last step is the JS to dynamically show it.
|
2016-02-01 21:53:00 -06:00 |
Jordan Wright
|
ce8a9e5456
|
Changed status of new targets to "Sending" instead of "Unknown". Fixes #112
|
2016-02-01 20:42:46 -06:00 |
Jordan Wright
|
c73a78bbdf
|
Merge pull request #113 from gophish/111-force-smtp-from
Added SMTP Validation
|
2016-02-01 18:43:14 -06:00 |
Jordan Wright
|
bf86356fde
|
Validating SMTP Conf. Fixes #111
|
2016-02-01 18:36:59 -06:00 |
Jordan Wright
|
94e43fe557
|
Initial commit - adding db migration as well as the logic to add the payload
|
2016-01-31 19:50:41 -06:00 |
Jordan Wright
|
da4d108908
|
Merge pull request #106 from gophish/102-add-raw-export
Added ability to export raw events. Fixes #102
|
2016-01-29 13:26:05 -06:00 |
Jordan Wright
|
d714635e69
|
Added ability to export raw events. Fixes #102
|
2016-01-29 13:18:06 -06:00 |
Jordan Wright
|
a8f722b80f
|
Merge pull request #105 from gophish/99-add-email-error-event
Added event on sending email error. Fixes #99
|
2016-01-29 12:39:15 -06:00 |
Jordan Wright
|
17e81e6caa
|
Added event on sending email error. Fixes #99
|
2016-01-29 12:34:29 -06:00 |
Jordan Wright
|
e4be072db2
|
Merge pull request #103 from gophish/timeline
Adding Event Timeline
|
2016-01-29 10:31:54 -06:00 |
Jordan Wright
|
7854d8e96d
|
Finishing up first release of timeline format
|
2016-01-29 09:55:49 -06:00 |
Jordan Wright
|
741adfa2e3
|
Upgrading Font-Awesome to 4.5. Closes #101
|
2016-01-29 09:36:25 -06:00 |
Jordan Wright
|
dbc407676e
|
Adding initial structure of timeline
|
2016-01-29 08:31:58 -06:00 |
Jordan Wright
|
135f0f3327
|
Merge pull request #100 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
|
2016-01-29 08:14:52 -06:00 |
The Gitter Badger
|
1cc36a63bb
|
Add Gitter badge
|
2016-01-29 13:50:22 +00:00 |
Jordan Wright
|
50b4aad15b
|
Merge pull request #98 from Sekhmet/AddRegisterButton
Added register button to login page
|
2016-01-26 21:17:27 -06:00 |