Changed resources to be received over HTTPS

pull/67/head
Jordan Wright 2016-01-10 15:57:59 -06:00
parent b52be6c96a
commit 043eb44cb7
13 changed files with 44 additions and 47 deletions

View File

@ -26,10 +26,10 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css">
<!--<![endif]--> <!--<![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 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> </head>
<body> <body>
@ -38,7 +38,7 @@
<div class="sidebar pure-u-1 pure-u-md-1-4"> <div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header"> <div class="header">
<hgroup> <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> <h2 class="brand-tagline"></h2>
</hgroup> </hgroup>
@ -50,7 +50,7 @@
<a class="pure-button" href="http://getgophish.com"><i class="fa fa-home"></i> home</a> <a class="pure-button" href="http://getgophish.com"><i class="fa fa-home"></i> home</a>
</li> </li>
<li class="nav-item"> <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> </li>
</ul> </ul>
</nav> </nav>
@ -67,7 +67,7 @@
<section class="post"> <section class="post">
<header class="post-header"> <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"> <p class="post-meta">
@ -108,7 +108,7 @@ func main() {
</ul> </ul>
</div> </div>
</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> </div>
</div> </div>

View File

@ -2,19 +2,19 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Gophish - Blog</title> <title>Gophish - Blog</title>
<link>http://getgophish.com/blog/</link> <link>https://getgophish.com/blog/</link>
<description>Recent content on Gophish - Blog</description> <description>Recent content on Gophish - Blog</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Thu, 07 Jan 2016 22:05:58 -0600</lastBuildDate> <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> <item>
<title>Introducing gophish</title> <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> <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> <description>
&lt;h3 id=&#34;hello-world:aa77bbfd89a7b0ff10def205b9c08d51&#34;&gt;Hello World!&lt;/h3&gt; &lt;h3 id=&#34;hello-world:aa77bbfd89a7b0ff10def205b9c08d51&#34;&gt;Hello World!&lt;/h3&gt;

View File

@ -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>

View File

@ -26,10 +26,10 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css">
<!--<![endif]--> <!--<![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 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> </head>
<body> <body>
@ -38,7 +38,7 @@
<div class="sidebar pure-u-1 pure-u-md-1-4"> <div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header"> <div class="header">
<hgroup> <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> <h2 class="brand-tagline"></h2>
</hgroup> </hgroup>
@ -50,7 +50,7 @@
<a class="pure-button" href="http://getgophish.com"><i class="fa fa-home"></i> home</a> <a class="pure-button" href="http://getgophish.com"><i class="fa fa-home"></i> home</a>
</li> </li>
<li class="nav-item"> <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> </li>
</ul> </ul>
</nav> </nav>
@ -66,7 +66,7 @@
<section class="post"> <section class="post">
<header class="post-header"> <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"> <p class="post-meta">
@ -105,7 +105,7 @@ func main() {
</ul> </ul>
</div> </div>
</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> </div>
</div> </div>

View File

@ -26,10 +26,10 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css">
<!--<![endif]--> <!--<![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 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> </head>
<body> <body>
@ -38,7 +38,7 @@
<div class="sidebar pure-u-1 pure-u-md-1-4"> <div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header"> <div class="header">
<hgroup> <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> <h2 class="brand-tagline"></h2>
</hgroup> </hgroup>
@ -50,7 +50,7 @@
<a class="pure-button" href="http://getgophish.com"><i class="fa fa-home"></i> home</a> <a class="pure-button" href="http://getgophish.com"><i class="fa fa-home"></i> home</a>
</li> </li>
<li class="nav-item"> <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> </li>
</ul> </ul>
</nav> </nav>
@ -67,7 +67,7 @@
<section class="post"> <section class="post">
<header class="post-header"> <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"> <p class="post-meta">
@ -108,7 +108,7 @@ func main() {
</ul> </ul>
</div> </div>
</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> </div>
</div> </div>

View File

@ -2,19 +2,19 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Posts on Gophish - Blog</title> <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> <description>Recent content in Posts on Gophish - Blog</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Thu, 07 Jan 2016 22:05:58 -0600</lastBuildDate> <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> <item>
<title>Introducing gophish</title> <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> <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> <description>
&lt;h3 id=&#34;hello-world:aa77bbfd89a7b0ff10def205b9c08d51&#34;&gt;Hello World!&lt;/h3&gt; &lt;h3 id=&#34;hello-world:aa77bbfd89a7b0ff10def205b9c08d51&#34;&gt;Hello World!&lt;/h3&gt;

View File

@ -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>

View File

@ -2,13 +2,13 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>http://getgophish.com/blog/</loc> <loc>https://getgophish.com/blog/</loc>
<lastmod>2016-01-07T22:05:58-06:00</lastmod> <lastmod>2016-01-07T22:05:58-06:00</lastmod>
<priority>0</priority> <priority>0</priority>
</url> </url>
<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> <lastmod>2016-01-07T22:05:58-06:00</lastmod>
</url> </url>

View File

@ -26,10 +26,10 @@
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css">
<!--<![endif]--> <!--<![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 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> </head>
<body> <body>
@ -38,7 +38,7 @@
<div class="sidebar pure-u-1 pure-u-md-1-4"> <div class="sidebar pure-u-1 pure-u-md-1-4">
<div class="header"> <div class="header">
<hgroup> <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> <h2 class="brand-tagline"></h2>
</hgroup> </hgroup>
@ -50,7 +50,7 @@
<a class="pure-button" href="http://getgophish.com"><i class="fa fa-home"></i> home</a> <a class="pure-button" href="http://getgophish.com"><i class="fa fa-home"></i> home</a>
</li> </li>
<li class="nav-item"> <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> </li>
</ul> </ul>
</nav> </nav>
@ -67,7 +67,7 @@
<section class="post"> <section class="post">
<header class="post-header"> <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"> <p class="post-meta">
@ -108,7 +108,7 @@ func main() {
</ul> </ul>
</div> </div>
</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> </div>
</div> </div>

View File

@ -2,19 +2,19 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel> <channel>
<title>Gophish on Gophish - Blog</title> <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> <description>Recent content in Gophish on Gophish - Blog</description>
<generator>Hugo -- gohugo.io</generator> <generator>Hugo -- gohugo.io</generator>
<language>en-us</language> <language>en-us</language>
<lastBuildDate>Thu, 07 Jan 2016 22:05:58 -0600</lastBuildDate> <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> <item>
<title>Introducing gophish</title> <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> <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> <description>
&lt;h3 id=&#34;hello-world:aa77bbfd89a7b0ff10def205b9c08d51&#34;&gt;Hello World!&lt;/h3&gt; &lt;h3 id=&#34;hello-world:aa77bbfd89a7b0ff10def205b9c08d51&#34;&gt;Hello World!&lt;/h3&gt;

View File

@ -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>

View File

@ -5,7 +5,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <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"> <meta name="author" content="Jordan Wright">
<link rel="shortcut icon" href="assets/ico/favicon.ico"> <link rel="shortcut icon" href="assets/ico/favicon.ico">
@ -81,7 +81,7 @@
</h2> </h2>
<br/> <br/>
<h4> <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> </h4>
<a href="api/" class="btn btn-primary">Documentation</a> <a href="api/" class="btn btn-primary">Documentation</a>
</div> </div>
@ -99,9 +99,6 @@
<a href="https://godoc.org/github.com/jordan-wright/gophish" class="btn btn-primary">Documentation</a> <a href="https://godoc.org/github.com/jordan-wright/gophish" class="btn btn-primary">Documentation</a>
</div> </div>
</div> </div>
<hr class="featurette-divider">
<div class="row featurette"> <div class="row featurette">
<div class="col-md-12"> <div class="col-md-12">
<h2 class="featurette-heading text-muted"> <h2 class="featurette-heading text-muted">

View File

@ -9,7 +9,7 @@
<meta name="author" content="Jordan Wright"> <meta name="author" content="Jordan Wright">
<link rel="shortcut icon" href="assets/ico/favicon.ico"> <link rel="shortcut icon" href="assets/ico/favicon.ico">
<title>Gophish</title> <title>Gophish - Open Source Phishing Framework</title>
<!-- Bootstrap core CSS --> <!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet"> <link href="assets/css/bootstrap.min.css" rel="stylesheet">