No description
Find a file
2015-02-17 22:53:19 -06:00
auth Registration works again. 2015-02-07 17:30:22 -06:00
config Updated dashboard diagrams 2014-07-05 22:57:17 -05:00
controllers - Cleanup up flash messages for templates. Will fix for everything else later. 2015-02-17 20:49:09 -06:00
middleware More work implementing pages. 2015-02-07 14:31:41 -06:00
models Fixed #14 2015-02-17 22:53:19 -06:00
static Fixed #14 2015-02-17 22:53:19 -06:00
templates Initial run of getting full CKEditor support into the HTML editors! 2015-02-12 22:21:50 -06:00
util Working on importing emails from source (still doesn't work yet!) 2015-02-15 21:53:30 -06:00
worker Allowing subject template values. Fixes #6 2015-02-13 18:32:28 -06:00
.gitignore Working on setting up Login functionality 2014-01-06 00:09:41 -06:00
.travis.yml Forgot to specify original build strings as well 2014-03-26 21:53:23 -05:00
config.json Added http handler for phishing endpoint - Will add content soon 2014-06-29 16:44:16 -05:00
gophish.go Finished implementing PUT /templates/:id 2014-07-23 21:04:38 -05:00
LICENSE Initial commit 2013-11-18 15:26:43 -08:00
README.md Updating README to reflect new copyright dates. 2015-02-17 20:50:27 -06:00

gophish logo

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.

###Current Status Development of gophish is currently ongoing. It is not anywhere close to being functional yet, but should get there soon.

Until then, you can keep up-to-date with development news and articles on my blog.

###Install

Installation of gophish is dead-simple - once the binaries are released (coming soon!), just download and extract the zip, and run the binary. Gophish will have binary releases for all platforms.

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

###License gophish - Open-Source Phishing Framework

The MIT License (MIT)

Copyright (c) 2013 - 2015 Jordan Wright

Permission is hereby granted, free of charge, to any person obtaining a copy of this software 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.