SoFunction
Updated on 2025-04-08

ip138's asp thief program code

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Me>> Mobile phone number query</title>
<meta name="generator" content="me">
<style type="text/css">
BODY
{
    margin: 0px;
    color: #000000;
    background-color: #F6F6F6;
    background-color: #F6F6F6;    
font-family: Verdana, Arial, Song-style;
    font-size: 9pt;
    text-decoration: none;
    SCROLLBAR-FACE-COLOR: #B3C5A7;
    SCROLLBAR-HIGHLIGHT-COLOR: #B3C5A7;
    SCROLLBAR-SHADOW-COLOR: #B3C5A7;
    SCROLLBAR-3DLIGHT-COLOR: #B3C5A7;
    SCROLLBAR-ARROW-COLOR: #eeeeee;
    SCROLLBAR-TRACK-COLOR: #efefef;
    SCROLLBAR-DARKSHADOW-COLOR: #B3C5A7;
}
TD
{
    color: #333333;
font-family: Verdana, Arial, Song-style;
    font-size: 9pt;
    line-height: 150%;
}
</style>
<SCRIPT LANGUAGE="JavaScript">
<!--
    function resizeMe(){
        (400,300);
    }
function checkMobile(){
    var sMobile = 
    if(!(/^1[3|5][0-9]\d{4,8}$/.test(sMobile))){
alert("not the complete 11-digit mobile phone number or the correct top seven digits");
        ();
        return false;
    }
}

//-->
</SCRIPT>
</head>

<body leftmargin="1" topmargin="1" onload="javascript:resizeMe()">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
 <tr>
  <td>
<%    Dim XMLObj,tmpStr,Mobile,MobileArea,MobileType
    Dim RegExp,i

    Mobile = ("mobile")
MobileArea = "Unknown"
MobileType = "Unknown"
    Set XMLObj = ("")
    Set RegExp = New RegExp
     = "class=tdc2>.*</TD>"
     = True
     = True
     "Post","http://:8080/", False
     "Content-Type", "application/x-www-form-urlencoded"
     "action=mobile&mobile=" & Mobile
    If  = 4 Then
        tmpStr = bytes2BSTR()
        i = 0
        Set Matches = (tmpStr)
For Each Match in Matches                     Traveling the matching collection.
            If i = 1 Then
                MobileArea = Replace(,"class=tdc2>","")
            ElseIf i = 2 Then
                MobileType = Replace(,"class=tdc2>","")
            ElseIf i = 0 Then
                Mobile = Replace(,"class=tdc2>","")
            End if
            i = i + 1
          Next
    End If
    Set RegExp = Nothing
    Set XMLObj = Nothing

    Function bytes2BSTR(vIn)
        strReturn = ""
        For i = 1 To LenB(vIn)
            ThisCharCode = AscB(MidB(vIn, i, 1))
            If ThisCharCode < &H80 Then
                strReturn = strReturn & Chr(ThisCharCode)
            Else
                NextCharCode = AscB(MidB(vIn, i + 1, 1))
                strReturn = strReturn & Chr(CLng(ThisCharCode) * &H100 + CInt(NextCharCode))
                i = i + 1
            End If
        Next
        bytes2BSTR = strReturn
    End Function

    Function URLEncoding(vstrIn)
        strReturn = ""
        For i = 1 To Len(vstrIn)
            ThisChr = Mid(vstrIn, i, 1)
            If Abs(Asc(ThisChr)) < &HFF Then
                strReturn = strReturn & ThisChr
            Else
                innerCode = Asc(ThisChr)
                If innerCode < 0 Then
                    innerCode = innerCode + &H10000
                End If
                Hight8 = (innerCode And &HFF00) \ &HFF
                Low8 = innerCode And &HFF
                strReturn = strReturn & "%" & Hex(Hight8) & "%" & Hex(Low8)
            End If
        Next
        URLEncoding = strReturn
    End Function
%>
<table width=349 border="1" align="center" cellpadding="4" bordercolor=#3366cc style="border-collapse: collapse">
 <tr>
<td colspan=2 align=center height=24 bgcolor=#6699cc>++* I-mobile phone location query result*++</td>
 </tr>
 <tr bgcolor=#EFF1F3>
<td width="130" align="center" noswap>The mobile number segment you are queried</td>
  <td width=* align="center"><%=Mobile%></td>
 </tr>
 <tr bgcolor=#EFF1F3>
<td width="130" align="center" noswap>Card number home location</td>
  <td width=* align="center"><%=MobileArea%></td>
 </tr>
 <tr bgcolor=#EFF1F3>
<td width="130" align="center" noswap>card&nbsp;class&nbsp;type</td>
  <td width=* align="center"><%=MobileType%></td>
 </tr>
 <tr bgcolor=#EFF1F3>
<td colspan="2" align="center" noswap><a href="/">Return to homepage</a></td>
   </tr>
</table>
  </td>
 </tr>
</table>
<div style="display:none"><script type=text/javascript language=javascript src="https:///inc/"></script></div>
</body>
</html>