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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="changepass.aspx.cs" Inherits="App.prog.changepass" %> <!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 runat="server"> <title></title> <style type="text/css"> .style1 { width: 738px; text-align: center; } .style4 { width: 738px; text-align: left; height: 102px; } .style5 { width: 738px; text-align: center; height: 76px; font-size: x-large; } .style6 { width: 738px; text-align: left; height: 30px; } .style7 { width: 738px; text-align: left; height: 31px; } .style8 { width: 738px; text-align: left; height: 32px; } .style9 { width: 738px; text-align: left; height: 35px; } </style> </head> <body> <form id="form1" runat="server"> <div style="margin-top: 20px; margin-left: 20px"> <table cellpadding="0" cellspacing="0" border="1"> <tr> <td class="style5"> <strong>密码修改</strong></td> </tr> <tr> <td class="style6"> 登录名:<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label> </td> </tr> <tr> <td class="style7"> 原密码:<asp:TextBox ID="TextBox1" runat="server" TextMode="Password"></asp:TextBox> </td> </tr> <tr> <td class="style8"> 新密码:<asp:TextBox ID="TextBox2" runat="server" TextMode="Password"></asp:TextBox> <asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ControlToValidate="TextBox2" ErrorMessage="密码必须包含数字,字母,特殊字符且长度在13位至18位" ValidationExpression="^(?=.*\d)(?=.*[a-zA-Z])(?=.*[\W_])^.{13,18}$"></asp:RegularExpressionValidator> </td> </tr> <tr> <td class="style9"> 密码确认:<asp:TextBox ID="TextBox3" runat="server" TextMode="Password"></asp:TextBox> </td> </tr> <tr> <td class="style4"> 请注意,当密码不符合规范时,会提示“密码必须包含数字,字母,特殊字符且长度在13位至18位”。请按照该规范修改。另,强制设置每半年修改一次密码。</td> </tr> <tr> <td class="style1"> <asp:Button ID="Button1" runat="server" Text="提交" Style="text-align: center" onclick="Button1_Click" Width="82px" /> </td> </tr> </table> </div> </form> </body> </html>