118 lines
5.4 KiB
HTML
118 lines
5.4 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<title>WPScan a WordPress Security Scanner</title>
|
|
|
|
<meta name="description" content="The official WPScan homepage. WPScan is a free, for non-commercial use, black box WordPress security scanner written for security professionals and blog maintainers to test the security of their WordPress websites.">
|
|
|
|
<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 -->
|
|
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Organization",
|
|
"url": "https://wpscan.org",
|
|
"logo": "https://wpscan.org/images/logo.png"
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<header>
|
|
<h1>WPScan</h1>
|
|
<h2>WordPress Security Scanner</h2>
|
|
<p>WPScan is a free, for non-commercial use, black box WordPress security scanner written for security professionals and blog maintainers to test the security of their sites.</p>
|
|
|
|
<ul>
|
|
<li class="view">
|
|
<a href="https://github.com/wpscanteam/wpscan" title="WPScan Github">View On <strong>GitHub</strong></a>
|
|
</li>
|
|
<li class="view">
|
|
<a href="https://wpscan.io" title="Online WordPress Security Scanner">Vulnerability <strong>Scanner</strong></a>
|
|
</li>
|
|
<li class="view">
|
|
<a href="https://wpvulndb.com/" title="WPScan Vulnerability Database">Vulnerability <strong>Database</strong></a>
|
|
</li>
|
|
</ul>
|
|
<ul>
|
|
<li class="view">
|
|
<a href="https://wordpress.org/plugins/wpscan/" title="WPScan WordPress Plugin">WordPress <strong>Plugin</strong></a>
|
|
</li>
|
|
<li class="view">
|
|
<a href="https://blog.wpscan.org/" title="WPScan Blog">WPScan <strong>Blog</strong></a>
|
|
</li>
|
|
<li class="view">
|
|
<a href="http://www.twitter.com/@_WPScan_" title="WPScan Twitter">Follow us on <strong>Twitter</strong></a>
|
|
</li>
|
|
</ul>
|
|
|
|
<p>Sponsored by</p>
|
|
<a href="https://automattic.com/" title="Automattic Sponsor Logo"><img src="/images/automattic-cmyk.png" alt="Automattic Sponsor Logo"><a>
|
|
|
|
<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>
|
|
|
|
</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, ''));
|
|
var converter = new showdown.Converter();
|
|
preview.innerHTML = converter.makeHtml(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></footer>
|
|
</div>
|
|
<script src="javascripts/scale.fix.js"></script>
|
|
<script src="javascripts/showdown.min.js"></script>
|
|
</body>
|
|
</html>
|