Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gophish/gophish
Open-Source Phishing Toolkit
https://github.com/gophish/gophish
golang gophish phishing security
Last synced: 5 days ago
JSON representation
Open-Source Phishing Toolkit
- Host: GitHub
- URL: https://github.com/gophish/gophish
- Owner: gophish
- License: other
- Created: 2013-11-18T23:26:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T08:29:57.000Z (7 months ago)
- Last Synced: 2024-05-01T14:04:36.329Z (6 months ago)
- Topics: golang, gophish, phishing, security
- Language: Go
- Homepage: https://getgophish.com
- Size: 52.5 MB
- Stars: 10,654
- Watchers: 355
- Forks: 1,972
- Open Issues: 506
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-go - gophish/gophish - Source Phishing Toolkit|8,968| (Popular)
- awesome - gophish/gophish - Open-Source Phishing Toolkit (Go)
- cybersecurity-golang-security - gophish - Open-Source Phishing Toolkit (Phishing)
- Awesome-GithubRepos - gophish - Source Phishing Toolkit (This repo contains the list of awesome repo present in github. A tribute to the freely available awesome educational resources.)
- guia-ackercode - gophish - Ferramenta de cรณdigo aberto para criar campanhas de phishing. (๐ Phishing)
- awesome-go-security - gophish - Open-Source Phishing Toolkit (Phishing)
- Awesome-Security-Tool-List - Gophish
- awesome-hacking-lists - gophish/gophish - Open-Source Phishing Toolkit (Go)
README
![gophish logo](https://raw.github.com/gophish/gophish/master/static/images/gophish_purple.png)
Gophish
=======![Build Status](https://github.com/gophish/gophish/workflows/CI/badge.svg) [![GoDoc](https://godoc.org/github.com/gophish/gophish?status.svg)](https://godoc.org/github.com/gophish/gophish)
Gophish: Open-Source Phishing Toolkit
[Gophish](https://getgophish.com) 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](https://github.com/gophish/gophish/releases/), 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 ```git clone https://github.com/gophish/gophish.git``` 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](https://hub.docker.com/r/gophish/gophish/).### 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](http://getgophish.com/documentation). 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](https://github.com/gophish/gophish/issues/new) and we'll get right on it.
### License
```
Gophish - Open-Source Phishing FrameworkThe 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.
```