mirror of https://github.com/gophish/gophish
Changed resources to be received over HTTPS
parent
b52be6c96a
commit
043eb44cb7
|
@ -26,10 +26,10 @@
|
|||
<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 rel="stylesheet" href="https://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" />
|
||||
<link rel="alternate" type="application/rss+xml" title="Gophish - Blog" href="https://getgophish.com/blog/index.xml" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
|||
<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>
|
||||
<h1 class="brand-title"><a href="https://getgophish.com/blog">Gophish - Blog</a></h1>
|
||||
<h2 class="brand-tagline"></h2>
|
||||
</hgroup>
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
|||
<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>
|
||||
<a class="pure-button" href="https://getgophish.com/blog/index.xml"><i class="fa fa-rss"></i> rss</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -67,7 +67,7 @@
|
|||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<a href="http://getgophish.com/blog/post/hello-world/" class="post-title">Introducing gophish</a>
|
||||
<a href="https://getgophish.com/blog/post/hello-world/" class="post-title">Introducing gophish</a>
|
||||
|
||||
<p class="post-meta">
|
||||
|
||||
|
@ -108,7 +108,7 @@ func main() {
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<script src="http://getgophish.com/blog/js/all.min.js"></script>
|
||||
<script src="https://getgophish.com/blog/js/all.min.js"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -2,19 +2,19 @@
|
|||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Gophish - Blog</title>
|
||||
<link>http://getgophish.com/blog/</link>
|
||||
<link>https://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" />
|
||||
<atom:link href="https://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>
|
||||
<link>https://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>
|
||||
<guid>https://getgophish.com/blog/post/hello-world/</guid>
|
||||
<description>
|
||||
|
||||
<h3 id="hello-world:aa77bbfd89a7b0ff10def205b9c08d51">Hello World!</h3>
|
||||
|
|
|
@ -1 +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>
|
||||
<!DOCTYPE html><html><head><link rel="canonical" href="https://getgophish.com/blog/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=https://getgophish.com/blog/" /></head></html>
|
|
@ -26,10 +26,10 @@
|
|||
<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 rel="stylesheet" href="https://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" />
|
||||
<link rel="alternate" type="application/rss+xml" title="Gophish - Blog" href="https://getgophish.com/blog/index.xml" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
|||
<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>
|
||||
<h1 class="brand-title"><a href="https://getgophish.com/blog">Gophish - Blog</a></h1>
|
||||
<h2 class="brand-tagline"></h2>
|
||||
</hgroup>
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
|||
<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>
|
||||
<a class="pure-button" href="https://getgophish.com/blog/index.xml"><i class="fa fa-rss"></i> rss</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -66,7 +66,7 @@
|
|||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<a href="http://getgophish.com/blog/post/hello-world/" class="post-title">Introducing gophish</a>
|
||||
<a href="https://getgophish.com/blog/post/hello-world/" class="post-title">Introducing gophish</a>
|
||||
|
||||
<p class="post-meta">
|
||||
|
||||
|
@ -105,7 +105,7 @@ func main() {
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<script src="http://getgophish.com/blog/js/all.min.js"></script>
|
||||
<script src="https://getgophish.com/blog/js/all.min.js"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -26,10 +26,10 @@
|
|||
<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 rel="stylesheet" href="https://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" />
|
||||
<link rel="alternate" type="application/rss+xml" title="Gophish - Blog" href="https://getgophish.com/blog/index.xml" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
|||
<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>
|
||||
<h1 class="brand-title"><a href="https://getgophish.com/blog">Gophish - Blog</a></h1>
|
||||
<h2 class="brand-tagline"></h2>
|
||||
</hgroup>
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
|||
<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>
|
||||
<a class="pure-button" href="https://getgophish.com/blog/index.xml"><i class="fa fa-rss"></i> rss</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -67,7 +67,7 @@
|
|||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<a href="http://getgophish.com/blog/post/hello-world/" class="post-title">Introducing gophish</a>
|
||||
<a href="https://getgophish.com/blog/post/hello-world/" class="post-title">Introducing gophish</a>
|
||||
|
||||
<p class="post-meta">
|
||||
|
||||
|
@ -108,7 +108,7 @@ func main() {
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<script src="http://getgophish.com/blog/js/all.min.js"></script>
|
||||
<script src="https://getgophish.com/blog/js/all.min.js"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -2,19 +2,19 @@
|
|||
<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>
|
||||
<link>https://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" />
|
||||
<atom:link href="https://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>
|
||||
<link>https://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>
|
||||
<guid>https://getgophish.com/blog/post/hello-world/</guid>
|
||||
<description>
|
||||
|
||||
<h3 id="hello-world:aa77bbfd89a7b0ff10def205b9c08d51">Hello World!</h3>
|
||||
|
|
|
@ -1 +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>
|
||||
<!DOCTYPE html><html><head><link rel="canonical" href="https://getgophish.com/blog/post/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=https://getgophish.com/blog/post/" /></head></html>
|
|
@ -2,13 +2,13 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
|
||||
<url>
|
||||
<loc>http://getgophish.com/blog/</loc>
|
||||
<loc>https://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>
|
||||
<loc>https://getgophish.com/blog/post/hello-world/</loc>
|
||||
<lastmod>2016-01-07T22:05:58-06:00</lastmod>
|
||||
</url>
|
||||
|
||||
|
|
|
@ -26,10 +26,10 @@
|
|||
<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 rel="stylesheet" href="https://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" />
|
||||
<link rel="alternate" type="application/rss+xml" title="Gophish - Blog" href="https://getgophish.com/blog/index.xml" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
|||
<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>
|
||||
<h1 class="brand-title"><a href="https://getgophish.com/blog">Gophish - Blog</a></h1>
|
||||
<h2 class="brand-tagline"></h2>
|
||||
</hgroup>
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
|||
<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>
|
||||
<a class="pure-button" href="https://getgophish.com/blog/index.xml"><i class="fa fa-rss"></i> rss</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
@ -67,7 +67,7 @@
|
|||
<section class="post">
|
||||
<header class="post-header">
|
||||
|
||||
<a href="http://getgophish.com/blog/post/hello-world/" class="post-title">Introducing gophish</a>
|
||||
<a href="https://getgophish.com/blog/post/hello-world/" class="post-title">Introducing gophish</a>
|
||||
|
||||
<p class="post-meta">
|
||||
|
||||
|
@ -108,7 +108,7 @@ func main() {
|
|||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<script src="http://getgophish.com/blog/js/all.min.js"></script>
|
||||
<script src="https://getgophish.com/blog/js/all.min.js"></script>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -2,19 +2,19 @@
|
|||
<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>
|
||||
<link>https://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" />
|
||||
<atom:link href="https://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>
|
||||
<link>https://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>
|
||||
<guid>https://getgophish.com/blog/post/hello-world/</guid>
|
||||
<description>
|
||||
|
||||
<h3 id="hello-world:aa77bbfd89a7b0ff10def205b9c08d51">Hello World!</h3>
|
||||
|
|
|
@ -1 +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>
|
||||
<!DOCTYPE html><html><head><link rel="canonical" href="https://getgophish.com/blog/tags/gophish/"/><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0;url=https://getgophish.com/blog/tags/gophish/" /></head></html>
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="Gophish - An Open-Source Phishing Framework">
|
||||
<meta name="description" content="Gophish Documentation - Includes API documentation, user guide, and development docs">
|
||||
<meta name="author" content="Jordan Wright">
|
||||
<link rel="shortcut icon" href="assets/ico/favicon.ico">
|
||||
|
||||
|
@ -81,7 +81,7 @@
|
|||
</h2>
|
||||
<br/>
|
||||
<h4>
|
||||
</span>This documentation shows the endpoints, methods, and examples on how to use gophish's extensive API.
|
||||
</span>Endpoints, methods, and examples on how to use gophish's extensive API
|
||||
</h4>
|
||||
<a href="api/" class="btn btn-primary">Documentation</a>
|
||||
</div>
|
||||
|
@ -99,9 +99,6 @@
|
|||
<a href="https://godoc.org/github.com/jordan-wright/gophish" class="btn btn-primary">Documentation</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr class="featurette-divider">
|
||||
|
||||
<div class="row featurette">
|
||||
<div class="col-md-12">
|
||||
<h2 class="featurette-heading text-muted">
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="author" content="Jordan Wright">
|
||||
<link rel="shortcut icon" href="assets/ico/favicon.ico">
|
||||
|
||||
<title>Gophish</title>
|
||||
<title>Gophish - Open Source Phishing Framework</title>
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
|
Loading…
Reference in New Issue