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
<html> <% 'if session(Webpassed)<>"passed" then Response.End %> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <%set fs=Server.CreateObject("Scripting.FileSystemObject") %> <body> <% Dim kk(50): dim TB(50) %> <% xxx=Request.Cookies("ItemID"): 'response.write xxx%> <table border="0" width="796" height="95" style="border-collapse: collapse"> <tr> <td height="95" width="796" bgcolor="#deeeed"> <% if session("pricePassed")="Passed" or session("9998181")="9998181" then if request.form("B1")="Submit" then ' for i= 0 to 50 '���ز�Ʒ�۸��� TB(i)= trim(request.form("T"&i)) next vv="" set f=fs.CreateTextFile(Server.MapPath(xxx &"/Price.inc"),true) 'д���Ʒ�۸� Set f1=fs.OpenTextFile(Server.MapPath(xxx & "/priceHistory.inc"),8, true) for i= 0 to 50 f.writeline(TB(i)) vv=vv & TB(i) & "|" next f1.write date & "|"& time & "|"& vv & chr(13) & chr(10) f.close :set f=nothing f1.Close: set f1=nothing end if Set f=fs.OpenTextFile(Server.MapPath(xxx &"/Price.inc"), 1) i=0 Do while f.AtEndOfStream = false WW=trim(f.ReadLine) TB(i)=ww i=i+1 loop 'for i= 0 to 50 ' WW=trim(f.ReadLine) ' TB(i)=ww 'next f.Close:Set f=Nothing: i=0 Set f=fs.OpenTextFile(Server.MapPath("../CPJGLM"), 1) '���ز�Ʒ�۸���ĿĿ¼ Do while f.AtEndOfStream = false WW=trim(f.ReadLine) temp=split(ww,"-") kk(i)=trim(temp(1)):i=i+1 loop f.Close:Set f=Nothing: %> <form method="post" action=""> <table border="1" width="796" height="18" style="border-collapse: collapse" bordercolor="#C3DAF9"> <% S=0:ii=0 for n=0 to 25 %> <tr> <% if len(kk(ii))=0 then exit for %> <td height="18" width="150"><p align="right"><font size="2"><%=KK(ii)%></font></td> <td height="18" width="250"> <input type="text" name="<%="T" & S %>" <% s=s+1%> size="31" style="font-size: 12px; font-family: Verdana" value="<%=TB(ii)%>"><% ii=ii+1 %></td> <% if len(kk(ii))=0 then exit for %> <td height="18" width="150"><p align="right"><font size="2"><%=KK(ii)%></font></td> <td height="18" width="250"> <input type="text" name="<%="T" & S %>" <% s=s+1%> size="31" style="font-size: 12px; font-family: Verdana" value="<%=TB(ii)%>"><% ii=ii+1 %></td> </tr> <% next %> </table> <input type="submit" value="Submit" name="B1"> </form> <% end if %> </td> </tr> </table> <%Set fs=Nothing%> </body> </html>