mirror of https://github.com/gophish/gophish
Fixing README markdown syntax
parent
bddb9fdb28
commit
adf9fa7208
12
README.md
12
README.md
|
@ -11,12 +11,12 @@ 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.
|
[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
|
### Current Status
|
||||||
**Update 2/19/2017**
|
**Update 2/19/2017**
|
||||||
|
|
||||||
Gophish version 0.2.1 binaries will be released soon! I am just fixing a few final bugs and then I will build the final binaries.
|
Gophish version 0.2.1 binaries will be released soon! I am just fixing a few final bugs and then I will build the final binaries.
|
||||||
|
|
||||||
###Install
|
### 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.
|
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.
|
||||||
|
|
||||||
|
@ -28,18 +28,18 @@ To build Gophish from source, simply run ```go get github.com/gophish/gophish```
|
||||||
### Docker
|
### Docker
|
||||||
You can also use Gophish via an unofficial Docker container [here](https://hub.docker.com/r/matteoggl/gophish/).
|
You can also use Gophish via an unofficial Docker container [here](https://hub.docker.com/r/matteoggl/gophish/).
|
||||||
|
|
||||||
###Setup
|
### Setup
|
||||||
After running the Gophish binary, open an Internet browser to http://localhost:3333 and login with the default username (admin) and password (gophish).
|
After running the Gophish binary, open an Internet browser to http://localhost:3333 and login with the default username (admin) and password (gophish).
|
||||||
|
|
||||||
###Documentation
|
### Documentation
|
||||||
|
|
||||||
Documentation can be found on our [site](http://getgophish.com/documentation). Find something missing? Let us know by filing an issue!
|
Documentation can be found on our [site](http://getgophish.com/documentation). Find something missing? Let us know by filing an issue!
|
||||||
|
|
||||||
###Issues
|
### 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.
|
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
|
### License
|
||||||
```
|
```
|
||||||
Gophish - Open-Source Phishing Framework
|
Gophish - Open-Source Phishing Framework
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue