Introducing gophish

Introducing gophish - A phishing toolkit

Hello World!

This is the official blog for gophish, a phishing toolkit designed to make rock-solid security awareness training accessible to everyone.

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.

The gophish team is excited to release the alpha version of gophish soon! In the meantime:

package main

import "fmt"

func main() {
	fmt.Println("Hello world!")
}