privatesam / gophish

Open-Source Phishing Toolkit

Home Page:https://getgophish.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gophish logo

Gophish - privatesam

Build Status GoDoc

This is a very slightly modified version of the official gophish docker build. I've changed the location of the config.json file such that it can be stored on a binded volume mount from the host. This is useful in different environments such as Azure.

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.

About

Open-Source Phishing Toolkit

https://getgophish.com

License:Other


Languages

Language:Go 61.0%Language:JavaScript 25.9%Language:HTML 12.5%Language:Shell 0.4%Language:Dockerfile 0.2%