Skip to content

Commit

Permalink
Create calc.hta
Browse files Browse the repository at this point in the history
  • Loading branch information
nandisec committed Jan 16, 2020
0 parents commit 909383b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions calc.hta
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<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 "calc.exe"
self.close
</script>
<body>
demo
</body>
</HEAD>
</HTML>

0 comments on commit 909383b

Please sign in to comment.