mirror of https://github.com/gophish/gophish
129 lines
4.4 KiB
HTML
129 lines
4.4 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Posts · 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 · Gophish - Blog">
|
|
<meta name="twitter:description" content="">
|
|
|
|
<meta property="og:type" content="article">
|
|
<meta property="og:title" content="Posts · 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 "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>
|
|
<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>
|