mirror of https://github.com/gophish/gophish
138 lines
6.0 KiB
HTML
138 lines
6.0 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<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="author" content="Jordan Wright">
|
||
|
<link rel="shortcut icon" href="assets/ico/favicon.ico">
|
||
|
|
||
|
<title>Gophish - Documentation</title>
|
||
|
|
||
|
<!-- Bootstrap core CSS -->
|
||
|
<link href="../assets/css/bootstrap.min.css" rel="stylesheet">
|
||
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400,300,600,700' rel='stylesheet' type='text/css'>
|
||
|
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
|
||
|
<link href="../assets/css/font-awesome.min.css" rel="stylesheet">
|
||
|
|
||
|
<!-- Custom styles for this template -->
|
||
|
<link href="../assets/css/main.css" rel="stylesheet">
|
||
|
<script src="../assets/js/holder.js"></script>
|
||
|
|
||
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||
|
<!--[if lt IE 9]>
|
||
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||
|
<![endif]-->
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<!-- Fixed navbar -->
|
||
|
<div class="navbar navbar-dark navbar-fixed-top" role="navigation">
|
||
|
<div class="container">
|
||
|
<div class="navbar-header">
|
||
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
||
|
<span class="sr-only">Toggle navigation</span>
|
||
|
<span class="icon-bar"></span>
|
||
|
<span class="icon-bar"></span>
|
||
|
<span class="icon-bar"></span>
|
||
|
</button>
|
||
|
<a class="navbar-brand" href="/">
|
||
|
<img src="../assets/images/logo_inv_small.png"> gophish
|
||
|
</a>
|
||
|
</div>
|
||
|
<div class="navbar-collapse collapse">
|
||
|
<ul class="nav navbar-nav">
|
||
|
<li><a href="/documentation"><b>Documentation</b></a>
|
||
|
</li>
|
||
|
<li><a href="https://github.com/jordan-wright/gophish"><b>Code</b></a>
|
||
|
</li>
|
||
|
</ul>
|
||
|
<ul class="nav navbar-nav navbar-right">
|
||
|
<li><a href="#" class="btn btn btn-primary download-button"><i class="fa fa-download"></i> Download</a>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<!--/.nav-collapse -->
|
||
|
</div>
|
||
|
</div>
|
||
|
<div style="margin-top:60px;background-color:#283F50">
|
||
|
<div class="row">
|
||
|
<div class="col-lg-12 col-md-12" style="text-align:center;">
|
||
|
<h1 class="gophish-header">gophish - Documentation</h1>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="container marketing-panel" id="about">
|
||
|
<!-- START THE FEATURETTES -->
|
||
|
<div class="row featurette">
|
||
|
<div class="col-md-6">
|
||
|
<h2 class="featurette-heading">
|
||
|
<span class="fa-stack fa-2x">
|
||
|
<i style="color:#283F50" class="fa fa-circle fa-stack-2x"></i>
|
||
|
<i class="fa fa-code fa-stack-1x fa-inverse"></i>
|
||
|
</span>
|
||
|
<br/>API Documentation
|
||
|
</h2>
|
||
|
<br/>
|
||
|
<h4>
|
||
|
</span>This documentation shows the endpoints, methods, and examples on how to use gophish's extensive API.
|
||
|
</h4>
|
||
|
<a href="api/" class="btn btn-primary">Documentation</a>
|
||
|
</div>
|
||
|
<div class="col-md-6">
|
||
|
<h2 class="featurette-heading">
|
||
|
<span class="fa-stack fa-2x">
|
||
|
<i style="color:#283F50" class="fa fa-github fa-2x"></i>
|
||
|
</span>
|
||
|
<br />Developer Documentation
|
||
|
</h2>
|
||
|
<br/>
|
||
|
<h4>
|
||
|
</span>Full documentation on the gophish source code
|
||
|
</h4>
|
||
|
<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">
|
||
|
<span class="fa-stack fa-2x">
|
||
|
<i class="fa text-muted fa-circle fa-stack-2x"></i>
|
||
|
<i class="fa fa-code fa-stack-1x fa-inverse"></i>
|
||
|
</span>
|
||
|
<br />User Guide (Coming Soon!)
|
||
|
</h2>
|
||
|
<br/>
|
||
|
<h4>
|
||
|
<span class="text-muted">Learn to use all the great features gophish has to offer!</span>
|
||
|
</h4>
|
||
|
<a href="#" class="btn btn-primary" disabled>Documentation</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
<!-- /END THE FEATURETTES -->
|
||
|
</div>
|
||
|
<div class="footer">
|
||
|
<div class="container">
|
||
|
<p class="pull-right"><a href="#">Back to top</a>
|
||
|
</p>
|
||
|
<p style="text-align:left;">© Jordan (<a href="https://github.com/jordan-wright">jordan-wright</a>) 2015-2016</p>
|
||
|
<p style="text-align:left;">Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed under <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0">CC BY 3.0</a></p>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<!-- Bootstrap core JavaScript
|
||
|
================================================== -->
|
||
|
<!-- 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>
|
||
|
</body>
|
||
|
|
||
|
</html>
|