2016-01-08 05:04:28 +00:00
<!doctype html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< title > Introducing gophish · Gophish - Blog< / title >
< meta name = "description" content = "Introducing gophish - A phishing toolkit" >
< meta name = "generator" content = "Hugo 0.15" / >
< meta name = "twitter:card" content = "summary" >
< meta name = "twitter:title" content = "Introducing gophish · Gophish - Blog" >
< meta name = "twitter:description" content = "Introducing gophish - A phishing toolkit" >
< meta property = "og:type" content = "article" >
< meta property = "og:title" content = "Introducing gophish · Gophish - Blog" >
< meta property = "og:description" content = "Introducing gophish - A phishing toolkit" >
< link href = '//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Oxygen:400,700' rel = 'stylesheet' type = 'text/css' >
< link rel = "stylesheet" href = "//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/pure-min.css" >
<!-- [if lte IE 8]>
< link rel = "stylesheet" href = "//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-old-ie-min.css" >
<![endif]-->
<!-- [if gt IE 8]><! -->
< link rel = "stylesheet" href = "//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css" >
<!-- <![endif] -->
2016-01-10 21:57:59 +00:00
< link rel = "stylesheet" href = "https://getgophish.com/blog/css/all.min.css" >
2016-01-08 05:04:28 +00:00
< link href = "//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel = "stylesheet" >
2016-01-10 21:57:59 +00:00
< link rel = "alternate" type = "application/rss+xml" title = "Gophish - Blog" href = "https://getgophish.com/blog/index.xml" / >
2016-01-08 05:04:28 +00:00
< / head >
< body >
< div id = "layout" class = "pure-g" >
< div class = "sidebar pure-u-1 pure-u-md-1-4" >
< div class = "header" >
< hgroup >
2016-01-10 21:57:59 +00:00
< h1 class = "brand-title" > < a href = "https://getgophish.com/blog" > Gophish - Blog< / a > < / h1 >
2016-01-08 05:04:28 +00:00
< h2 class = "brand-tagline" > < / h2 >
< / hgroup >
< nav class = "nav" >
< ul class = "nav-list" >
< li class = "nav-item" >
< a class = "pure-button" href = "http://getgophish.com" > < i class = "fa fa-home" > < / i > home< / a >
< / li >
< li class = "nav-item" >
2016-01-10 21:57:59 +00:00
< a class = "pure-button" href = "https://getgophish.com/blog/index.xml" > < i class = "fa fa-rss" > < / i > rss< / a >
2016-01-08 05:04:28 +00:00
< / li >
< / ul >
< / nav >
< / div >
< / div >
< div class = "content pure-u-1 pure-u-md-3-4" >
< div >
< div class = "posts" >
< h1 class = "content-subhead" > 07 Jan 2016, 22:05< / h1 >
< section class = "post" >
< header class = "post-header" >
2016-01-10 21:57:59 +00:00
< a href = "https://getgophish.com/blog/post/hello-world/" class = "post-title" > Introducing gophish< / a >
2016-01-08 05:04:28 +00:00
< p class = "post-meta" >
< / p >
< / header >
< div class = "post-description" >
< 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 " fmt"
func main() {
fmt.Println(" Hello world!" )
}
< / code > < / pre >
< / div >
< / section >
< / div >
< div class = "footer" >
< div class = "pure-menu pure-menu-horizontal pure-menu-open" >
< ul >
< li > Powered by < a class = "hugo" href = "http://hugo.spf13.com/" target = "_blank" > hugo< / a > < / li >
< / ul >
< / div >
< / div >
2016-01-10 21:57:59 +00:00
< script src = "https://getgophish.com/blog/js/all.min.js" > < / script >
2016-01-08 05:04:28 +00:00
< / div >
< / div >
< / div >
< script >
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47018345-1', 'auto');
ga('send', 'pageview');
< / script >
< / body >
< / html >