dav*_*vid 7 javascript mshtml rundll32
我刚刚(2014年8月)看到了一个使用命令行的程序的报告
rundll32.exe javascript:"\..\mshtml,RunHTMLApplication"
Run Code Online (Sandbox Code Playgroud)
这是如何运作的?我认为第一个参数应该是DLL的名称(mshtml),但是rundll32如何解析该命令行?
rundll参考:http: //support.microsoft.com/kb/164787
The*_*rty 14
这里有一个很好的解释:http://thisissecurity.net/2014/08/20/poweliks-command-line-confusion/
总结一下使用相同的例子:
rundll32.exe javascript:"\..\mshtml,RunHTMLApplication ";alert('foo');
Run Code Online (Sandbox Code Playgroud)
javascript:"\..\mshtmljavascript:"\..\mshtml.manifest模块的清单.javascript:"\..\mshtml.dlljavascript:"\目录上升.mshtml.dll它在System目录中找到的内容.";alert('foo');javascript:"\..\mshtml,RunHTMLApplication ";alert('foo');"..\mshtml,RunHTMLApplication ";alert('foo');| 归档时间: |
|
| 查看次数: |
7541 次 |
| 最近记录: |