Posts on Gophish - Blog http://getgophish.com/blog/post/ Recent content in Posts on Gophish - Blog Hugo -- gohugo.io en-us Thu, 07 Jan 2016 22:05:58 -0600 Introducing gophish http://getgophish.com/blog/post/hello-world/ Thu, 07 Jan 2016 22:05:58 -0600 http://getgophish.com/blog/post/hello-world/ <h3 id="hello-world:aa77bbfd89a7b0ff10def205b9c08d51">Hello World!</h3> <p>This is the official blog for <a href="http://getgophish.com">gophish</a>, a phishing toolkit designed to make rock-solid security awareness training accessible to <em>everyone</em>.</p> <p>Check back here often to find information on gophish updates, how to leverage gophish in interesting ways to test the security of your organization, as well as general tips and tricks on securing your email infrastructure.</p> <p>The gophish team is excited to release the alpha version of gophish soon! In the meantime:</p> <pre><code>package main import &quot;fmt&quot; func main() { fmt.Println(&quot;Hello world!&quot;) } </code></pre>