Files
wpscan/index.html
2016-09-06 09:12:42 +02:00

78 lines
3.2 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>WPScan by the WPScan Team</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>WPScan&reg;</h1>
<p>WPScan&reg; is a black box WordPress vulnerability scanner.</p>
<p class="view"><a href="https://github.com/wpscanteam/wpscan">View the Project on GitHub</a></p>
<ul>
<li><a href="https://github.com/wpscanteam/wpscan/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/wpscanteam/wpscan/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/wpscanteam/wpscan">View On <strong>GitHub</strong></a></li>
</ul>
<p><a href="http://www.twitter.com/@_WPScan_">Follow us on Twitter</a></p>
<p><a href="https://sucuri.net/"><img src="https://raw.githubusercontent.com/wpscanteam/wpscan/gh-pages/sucuri_logo.png" alt="sucuri security logo"></a></p>
</header>
<section>
<script>
<!-- Get README.md from Github API using JSONP. Turn the markdown into HTML. -->
function content(response) {
var data = atob(response.data.content.replace(/\s/g, ''));
preview.innerHTML = markdown.toHTML(data);
return data;
}
var script = document.createElement('script');
script.src = 'https://api.github.com/repos/wpscanteam/wpscan/contents/README.md?callback=content';
document.getElementsByTagName('head')[0].appendChild(script);
</script>
<div id="preview"> </div>
</section>
<footer>
<p>This project is maintained by the <a href="https://github.com/wpscanteam">WPScan Team</a> which comprises of <a href="http://www.twitter.com/@erwan_lr">@erwan_lr</a>, <a href="https://github.com/pvdl">pvdl</a>, <a href="http://www.twitter.com/@_FireFart_">@_FireFart_</a> & <a href="http://www.twitter.com/@ethicalhack3r">@ethicalhack3r</a>.</p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
<script src="javascripts/markdown-browser-0.6.0-beta1/markdown.min.js"></script>
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://wpvulndb.com/";
_paq.push(['setTrackerUrl', u+'pi.php']);
_paq.push(['setSiteId', 2]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'pi.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="https://wpvulndb.com/pi.php?idsite=2" style="border:0;" alt="" /></p></noscript>
<!-- End Piwik Code -->
</body>
</html>