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="conn1.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" /> <title>�ޱ����ĵ�</title> </head> <body> <% dim username,password username=request.form("username") password=request.form("password") set rs=server.createobject("adodb.recordset") sql="select * from UserInfo where UserName='"&username&"' and UserPass='"&password&"' " response.Write(sql) rs.open sql,conn,1,1 if rs.eof then response.write "<script>alert('��¼ʧ��');history.back();</script>" response.End() else session("admin")=username response.write"<script>alert('��¼�ɹ�');location.href='admin.asp'</script>" end if set rs=nothing conn.close set conn=nothing %> </body> </html>