From 3b45f5cd8675ff5aa8375d79a5f31fb084acb131 Mon Sep 17 00:00:00 2001 From: Jordan Wright Date: Tue, 9 Feb 2016 22:34:34 -0600 Subject: [PATCH] Updated README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f7d97ecc..0b2def1a 100644 --- a/README.md +++ b/README.md @@ -12,20 +12,20 @@ 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 -**Update 01/12/2016** +**Update 02/9/2016** -The [website is live](https://getgophish.com)! This website will contain all the documentation and updates for gophish activity. +The [website is live](https://getgophish.com)! This website contains all the documentation and updates for gophish activity. -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. +Gophish version 0.1.1 [has been released!](https://github.com/gophish/gophish/releases/tag/v0.1.1). Just download and run the binary to take gophish for a spin. ###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. +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.5 or above!** -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. +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. ###Setup After running the gophish binary, open an Internet browser to http://localhost:3333 and login with the default username (admin) and password (gophish).