No description
Find a file
2016-02-17 21:25:06 -06:00
auth Removing support for empty passwords - fixes #149 2016-02-13 16:37:12 -06:00
config Added documentation for multiple endpoints. Fixes #54 2016-01-24 20:47:16 -06:00
controllers Removing support for empty passwords - fixes #149 2016-02-13 16:37:12 -06:00
db Adding position attribute for models.Result. Fixes #163. 2016-02-17 21:25:06 -06:00
doc Adding first draft of CONTRIBUTING file and CLA. Fixes #57 2016-01-13 23:05:17 -06:00
middleware Added documentation for multiple endpoints. Fixes #54 2016-01-24 20:47:16 -06:00
models Adding position attribute for models.Result. Fixes #163. 2016-02-17 21:25:06 -06:00
static Added ability to copy templates. Fixes #156 2016-02-15 20:41:07 -06:00
templates Merge pull request #146 from gophish/77-fix-tls-issues 2016-02-12 21:34:53 -06:00
util Minor gofmt change 2016-02-09 22:29:13 -06:00
worker Added ability to have "{{.From}}" in sending a test email. Fixes #162 2016-02-17 21:09:19 -06:00
.gitattributes Fixed csv upload on user import 2015-06-27 19:21:46 -05:00
.gitignore Working on setting up Login functionality 2014-01-06 00:09:41 -06:00
.travis.yml Bumped Go version requirement to v1.5 or above 2015-09-15 19:53:15 -05:00
config.json Adding first round of database migrations using goose 2016-01-18 21:13:32 -06:00
CONTRIBUTING.md Adding first draft of CONTRIBUTING file and CLA. Fixes #57 2016-01-13 23:05:17 -06:00
gophish.go Added UseTLS config option for both Admin and Phish servers 2016-01-17 10:45:13 -06:00
LICENSE Updated copyright 2015-08-05 00:23:20 -05:00
README.md Added link to Docker container 2016-02-12 22:42:31 -06:00

gophish logo

gophish

Join the chat at https://gitter.im/gophish/gophish

Build Status GoDoc

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 02/9/2016

The website is live! This website contains all the documentation and updates for gophish activity.

Gophish version 0.1.1 has been released!. Just download and run the binary to take gophish for a spin.

###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 - 2016 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.