Open-Source Phishing Toolkit
 
 
 
 
 
 
Go to file
Jordan Wright c6cd018536 Added IP, Lat and Lon to models.Result. Closes #47
Added basic mapping on campaign results. Closes #51
2016-01-04 00:04:10 -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 Added IP, Lat and Lon to models.Result. Closes #47 2016-01-04 00:04:10 -06:00
middleware More work implementing pages. 2015-02-07 14:31:41 -06:00
models Added IP, Lat and Lon to models.Result. Closes #47 2016-01-04 00:04:10 -06:00
static Added IP, Lat and Lon to models.Result. Closes #47 2016-01-04 00:04:10 -06:00
templates Added IP, Lat and Lon to models.Result. Closes #47 2016-01-04 00:04:10 -06:00
util Can now use Position in CSV import. 2015-02-21 11:36:08 -06:00
worker PhishHandler now loads landing page content. Fixes #37 2015-10-22 22:29:10 -05: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
LICENSE Updated copyright 2015-08-05 00:23:20 -05:00
README.md Updated Copyright 2016-01-02 16:45:41 -06: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

README.md

gophish logo

gophish

Build Status

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 Update 10/22/2015

Gophish is almost ready for its alpha release! Just fixing some last minute bugs to make it as clean of a release as possible, then I'll tidy up docs and ship it out.

Until that happens, 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.

If you are building from source, please note that Gophish requires Go v1.5 or above!

###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 is a work in progress. Existing documentation can be found in the wiki. 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.