2018-12-02 22:43:43 +00:00
<!DOCTYPE html>
< html lang = "en-us" >
2016-01-08 05:04:28 +00:00
< head >
2018-12-02 22:43:43 +00:00
< meta charset = "utf-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" / >
< meta name = "twitter:card" content = "summary" / >
< meta name = "twitter:title" content = "Introducing gophish" / >
< meta name = "twitter:description" content = "Introducing gophish - A phishing toolkit" / >
< meta name = "twitter:site" content = "@" / >
< meta property = "og:title" content = "Introducing gophish · Gophish - Blog" / >
< meta property = "og:site_name" content = "Gophish - Blog" / >
< meta property = "og:url" content = "https://getgophish.com/blog/post/hello-world/" / >
< meta property = "og:description" content = "Introducing gophish - A phishing toolkit" / >
< meta property = "og:type" content = "article" / >
< meta property = "article:published_time" content = "2016-01-07T22:05:58-06:00" / >
2016-01-08 05:04:28 +00:00
2018-12-02 22:43:43 +00:00
< meta property = "article:tag" content = "gophish" / >
< title > Introducing gophish · Gophish - Blog< / title >
< meta name = "description" content = "Introducing gophish - A phishing toolkit" / >
< meta name = "HandheldFriendly" content = "True" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
< link rel = "shortcut icon" href = "/blog/images/favicon.ico" >
< link rel = "apple-touch-icon" href = "/blog/images/apple-touch-icon.png" / >
< link rel = "stylesheet" type = "text/css" href = "/blog/css/screen.css" / >
< link rel = "stylesheet" type = "text/css" href = "/blog/css/nav.css" / >
< link href = "https://fonts.googleapis.com/css?family=Lora:400,700" rel = "stylesheet" >
< link href = "/blog/index.xml" rel = "alternate" type = "application/rss+xml" title = "Gophish - Blog" / >
< meta name = "generator" content = "Hugo 0.40.3" / >
< link rel = "canonical" href = "https://getgophish.com/blog/post/hello-world/" / >
< script type = "application/ld+json" >
{
"@context": "https://schema.org",
"@type": "Article",
"publisher": {
"@type": "Organization",
"name": ,
"logo": https://getgophish.com/blogimages/gophish_purple_logo.png
},
"author": {
"@type": "Person",
"name": ,
"image": {
"@type": "ImageObject",
"url": https://getgophish.com/blogimages/gophish_purple_logo.png,
"width": 250,
"height": 250
},
"url": ,
"sameAs": [
]
},
"headline": Introducing gophish,
"name": Introducing gophish,
"wordCount": 84,
"timeRequired": "PT1M",
"inLanguage": {
"@type": "Language",
"alternateName": en
},
"url": https://getgophish.com/blog/post/hello-world/,
"datePublished": 2016-01-07T22:05Z,
"dateModified": 2016-01-07T22:05Z,
"keywords": gophish,
"description": Introducing gophish - A phishing toolkit,
"mainEntityOfPage": {
"@type": "WebPage",
"@id": https://getgophish.com/blog/post/hello-world/
}
}
< / script >
2016-01-08 05:04:28 +00:00
2018-12-02 22:43:43 +00:00
< 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 >
2016-01-08 05:04:28 +00:00
< / head >
2018-12-02 22:43:43 +00:00
< body class = "nav-closed" >
2016-01-08 05:04:28 +00:00
2018-12-02 22:43:43 +00:00
< div class = "nav" >
< h3 class = "nav-title" > Menu< / h3 >
< a href = "#" class = "nav-close" >
< span class = "hidden" > Close< / span >
< / a >
< ul >
< li class = "nav-opened" role = "presentation" >
< a href = "https://getgophish.com/" > Home< / a >
< / li >
2016-01-08 05:04:28 +00:00
2018-12-02 22:43:43 +00:00
< li class = "nav-opened" role = "presentation" >
< a href = "https://getgophish.com/documentation" > Documentation< / a >
< / li >
< li class = "nav-opened" role = "presentation" >
< a href = "https://github.com/gophish/gophish/issues" > Support< / a >
< / li >
< li class = "nav-opened" role = "presentation" >
< a href = "/blog/blog" > Blog< / a >
< / li >
< / ul >
< a class = "subscribe-button icon-feed" href = "/blog/index.xml" > Subscribe< / a >
< / div >
< span class = "nav-cover" > < / span >
< div class = "site-wrapper" >
< header class = "main-header post-head no-cover" >
< nav class = "main-nav clearfix" >
< a class = "blog-logo" href = "https://getgophish.com/blog" > < img src = "/blog/images/gophish_purple_logo.png" alt = "Home" / > < / a >
< a class = "menu-button" href = "#" > < span class = "burger" > ☰ < / span > < span class = "word" > Menu< / span > < / a >
< / nav >
< / header >
2016-01-08 05:04:28 +00:00
2018-12-02 22:43:43 +00:00
< main class = "content" role = "main" >
2016-01-08 05:04:28 +00:00
2018-12-02 22:43:43 +00:00
< article class = "post post" >
< header class = "post-header" >
< h1 class = "post-title" > Introducing gophish< / h1 >
< small > Introducing gophish - A phishing toolkit< / small >
< section class = "post-meta" >
< time class = "post-date" datetime = "2016-01-07T22:05:58-06:00" >
Jan 7, 2016
< / time >
< span class = "post-tag small" > < a href = "https://getgophish.com/blog/tags/gophish/" > #gophish< / a > < / span >
< / section >
< / header >
< section class = "post-content" >
< h3 id = "hello-world" > Hello World!< / h3 >
2016-01-08 05:04:28 +00:00
< 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 >
2018-12-02 22:43:43 +00:00
< / section >
< footer class = "post-footer" >
2016-01-08 05:04:28 +00:00
2018-12-02 22:43:43 +00:00
< figure class = "author-image" >
< a class = "img" href = "https://getgophish.com/blog" style = "background-image: url(/blog/images/jordan-wright.jpg)" > < span class = "hidden" > Jordan Wright's Picture< / span > < / a >
< / figure >
< section class = "author" >
< h4 > < a href = "https://getgophish.com/blog" > Jordan Wright< / a > < / h4 >
< p > Read < a href = "https://getgophish.com/blog" > more posts< / a > by this author.< / p >
< div class = "author-meta" >
< / div >
< / section >
< section class = "share" >
< h4 > Share this post< / h4 >
< a class = "icon-twitter" style = "font-size: 1.4em" href = "https://twitter.com/share?text=Introducing%20gophish - Gophish%20-%20Blog&url=https%3a%2f%2fgetgophish.com%2fblog%2fpost%2fhello-world%2f"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
< span class = "hidden" > Twitter< / span >
< / a >
< a class = "icon-facebook" style = "font-size: 1.4em" href = "https://www.facebook.com/sharer/sharer.php?u=https%3a%2f%2fgetgophish.com%2fblog%2fpost%2fhello-world%2f"
onclick="window.open(this.href, 'facebook-share','width=580,height=296');return false;">
< span class = "hidden" > Facebook< / span >
< / a >
< a class = "icon-google-plus" style = "font-size: 1.4em" href = "https://plus.google.com/share?url=https%3a%2f%2fgetgophish.com%2fblog%2fpost%2fhello-world%2f"
onclick="window.open(this.href, 'google-plus-share', 'width=490,height=530');return false;">
< span class = "hidden" > Google+< / span >
< / a >
< / section >
< / footer >
< / article >
< / main >
< aside class = "read-next" >
< a class = "read-next-story" style = "no-cover" href = "/blog/post/release-0.1.1/" >
< section class = "post" >
< h2 > Announcing gophish v0.1.1< / h2 >
< / section >
< / a >
< / aside >
< footer class = "site-footer clearfix" >
< section class = "copyright" > < a href = "" > Gophish - Blog< / a > < / section >
< section class = "poweredby" > Proudly generated by < a class = "icon-hugo" href = "http://gohugo.io" > HUGO< / a > , with < a class = "icon-theme" href = "https://github.com/vjeantet/hugo-theme-casper" > Casper< / a > theme< / section >
< / footer >
< / div >
< script type = "text/javascript" src = "/blog/js/jquery.js" > < / script >
< script type = "text/javascript" src = "/blog/js/jquery.fitvids.js" > < / script >
< script type = "text/javascript" src = "/blog/js/index.js" > < / script >
2016-01-08 05:04:28 +00:00
< / body >
< / html >
2018-12-02 22:43:43 +00:00