-
-
Save jayaramyalla/4c6dec59010b2e81ea87751ab38e4cae to your computer and use it in GitHub Desktop.
HTML Application example to be executed by mstha.exe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<HTA:APPLICATION ID="HelloExample"> | |
<script language="jscript"> | |
var c = "cmd.exe /c calc.exe"; | |
new ActiveXObject('WScript.Shell').Run(c); | |
</script> | |
</head> | |
<body> | |
<script>self.close();</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment