76 lines
3.6 KiB
HTML
76 lines
3.6 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 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]-->
|
|
|
|
<!-- 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 black box WordPress vulnerability scanner.</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>
|