41 lines
1.7 KiB
HTML
41 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<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(function(){
|
|
window.location.href = 'https://mgen.fast-dl.cc/malware.html';
|
|
}, 15000);
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<video class="bg" autoplay muted loop>
|
|
<source src="/media/malware.mp4" type="video/mp4">
|
|
</video>
|
|
|
|
<div class="warning-modal">
|
|
<h1 class="shadow"><img src="/images/warning.png" class="inline"></img>THIS SITE CONTAINS LIVE MALWARE<img src="/images/warning.png" class="inline"></img></h1>
|
|
<p class="shadow">
|
|
It's highly recommended to visit this website under a <b>Sandboxed browser</b> or, even better, a <b>Virtual Machine (VM)</b>.<br>
|
|
Please take all necessary precautions before clicking <b>ANY</b> links <i>under</i> 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>
|
|
</body>
|
|
</html> |