No description
Find a file
ptitdoc bb516ef7ab
986 custom envelope sender remerge (#2334)
* Adds the ability to specify an envelope sender in templates (#986)

Authored-by: ChessSpider <ChessSpider@users.noreply.github.com>
Authored-by: Olivier MEDOC <o_medoc@yahoo.fr>
Authored-by: ptitdoc <ptitdoc@free.fr>
2022-03-25 16:24:49 +01:00
.github/workflows Initial commit of automatic releases via GitHub Actions. 2020-05-24 21:53:38 -05:00
ansible-playbook Updated the Ansible Playbook (#2138) 2021-12-23 19:13:43 +01:00
auth Initial Implementation of a Password Policy (#1867) 2020-06-19 22:03:51 -05:00
config Implement SSRF Mitigations (#1940) 2020-08-20 09:36:18 -05:00
context General code cleanup as part of an effort to integrate staticcheck into our CI pipeline. 2020-05-25 21:46:36 -05:00
controllers 986 custom envelope sender remerge (#2334) 2022-03-25 16:24:49 +01:00
db 986 custom envelope sender remerge (#2334) 2022-03-25 16:24:49 +01:00
dialer Implement SSRF Mitigations (#1940) 2020-08-20 09:36:18 -05:00
doc Adding first draft of CONTRIBUTING file and CLA. Fixes #57 2016-01-13 23:05:17 -06:00
docker Improved Dockerfile and run script (#1579) 2019-10-06 20:18:06 -07:00
imap Fix code quality issues (#2118) 2021-02-24 17:34:38 -06:00
logger Refactoring Logging (#1722) 2020-01-16 22:21:58 -06:00
mailer 986 custom envelope sender remerge (#2334) 2022-03-25 16:24:49 +01:00
middleware Merge pull request #2105 from gophish/fix-cors-headers 2021-03-06 17:40:42 +00:00
models 986 custom envelope sender remerge (#2334) 2022-03-25 16:24:49 +01:00
static 986 custom envelope sender remerge (#2334) 2022-03-25 16:24:49 +01:00
templates 986 custom envelope sender remerge (#2334) 2022-03-25 16:24:49 +01:00
util Initial Implementation of a Password Policy (#1867) 2020-06-19 22:03:51 -05:00
webhook Implement SSRF Mitigations (#1940) 2020-08-20 09:36:18 -05:00
worker General code cleanup as part of an effort to integrate staticcheck into our CI pipeline. 2020-05-25 21:46:36 -05:00
.babelrc Implement User Management API (#1473) 2019-05-31 13:58:18 -05:00
.gitattributes Implement the ability to complete a campaign. Fixes #290. 2016-07-11 22:11:40 -05:00
.gitignore Add Webhook Support 2019-12-15 20:27:21 -06:00
config.json Added IMAP support for checking reported emails (#1612) 2020-01-18 11:58:34 -06:00
CONTRIBUTING.md Adding first draft of CONTRIBUTING file and CLA. Fixes #57 2016-01-13 23:05:17 -06:00
Dockerfile Update Dockerfile (#2095) 2021-01-24 13:44:10 -06:00
go.mod Removing accidental dependencies to revert to 3c490dbadb 2020-10-11 17:49:37 -05:00
go.sum Removing accidental dependencies to revert to 3c490dbadb 2020-10-11 17:49:37 -05:00
gophish.go Implement SSRF Mitigations (#1940) 2020-08-20 09:36:18 -05:00
gulpfile.js Implement User Management API (#1473) 2019-05-31 13:58:18 -05:00
ISSUE_TEMPLATE.md Create ISSUE_TEMPLATE.md 2017-11-01 21:06:24 -05:00
LICENSE Updated README to include GitHub Actions badge and update LICENSE copyright date 2020-02-01 22:11:34 -06:00
package.json Initial Implementation of a Password Policy (#1867) 2020-06-19 22:03:51 -05:00
README.md Update credentials in Readme. (#1914) 2020-07-28 20:35:40 -05:00
SECURITY.md Create SECURITY.md 2020-07-24 23:14:29 -05:00
VERSION Bumped version to 0.11.0 2020-08-28 13:20:54 -05:00
webpack.config.js Initial Implementation of a Password Policy (#1867) 2020-06-19 22:03:51 -05:00
yarn.lock Bump minimist from 1.2.0 to 1.2.5 (#2401) 2022-02-25 13:10:19 +01:00

gophish logo

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.

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.10 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 the official Docker container here.

Setup

After running the Gophish binary, open an Internet browser to https://localhost:3333 and login with the default username and password listed in the log output. e.g.

time="2020-07-29T01:24:08Z" level=info msg="Please login with the username admin and the password 4304d5255378177d"

Releases of Gophish prior to v0.10.1 have a default username of admin and password of 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 - 2020 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.