96 lines
5.0 KiB
HTML
96 lines
5.0 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<title>WPScan a WordPress Vulnerability Scanner</title>
|
|
|
|
<meta name="description" content="The official WPScan homepage. WPScan is a free, for non-commercial use, black box WordPress vulnerability scanner written for security professionals and blog maintainers to test the security of their sites.">
|
|
|
|
<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]-->
|
|
|
|
<!-- Favicons -->
|
|
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
|
|
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
|
|
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
|
|
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
|
|
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
|
|
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<link rel="manifest" href="/manifest.json">
|
|
<meta name="msapplication-TileColor" content="#ffffff">
|
|
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
|
<meta name="theme-color" content="#ffffff">
|
|
<!-- END Favicons -->
|
|
|
|
<!-- Google Analytics -->
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
|
ga('create', 'UA-97918367-2', 'auto');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
<!-- End Google Analytics -->
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<header>
|
|
<h1>WPScan</h1>
|
|
<p>WPScan is a free, for non-commercial use, black box WordPress vulnerability scanner written for security professionals and blog maintainers to test the security of their sites.</p>
|
|
|
|
<p class="view"><a href="https://github.com/wpscanteam/wpscan">View the Project on GitHub</a></p>
|
|
<p class="view"><a href="https://wpvulndb.com/">Visit our vulnerability database</a></p>
|
|
<p class="view"><a href="http://www.twitter.com/@_WPScan_">Follow us on Twitter</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="https://www.patreon.com/wpscan"><img src="https://raw.githubusercontent.com/wpscanteam/wpscan/gh-pages/images/become_a_patron_button.png" alt="become a patron button"></a></p>
|
|
|
|
<p><a href="https://sucuri.net/lp/promo/wpscan-wordpress-security.php"><img src="https://raw.githubusercontent.com/wpscanteam/wpscan/gh-pages/images/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="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>
|
|
</body>
|
|
</html>
|