Added analytics

Added basic blog using Hugo
pull/67/head
Jordan Wright 2016-01-07 23:04:28 -06:00
parent c6b52cdc71
commit 1f0f52884a
18 changed files with 685 additions and 2 deletions

View File

@ -84,6 +84,7 @@ p, h3, h4, h2, h1 {
width: 100%;
height: 100%; /* For at least Firefox */
min-height: 600px;
background-color:#283F50;
}
.cover-container {

0
blog/404.html Normal file
View File

1
blog/css/all.min.css vendored Normal file
View File

@ -0,0 +1 @@
#layout,.nav-list{padding:0}.brand-title,.content-subhead{text-transform:uppercase}.footer,.header,.post-share-links{text-align:center}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pure-g [class*=pure-u],button,html,input,select,textarea{font-family:"Source Sans Pro",serif}.brand-title,.nav-item a,.post-title{font-family:Oxygen,sans-serif}a{text-decoration:none;color:#3d92c9}.brand-title a,.sidebar{color:#fff}a:focus,a:hover{text-decoration:underline}.brand-title a:hover,.post-share-links a:hover,.post-title:hover{text-decoration:none}h3{font-weight:100}.pure-img-responsive{max-width:100%;height:auto}.header{top:auto;margin:3em auto}.sidebar{background:#283F50;}.brand-tagline,.brand-title{margin:0}.brand-tagline{font-weight:300;color:#b0cadb}.nav-list{margin:0;list-style:none}.nav-item{display:inline-block;zoom:1}.nav-item a{background:0 0;border:2px solid #b0cadb;color:#fff;margin-top:1em;font-weight:700}.nav-item a:focus,.nav-item a:hover{border:2px solid #3d92c9;text-decoration:none}.post-share-links,pre{border:1px solid #ccc}.content-subhead{color:#aaa;border-bottom:1px solid #eee;padding:.4em 0;font-size:80%;font-weight:500;letter-spacing:.1em}.hugo,.post-title,pre .class,pre .css-property,pre .css-value,pre .entity.function,pre .id,pre .keyword,pre .sass,pre .storage.function,pre .vendor-prefix{font-weight:700}.content{padding:2em 1em 0}.post{padding-bottom:2em}.post-title{font-size:2em;color:#222;margin:.4em 0}.post-avatar{border-radius:50px;float:right;margin-left:1em}.post-description{font-family:"Source Sans Pro",serif;color:#333;line-height:1.35em}.post-meta{color:#999;font-size:90%;margin:5px 0}.post-category{margin:0 .1em;padding:.3em 1em;color:#fff;background:#999;font-size:80%}.post-category-design{background:#5aba59}.post-category-pure{background:#4d85d1}.post-category-yui{background:#8156a7}.post-category-javascript{background:#df2d4f}.post-images{margin:1em 0}.post-image-meta{margin-top:-3.5em;margin-left:1em;color:#fff;text-shadow:0 1px 1px #333}.footer{padding:1em 0;color:#555;font-size:80%}.footer ul li a{display:inline;padding:0}.hugo{color:#333}.footer .pure-menu a:focus,.footer .pure-menu a:hover{background:0 0}.footer li{list-style-type:none}.post-share-links{margin:15px 15px 0 0;float:left;padding:10px}.post-share-links a{color:#aaa;font-size:28px;line-height:36px;margin:0 auto;display:block;transition:all .3s ease-in}.post-share-links a:hover{color:#3d92c9}.post-share-links h4{font-family:Oxygen,sans-serif;margin:0 0 5px;color:#aaa}@media (min-width:48em){.content{padding:2em 3em 0;margin-left:25%}.header{margin:80% 2em 0;text-align:right}.sidebar{position:fixed;top:0;bottom:0}}pre{word-wrap:break-word;padding:6px 10px;line-height:19px;margin-bottom:20px}code{border:1px solid #eaeaea;margin:0 2px;padding:0 5px;font-size:12px}pre code{border:0;padding:0;margin:0;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}code,pre{font-family:Consolas,'Liberation Mono',Courier,monospace;color:#333;background:#f8f8f8;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}pre,pre code{font-size:13px}pre .comment{color:#998}pre .support{color:#0086B3}pre .tag,pre .tag-name{color:navy}pre .css-property,pre .css-value,pre .support.namespace,pre .vendor-prefix{color:#333}pre .constant.numeric,pre .hex-color,pre .keyword.unit{font-weight:400;color:#099}pre .entity.class{color:#458}pre .entity.function,pre .entity.id{color:#900}pre .attribute,pre .variable{color:teal}pre .string,pre .support.value{font-weight:400;color:#d14}pre .regexp{color:#009926}

129
blog/index.html Normal file
View File

@ -0,0 +1,129 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gophish - Blog &middot; Gophish - Blog</title>
<meta name="description" content="">
<meta name="generator" content="Hugo 0.15" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Gophish - Blog &middot; Gophish - Blog">
<meta name="twitter:description" content="">
<meta property="og:type" content="article">
<meta property="og:title" content="Gophish - Blog &middot; Gophish - Blog">
<meta property="og:description" content="">
<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]-->
<link rel="stylesheet" href="http://getgophish.com/blog/css/all.min.css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="alternate" type="application/rss+xml" title="Gophish - Blog" href="http://getgophish.com/blog/index.xml" />
</head>
<body>
<div id="layout" class="pure-g">
<div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header">
<hgroup>
<h1 class="brand-title"><a href="http://getgophish.com/blog">Gophish - Blog</a></h1>
<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">
<a class="pure-button" href="http://getgophish.com/blog/index.xml"><i class="fa fa-rss"></i> rss</a>
</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">
<a href="http://getgophish.com/blog/post/hello-world/" class="post-title">Introducing gophish</a>
<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 &quot;fmt&quot;
func main() {
fmt.Println(&quot;Hello world!&quot;)
}
</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>
<script src="http://getgophish.com/blog/js/all.min.js"></script>
</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>

40
blog/index.xml Normal file
View File

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Gophish - Blog</title>
<link>http://getgophish.com/blog/</link>
<description>Recent content on Gophish - Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Thu, 07 Jan 2016 22:05:58 -0600</lastBuildDate>
<atom:link href="http://getgophish.com/blog/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Introducing gophish</title>
<link>http://getgophish.com/blog/post/hello-world/</link>
<pubDate>Thu, 07 Jan 2016 22:05:58 -0600</pubDate>
<guid>http://getgophish.com/blog/post/hello-world/</guid>
<description>
&lt;h3 id=&#34;hello-world:aa77bbfd89a7b0ff10def205b9c08d51&#34;&gt;Hello World!&lt;/h3&gt;
&lt;p&gt;This is the official blog for &lt;a href=&#34;http://getgophish.com&#34;&gt;gophish&lt;/a&gt;, a phishing toolkit designed to make rock-solid security awareness training accessible to &lt;em&gt;everyone&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;The gophish team is excited to release the alpha version of gophish soon! In the meantime:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;package main
import &amp;quot;fmt&amp;quot;
func main() {
fmt.Println(&amp;quot;Hello world!&amp;quot;)
}
&lt;/code&gt;&lt;/pre&gt;
</description>
</item>
</channel>
</rss>

4
blog/js/all.min.js vendored Normal file

File diff suppressed because one or more lines are too long

1
blog/page/1/index.html Normal file
View File

@ -0,0 +1 @@
<!DOCTYPE html><html><head><link rel="canonical" href="http://getgophish.com/blog/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://getgophish.com/blog/" /></head></html>

View File

@ -0,0 +1,126 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Introducing gophish &middot; 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 &middot; 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 &middot; 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]-->
<link rel="stylesheet" href="http://getgophish.com/blog/css/all.min.css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="alternate" type="application/rss+xml" title="Gophish - Blog" href="http://getgophish.com/blog/index.xml" />
</head>
<body>
<div id="layout" class="pure-g">
<div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header">
<hgroup>
<h1 class="brand-title"><a href="http://getgophish.com/blog">Gophish - Blog</a></h1>
<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">
<a class="pure-button" href="http://getgophish.com/blog/index.xml"><i class="fa fa-rss"></i> rss</a>
</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">
<a href="http://getgophish.com/blog/post/hello-world/" class="post-title">Introducing gophish</a>
<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 &quot;fmt&quot;
func main() {
fmt.Println(&quot;Hello world!&quot;)
}
</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>
<script src="http://getgophish.com/blog/js/all.min.js"></script>
</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>

128
blog/post/index.html Normal file
View File

@ -0,0 +1,128 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Posts &middot; Gophish - Blog</title>
<meta name="description" content="">
<meta name="generator" content="Hugo 0.15" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Posts &middot; Gophish - Blog">
<meta name="twitter:description" content="">
<meta property="og:type" content="article">
<meta property="og:title" content="Posts &middot; Gophish - Blog">
<meta property="og:description" content="">
<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]-->
<link rel="stylesheet" href="http://getgophish.com/blog/css/all.min.css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="alternate" type="application/rss+xml" title="Gophish - Blog" href="http://getgophish.com/blog/index.xml" />
</head>
<body>
<div id="layout" class="pure-g">
<div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header">
<hgroup>
<h1 class="brand-title"><a href="http://getgophish.com/blog">Gophish - Blog</a></h1>
<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">
<a class="pure-button" href="http://getgophish.com/blog/index.xml"><i class="fa fa-rss"></i> rss</a>
</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">
<a href="http://getgophish.com/blog/post/hello-world/" class="post-title">Introducing gophish</a>
<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 &quot;fmt&quot;
func main() {
fmt.Println(&quot;Hello world!&quot;)
}
</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>
<script src="http://getgophish.com/blog/js/all.min.js"></script>
</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>

40
blog/post/index.xml Normal file
View File

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on Gophish - Blog</title>
<link>http://getgophish.com/blog/post/</link>
<description>Recent content in Posts on Gophish - Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Thu, 07 Jan 2016 22:05:58 -0600</lastBuildDate>
<atom:link href="http://getgophish.com/blog/post/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Introducing gophish</title>
<link>http://getgophish.com/blog/post/hello-world/</link>
<pubDate>Thu, 07 Jan 2016 22:05:58 -0600</pubDate>
<guid>http://getgophish.com/blog/post/hello-world/</guid>
<description>
&lt;h3 id=&#34;hello-world:aa77bbfd89a7b0ff10def205b9c08d51&#34;&gt;Hello World!&lt;/h3&gt;
&lt;p&gt;This is the official blog for &lt;a href=&#34;http://getgophish.com&#34;&gt;gophish&lt;/a&gt;, a phishing toolkit designed to make rock-solid security awareness training accessible to &lt;em&gt;everyone&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;The gophish team is excited to release the alpha version of gophish soon! In the meantime:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;package main
import &amp;quot;fmt&amp;quot;
func main() {
fmt.Println(&amp;quot;Hello world!&amp;quot;)
}
&lt;/code&gt;&lt;/pre&gt;
</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!DOCTYPE html><html><head><link rel="canonical" href="http://getgophish.com/blog/post/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://getgophish.com/blog/post/" /></head></html>

15
blog/sitemap.xml Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://getgophish.com/blog/</loc>
<lastmod>2016-01-07T22:05:58-06:00</lastmod>
<priority>0</priority>
</url>
<url>
<loc>http://getgophish.com/blog/post/hello-world/</loc>
<lastmod>2016-01-07T22:05:58-06:00</lastmod>
</url>
</urlset>

View File

@ -0,0 +1,128 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gophish &middot; Gophish - Blog</title>
<meta name="description" content="">
<meta name="generator" content="Hugo 0.15" />
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Gophish &middot; Gophish - Blog">
<meta name="twitter:description" content="">
<meta property="og:type" content="article">
<meta property="og:title" content="Gophish &middot; Gophish - Blog">
<meta property="og:description" content="">
<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]-->
<link rel="stylesheet" href="http://getgophish.com/blog/css/all.min.css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="alternate" type="application/rss+xml" title="Gophish - Blog" href="http://getgophish.com/blog/index.xml" />
</head>
<body>
<div id="layout" class="pure-g">
<div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header">
<hgroup>
<h1 class="brand-title"><a href="http://getgophish.com/blog">Gophish - Blog</a></h1>
<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">
<a class="pure-button" href="http://getgophish.com/blog/index.xml"><i class="fa fa-rss"></i> rss</a>
</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">
<a href="http://getgophish.com/blog/post/hello-world/" class="post-title">Introducing gophish</a>
<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 &quot;fmt&quot;
func main() {
fmt.Println(&quot;Hello world!&quot;)
}
</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>
<script src="http://getgophish.com/blog/js/all.min.js"></script>
</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>

View File

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Gophish on Gophish - Blog</title>
<link>http://getgophish.com/blog/tags/gophish/</link>
<description>Recent content in Gophish on Gophish - Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Thu, 07 Jan 2016 22:05:58 -0600</lastBuildDate>
<atom:link href="http://getgophish.com/blog/tags/gophish/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Introducing gophish</title>
<link>http://getgophish.com/blog/post/hello-world/</link>
<pubDate>Thu, 07 Jan 2016 22:05:58 -0600</pubDate>
<guid>http://getgophish.com/blog/post/hello-world/</guid>
<description>
&lt;h3 id=&#34;hello-world:aa77bbfd89a7b0ff10def205b9c08d51&#34;&gt;Hello World!&lt;/h3&gt;
&lt;p&gt;This is the official blog for &lt;a href=&#34;http://getgophish.com&#34;&gt;gophish&lt;/a&gt;, a phishing toolkit designed to make rock-solid security awareness training accessible to &lt;em&gt;everyone&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;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.&lt;/p&gt;
&lt;p&gt;The gophish team is excited to release the alpha version of gophish soon! In the meantime:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;package main
import &amp;quot;fmt&amp;quot;
func main() {
fmt.Println(&amp;quot;Hello world!&amp;quot;)
}
&lt;/code&gt;&lt;/pre&gt;
</description>
</item>
</channel>
</rss>

View File

@ -0,0 +1 @@
<!DOCTYPE html><html><head><link rel="canonical" href="http://getgophish.com/blog/tags/gophish/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=http://getgophish.com/blog/tags/gophish/" /></head></html>

View File

@ -1482,4 +1482,14 @@ window.onload = function () {
// Remove the `preload` class to enable animations
document.querySelector('body').className = '';
};
</script></body></html>
</script>
<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>

View File

@ -132,6 +132,15 @@
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="../assets/js/bootstrap.min.js"></script>
<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>

View File

@ -70,7 +70,7 @@
<a href="/download" class="btn btn-lg btn-primary" disabled><i class="fa fa-download"></i> Download</a>
</p>
</div>
<div class="col-md-5">
<div class="col-md-5" style="padding-bottom:60px;">
<div id="carousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel" data-slide-to="0" class="active"></li>
@ -285,6 +285,15 @@
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
particlesJS.load('particles-js', 'assets/js/particlesjs-config.json', function() {});
</script>
<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>