malware-generator/index.html

46 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Malware Generator</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="stylesheet" type="text/css" href="/styles.css">
<meta property="og:type" content="website">
<meta property="og:title" content="Enderman's Malware Generator v2.0">
<meta property="og:description" content="Generate all modern malware you want, starting from fake browser extensions, ending with adware bundlers.">
<meta property="og:url" content="https://mgen.fast-dl.cc">
<meta property="og:image" content="http://mgen.fast-dl.cc/images/warning.png">
<meta property="og:image:secure_url" content="https://mgen.fast-dl.cc/images/warning.png">
<meta property="og:image:width" content="256">
<meta property="og:image:height" content="256">
<meta property="og:image:alt" content="Warning!">
<script>
setTimeout(() => {
window.location.href = 'https://mgen.fast-dl.cc/malware.html';
}, 15000);
</script>
</head>
<body>
<div class="warning-modal">
<h1 class="shadow">
<img src="/images/warning.png" class="inline" alt="Warning!">
<span>THIS SITE CONTAINS LIVE MALWARE</span>
<img src="/images/warning.png" class="inline" alt="Warning!">
</h1>
<p class="shadow">
It's highly recommended to visit this website under a <strong>Sandboxed browser</strong> or, even better, a <strong>Virtual Machine (VM)</strong>.<br />
Please take all necessary precautions before clicking <strong>ANY</strong> links <em>under</em> that modal. You have been warned.
</p>
<p class="shadow">Automatic redirect will happen in 15 seconds, please read carefully.</p>
<a class="blue" href="/malware.html">I understand, redirect now</a>
</div>
<video class="modal-background" autoplay muted loop>
<source src="/media/malware.mp4" type="video/mp4">
</video>
</body>
</html>