No description
Find a file
2018-09-09 11:33:51 -05:00
ansible-playbook Ansible zip folder reorg (#1002) 2018-03-13 19:53:20 -05:00
auth Moved logging to logrus package. Not perfect yet (still want to update the access logs), but should set the foundation to make better logging in the future. 2018-05-03 19:07:41 -05:00
config Added X-Mailer and X-Gophish-Contact headers (Ref: #1057) 2018-06-18 21:37:59 -05:00
context Fixing context issues with Go 1.7. 2016-09-14 22:24:51 -05:00
controllers Added X-Mailer and X-Gophish-Contact headers (Ref: #1057) 2018-06-18 21:37:59 -05:00
db Add Support for Timed Campaigns (#1184) 2018-09-02 11:17:52 -05:00
doc Adding first draft of CONTRIBUTING file and CLA. Fixes #57 2016-01-13 23:05:17 -06:00
logger Moved logging to logrus package. Not perfect yet (still want to update the access logs), but should set the foundation to make better logging in the future. 2018-05-03 19:07:41 -05:00
mailer Add Support for Timed Campaigns (#1184) 2018-09-02 11:17:52 -05:00
middleware Add support for authenticating to the API via an Authorization Bearer token. 2018-04-21 12:19:58 -05:00
models Moved template validation into separate function, and added validation for pages 2018-09-09 11:33:51 -05:00
static Fixed ability to sort campaign results by reported status. Fixes #1157 2018-09-02 12:18:41 -05:00
templates Add Support for Timed Campaigns (#1184) 2018-09-02 11:17:52 -05:00
util Simple check for empty columns in CSV import to prevent crashes 2018-06-09 14:20:14 -05:00
worker Add Support for Timed Campaigns (#1184) 2018-09-02 11:17:52 -05:00
.gitattributes Implement the ability to complete a campaign. Fixes #290. 2016-07-11 22:11:40 -05:00
.gitignore Refactored result updating to be in result.go. 2018-05-26 21:26:34 -05:00
.travis.yml Add Support for Timed Campaigns (#1184) 2018-09-02 11:17:52 -05:00
config.json Added a contact_address entry in config.json to support transparency efforts (ref #1057). 2018-06-09 18:17:22 -05:00
CONTRIBUTING.md Adding first draft of CONTRIBUTING file and CLA. Fixes #57 2016-01-13 23:05:17 -06:00
gophish.go Cleaned up dashboard page when no campaigns have been launched 2018-05-26 21:37:22 -05:00
gulpfile.js Added device details to clicked link and submitted data events. Fixes #1009 2018-06-12 20:37:09 -05:00
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md 2017-11-01 21:06:24 -05:00
LICENSE Updated dates on license and readme. 2017-02-19 19:15:42 -06:00
package.json Fixing dev dependencies 2017-10-02 19:43:23 -05:00
README.md Bumped required Go version to 1.8 2018-03-26 21:13:11 -05:00
VERSION Bumped version to 0.7.0 2018-09-04 20:22:45 -05:00

gophish logo

Gophish

Build Status GoDoc

Gophish: Open-Source Phishing Toolkit

Gophish is an open-source phishing toolkit designed for businesses and penetration testers. It provides the ability to quickly and easily setup and execute phishing engagements and security awareness training.

Install

Installation of Gophish is dead-simple - just download and extract the zip containing the release for your system, and run the binary. Gophish has binary releases for Windows, Mac, and Linux platforms.

Building From Source

If you are building from source, please note that Gophish requires Go v1.8 or above!

To build Gophish from source, simply run go get github.com/gophish/gophish and cd into the project source directory. Then, run go build. After this, you should have a binary called gophish in the current directory.

Docker

You can also use Gophish via an unofficial Docker container here.

Setup

After running the Gophish binary, open an Internet browser to https://localhost:3333 and login with the default username (admin) and password (gophish).

Documentation

Documentation can be found on our site. Find something missing? Let us know by filing an issue!

Issues

Find a bug? Want more features? Find something missing in the documentation? Let us know! Please don't hesitate to file an issue and we'll get right on it.

License

Gophish - Open-Source Phishing Framework

The MIT License (MIT)

Copyright (c) 2013 - 2018 Jordan Wright

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software ("Gophish Community Edition") and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.