gophish/README.md

67 lines
3.3 KiB
Markdown
Raw Normal View History

![gophish logo](https://raw.github.com/gophish/gophish/master/static/images/gophish_purple.png)
2013-12-03 04:59:29 +00:00
2013-11-18 23:26:43 +00:00
gophish
=======
2016-01-29 13:50:22 +00:00
[![Join the chat at https://gitter.im/gophish/gophish](https://badges.gitter.im/gophish/gophish.svg)](https://gitter.im/gophish/gophish?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://travis-ci.org/gophish/gophish.svg?branch=master)](https://travis-ci.org/gophish/gophish) [![GoDoc](https://godoc.org/github.com/gophish/gophish?status.svg)](https://godoc.org/github.com/gophish/gophish)
2013-11-18 23:26:43 +00:00
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.
###Current Status
2016-01-13 00:50:52 +00:00
**Update 01/12/2016**
2015-08-15 21:06:52 +00:00
2016-01-13 00:50:52 +00:00
The [website is live](https://getgophish.com)! This website will contain all the documentation and updates for gophish activity.
2016-01-13 00:50:52 +00:00
Gophish is almost ready for its alpha release, and release 0.1 has been tagged! Just cleaning up some documentation and building the binary releases now. Expect a release announcement next week.
###Install
2014-01-12 02:47:24 +00:00
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.
2016-01-08 03:26:48 +00:00
### Building From Source
2015-09-16 17:59:06 +00:00
**If you are building from source, please note that Gophish requires Go v1.5 or above!**
2016-01-08 03:26:48 +00:00
To build gophish from source, simply run ```go get github.com/gophish/gophish``` followed by ```go build```. You should have a binary called ```gophish``` in the current directory.
###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
2016-01-13 00:50:52 +00:00
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
2016-01-02 22:45:41 +00:00
```
gophish - Open-Source Phishing Framework
The MIT License (MIT)
2016-01-02 22:45:41 +00:00
Copyright (c) 2013 - 2016 Jordan Wright
Permission is hereby granted, free of charge, to any person obtaining a copy
2015-08-05 05:23:20 +00:00
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.
2016-01-02 22:45:41 +00:00
```