vanwanet_scrape/example.html
2021-02-28 10:50:42 -05:00

49 lines
2.0 KiB
HTML

<body>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="keywords" content="">
<title>VanwaNet DDoS Mitigation</title>
<!-- Styles -->
<link href="https://vanwanet.com/assets/css/page.min.css" rel="stylesheet">
<link href="https://vanwanet.com/assets/css/style.css" rel="stylesheet">
<!-- Favicons -->
<link rel="apple-touch-icon" href="https://vanwanet.com/assets/img/apple-touch-icon.png">
<link rel="icon" href="https://vanwanet.com/assets/img/favicon.png">
</head>
<body class="layout-centered bg-gray">
<!-- Main Content -->
<main class="main-content text-center pb-lg-8">
<div class="container">
<h1 class="display-1 text-muted mb-7">Verifying Your Browser</h1>
<p class="lead">DDoS Mitigation by <a href="https://vanwanet.com" target="_blank">VanwaNet</a></p>
</div>
</main><!-- /.main-content -->
<!-- Scripts -->
<script src="https://vanwanet.com/assets/js/page.min.js"></script>
<script src="https://vanwanet.com/assets/js/script.js"></script>
</body>
</html>
<script type="text/javascript" src="https://vanwanet.com/aes.js"></script>
<script>function toNumbers(d) {
var e = [];
d.replace(/(..)/g, function (d) {
e.push(parseInt(d, 16))
});
return e
}
function toHex() {
for (var d = [], d = 1 == arguments.length && arguments[0].constructor == Array ? arguments[0] : arguments, e = "", f = 0; f < d.length; f++) e += (16 > d[f] ? "0" : "") + d[f].toString(16);
return e.toLowerCase()
}
var a = toNumbers("ddddbeefeadbeefffadebfeaaaadbeef"), b = toNumbers("ddddbeefeadbeefffadebfeaaaadbeef"),
c = toNumbers("a1f65df65c31e8b63ca3be6e1d90c140");
document.cookie = "VanwaNetDDoSMitigation=" + toHex(slowAES.decrypt(c, 2, a, b)) + "; expires=Thu, 31-Dec-37 23:55:55 GMT; path=/";
location.href = "https://sys.8kun.top/board-search.php?page=0";</script>
</body>