Open-Source Phishing Toolkit
 
 
 
 
 
 
Go to file
Jordan Wright 5c20035e71 Updated dates on license and readme. 2017-02-19 19:15:42 -06:00
auth Fixing XSS Vulnerabilities 2016-09-15 00:52:58 -04:00
config Adding support for Mysql (#442) 2016-11-19 10:37:22 -06:00
context Fixing context issues with Go 1.7. 2016-09-14 22:24:51 -05:00
controllers Added summary routes for groups. 2017-01-14 17:26:04 -06:00
db Adding support for custom headers in sending profiles (#544) 2017-02-19 18:43:08 -06:00
doc Adding first draft of CONTRIBUTING file and CLA. Fixes #57 2016-01-13 23:05:17 -06:00
middleware Fixing middleware JSON responses 2017-01-18 20:12:25 -06:00
models Adding support for custom headers in sending profiles (#544) 2017-02-19 18:43:08 -06:00
static Adding support for custom headers in sending profiles (#544) 2017-02-19 18:43:08 -06:00
templates Adding support for custom headers in sending profiles (#544) 2017-02-19 18:43:08 -06:00
util Automatic Creation of SSL Certificates (#443) 2016-11-19 12:04:10 -06:00
worker Adding support for custom headers in sending profiles (#544) 2017-02-19 18:43:08 -06:00
.gitattributes Implement the ability to complete a campaign. Fixes #290. 2016-07-11 22:11:40 -05:00
.gitignore Added gulpfile to minify and concat JS + CSS files for faster loading. 2017-01-08 14:35:08 -06:00
.travis.yml Fixing context issues with Go 1.7. 2016-09-14 22:24:51 -05:00
CONTRIBUTING.md Adding first draft of CONTRIBUTING file and CLA. Fixes #57 2016-01-13 23:05:17 -06:00
LICENSE Updated dates on license and readme. 2017-02-19 19:15:42 -06:00
README.md Updated dates on license and readme. 2017-02-19 19:15:42 -06:00
config.json Automatic Creation of SSL Certificates (#443) 2016-11-19 12:04:10 -06:00
gophish.go Gzip Best Compression (#457) 2016-12-02 17:47:49 -06:00
gulpfile.js Moved campaign attributes to use Select2 instead of Typeahead.js 2017-01-29 17:56:38 -06:00
package.json Added gulpfile to minify and concat JS + CSS files for faster loading. 2017-01-08 14:35:08 -06:00

README.md

gophish logo

Gophish

Join the chat at https://gitter.im/gophish/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.

###Current Status Update 2/19/2017

Gophish version 0.2.1 binaries will be released soon! I am just fixing a few final bugs and then I will build the final binaries.

###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.5 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 http://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 - 2017 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.