Skip to content

Commit 549f5e5

Browse files
authored
Create mshta.hta
1 parent 4eaa150 commit 549f5e5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Assets/mshta.hta

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)