No description
Find a file
Jordan Wright 25a06a14a0 Working on adding session support
Starting to add API documentation page
Moved footer to base.html - Might move more later
2013-12-09 00:35:07 -06:00
static Working on adding session support 2013-12-09 00:35:07 -06:00
templates Working on adding session support 2013-12-09 00:35:07 -06:00
.gitignore Initial commit 2013-11-18 15:26:43 -08:00
api.go Working on adding session support 2013-12-09 00:35:07 -06:00
config.json Added config file integration, updated some styles 2013-12-06 17:39:40 -06:00
gophish.go Added config file integration, updated some styles 2013-12-06 17:39:40 -06:00
LICENSE Initial commit 2013-11-18 15:26:43 -08:00
README.md Added logo to readme 2013-12-02 22:59:29 -06:00
route.go Working on adding session support 2013-12-09 00:35:07 -06:00

gophish logo

gophish

Open-Source Phishing Toolkit

Gophish is an open-source phishing toolkits 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 - download and extract the zip, and run the binary. Gophish has binary releases for all platforms.

###Setup After running the gophish binary, open an Internet browser to http://localhost:3333 and follow the setup instructions.

###License gophish - Open-Source Phishing Framework

The MIT License (MIT)

Copyright (c) 2013 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.