No description
Find a file
Jordan Wright 44f88401bb
Performance Improvements for Campaign and Group Creation (#1686)
This commit significantly improves the performance of campaign and group creation by changing database access to use transactions.

It should also make things more consistent with campaign creation. Specifically, this will ensure that the entire campaign gets created before emails start sending, while I anticipate this will fix #1643, #1080, (possibly) #1677, and #1552.
2019-12-02 23:00:11 -06:00
ansible-playbook Ansible zip folder reorg (#1002) 2018-03-13 19:53:20 -05:00
auth Implement User Management API (#1473) 2019-05-31 13:58:18 -05:00
config Add support for encrypted connections to mysql (#1460) 2019-06-03 22:04:54 -05:00
context Fixed various minor linting issues 2018-12-15 21:38:51 -06:00
controllers Will exit on port binding failure (#1635) 2019-10-28 21:38:59 -05:00
db Changed MySQL column type for redirect_url to "TEXT" to avoid truncation. 2019-02-19 22:00:16 -06:00
doc Adding first draft of CONTRIBUTING file and CLA. Fixes #57 2016-01-13 23:05:17 -06:00
docker Improved Dockerfile and run script (#1579) 2019-10-06 20:18:06 -07:00
logger Fixed various minor linting issues 2018-12-15 21:38:51 -06:00
mailer Refactor servers (#1321) 2018-12-15 15:42:32 -06:00
middleware Implement User Management API (#1473) 2019-05-31 13:58:18 -05:00
models Performance Improvements for Campaign and Group Creation (#1686) 2019-12-02 23:00:11 -06:00
static Upgrade SweetAlert2 Dependency (#1583) 2019-09-10 19:49:23 -05:00
templates Remove the Top Navigation Menu 2019-08-29 07:36:04 -05:00
util Implement User Management API (#1473) 2019-05-31 13:58:18 -05:00
worker Fixed various minor linting issues 2018-12-15 21:38:51 -06:00
.babelrc Implement User Management API (#1473) 2019-05-31 13:58:18 -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 Go 1.13 to Travis (#1610) 2019-10-04 16:30:48 -07:00
config.json Moving logging configuration into its own section of the config 2018-10-06 17:51:49 -05:00
CONTRIBUTING.md Adding first draft of CONTRIBUTING file and CLA. Fixes #57 2016-01-13 23:05:17 -06:00
Dockerfile Updated the Dockerfile to allow the gophish binary to bind to privileged ports. Fixes #1660. 2019-11-23 21:28:32 -06:00
gophish.go Implement User Management API (#1473) 2019-05-31 13:58:18 -05:00
gulpfile.js Implement User Management API (#1473) 2019-05-31 13:58:18 -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 Implement User Management API (#1473) 2019-05-31 13:58:18 -05:00
README.md Go min version (#1386) 2019-03-10 15:52:47 -05:00
VERSION Bumped version to 0.7.1 for template tag hotfix 2018-09-09 11:34:30 -05:00
webpack.config.js Implement User Management API (#1473) 2019-05-31 13:58:18 -05:00
yarn.lock Bump lodash from 4.17.11 to 4.17.15 (#1509) 2019-11-12 20:06:35 -06: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.9 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.