Skip to content
Open-Source Phishing Toolkit
Go JavaScript HTML TSQL Other
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/workflows Updated README to include GitHub Actions badge and update LICENSE cop… Feb 2, 2020
ansible-playbook Ansible zip folder reorg (#1002) Mar 14, 2018
auth Implement User Management API (#1473) May 31, 2019
config Refactoring tests to remove stretchr/testify dependency Feb 2, 2020
context Fixed various minor linting issues Dec 16, 2018
controllers Refactoring tests to remove stretchr/testify dependency Feb 2, 2020
db Added IMAP support for checking reported emails (#1612) Jan 18, 2020
doc Adding first draft of CONTRIBUTING file and CLA. Fixes #57 Jan 14, 2016
docker Improved Dockerfile and run script (#1579) Oct 7, 2019
imap Added IMAP support for checking reported emails (#1612) Jan 18, 2020
logger Refactoring Logging (#1722) Jan 17, 2020
mailer Refactoring tests to remove stretchr/testify dependency Feb 2, 2020
middleware Refactoring tests to remove stretchr/testify dependency Feb 2, 2020
models Refactoring tests to remove stretchr/testify dependency Feb 2, 2020
static Rebuilding minified JS to support #1722 Jan 18, 2020
templates Added IMAP support for checking reported emails (#1612) Jan 18, 2020
util Refactoring tests to remove stretchr/testify dependency Feb 2, 2020
webhook Refactoring tests to remove stretchr/testify dependency Feb 2, 2020
worker Refactoring tests to remove stretchr/testify dependency Feb 2, 2020
.babelrc Implement User Management API (#1473) May 31, 2019
.gitattributes Implement the ability to complete a campaign. Fixes #290. Jul 12, 2016
.gitignore Add Webhook Support Dec 16, 2019
CONTRIBUTING.md Adding first draft of CONTRIBUTING file and CLA. Fixes #57 Jan 14, 2016
Dockerfile Updated the Dockerfile to allow the gophish binary to bind to privile… Nov 24, 2019
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md Nov 2, 2017
LICENSE Updated README to include GitHub Actions badge and update LICENSE cop… Feb 2, 2020
README.md Updated README to include GitHub Actions badge and update LICENSE cop… Feb 2, 2020
VERSION Bumping version to 0.9.0 Jan 18, 2020
config.json Added IMAP support for checking reported emails (#1612) Jan 18, 2020
go.mod Creating go.mod and go.sum files to establish Gophish as a Go module. Feb 3, 2020
go.sum Creating go.mod and go.sum files to establish Gophish as a Go module. Feb 3, 2020
gophish.go Added IMAP support for checking reported emails (#1612) Jan 18, 2020
gulpfile.js Implement User Management API (#1473) May 31, 2019
package.json Implement User Management API (#1473) May 31, 2019
webpack.config.js Minor cleanup on webhook feature integration Dec 16, 2019
yarn.lock Bump lodash from 4.17.11 to 4.17.15 (#1509) Nov 13, 2019

README.md

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.10 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 the official 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 - 2020 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.
You can’t perform that action at this time.