mirror of https://github.com/gophish/gophish
109 lines
4.8 KiB
HTML
109 lines
4.8 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<title>Gophish by jordan-wright</title>
|
|
<link rel="stylesheet" href="stylesheets/styles.css">
|
|
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
|
|
<script src="javascripts/respond.js"></script>
|
|
<!--[if lt IE 9]>
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
<!--[if lt IE 8]>
|
|
<link rel="stylesheet" href="stylesheets/ie.css">
|
|
<![endif]-->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<nav>
|
|
<li class="fork"><a href="https://github.com/jordan-wright/gophish">View On GitHub</a></li>
|
|
<li class="downloads"><a href="https://github.com/jordan-wright/gophish/zipball/master">ZIP</a></li>
|
|
<li class="downloads"><a href="https://github.com/jordan-wright/gophish/tarball/master">TAR</a></li>
|
|
<li class="title">DOWNLOADS</li>
|
|
</nav>
|
|
</div><!-- end header -->
|
|
|
|
<div class="wrapper">
|
|
|
|
<section>
|
|
<div id="title">
|
|
<h1>Gophish</h1>
|
|
<p>Open-Source Phishing Toolkit</p>
|
|
<hr>
|
|
<span class="credits left">Project maintained by <a href="https://github.com/jordan-wright">jordan-wright</a></span>
|
|
<span class="credits right">Hosted on GitHub Pages — Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
|
|
</div>
|
|
|
|
<p><img src="https://raw.github.com/jordan-wright/gophish/master/static/images/logo.png" alt="gophish logo"></p>
|
|
|
|
<h1>
|
|
<a name="gophish" class="anchor" href="#gophish"><span class="octicon octicon-link"></span></a>gophish</h1>
|
|
|
|
<p>Open-Source Phishing Toolkit</p>
|
|
|
|
<p>Gophish is an open-source phishing toolkits designed for businesses and penetration testers. It provides the ability to quickly and easily setup and execute phishing engagements.</p>
|
|
|
|
<h3>
|
|
<a name="current-status" class="anchor" href="#current-status"><span class="octicon octicon-link"></span></a>Current Status</h3>
|
|
|
|
<p>Development of gophish is currently ongoing. It is not anywhere close to being functional yet, but should get there soon.</p>
|
|
|
|
<p>Until then, you can keep up-to-date with development news and articles on <a href="http://jordan-wright.github.io/blog/categories/gophish/">my blog</a>.</p>
|
|
|
|
<h3>
|
|
<a name="install" class="anchor" href="#install"><span class="octicon octicon-link"></span></a>Install</h3>
|
|
|
|
<p>Installation of gophish is dead-simple - download and extract the zip, and run the binary. Gophish has binary releases for all platforms.</p>
|
|
|
|
<h3>
|
|
<a name="setup" class="anchor" href="#setup"><span class="octicon octicon-link"></span></a>Setup</h3>
|
|
|
|
<p>After running the gophish binary, open an Internet browser to http://localhost:3333 and follow the setup instructions.</p>
|
|
|
|
<h3>
|
|
<a name="license" class="anchor" href="#license"><span class="octicon octicon-link"></span></a>License</h3>
|
|
|
|
<p>gophish - Open-Source Phishing Framework</p>
|
|
|
|
<p>The MIT License (MIT)</p>
|
|
|
|
<p>Copyright (c) 2013 Jordan Wright</p>
|
|
|
|
<p>Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
in the Software without restriction, including without limitation the rights
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:</p>
|
|
|
|
<p>The above copyright notice and this permission notice shall be included in
|
|
all copies or substantial portions of the Software.</p>
|
|
|
|
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
THE SOFTWARE.</p>
|
|
</section>
|
|
|
|
</div>
|
|
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
|
|
<script type="text/javascript">
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
</script>
|
|
<script type="text/javascript">
|
|
try {
|
|
var pageTracker = _gat._getTracker("UA-47018345-1");
|
|
pageTracker._trackPageview();
|
|
} catch(err) {}
|
|
</script>
|
|
|
|
</body>
|
|
</html> |