0/61
Threat
Analyzed on 2021-12-02T04:08:44.292616
MD5 | ff9d400ef4f0e3c58cd2bfd2ccf0609e | |
SHA1 | 77fa3a74aaf70570a604afb913dcc135ad4f9166 | |
SHA256 | 0bf9bdb5b71e6ff514e9d9e24befabe6965dbdcd0269dc22a9a7ecaaa70fdc1d | |
Size | 7.57MB |
Information computed with APKiD.
/tmp/tmpm8y1qex3!classes.dex | |
anti_vm |
|
anti_debug |
|
compiler |
|
Information computed with ssdeep.
APK file | 196608:oE4h36+PGpmJwhH1yN8WO/0z4uOjNdoXrjqjt:oE4UkMhH1yy//uOj3Kr+jt | |
Manifest | 768:HzQe5UQtQRTOd89i38ayGBMC+KYzkCM1Ywxr6K4sZnNWJ63SRbhpNTRAkimS/gZl:… | |
classes.dex | 49152:7kutnfvw6AUo4xUKEvJuwUipufB/siLLwfg0bjh0vPMyU144MLv:IKnHtBcJF0L… |
Information computed with Dexofuzzy.
APK file | 6144:LaL+p51WxcpVrWwEloIuLpKfrDFlSbUFqr4ATdlGEtTQRgOcn:eL+CE0wEWpKfVo… | |
classes.dex | 6144:LaL+p51WxcpVrWwEloIuLpKfrDFlSbUFqr4ATdlGEtTQRgOcn:eL+CE0wEWpKfVo… |
Information computed with AndroGuard and Pithus.
Information computed with AndroGuard.
Information computed with MobSF.
Findings | Files |
---|---|
Certificate/Key files hardcoded inside the app. |
stamp-cert-sha256 |
Information computed with MobSF.
Low | App has a Network Security Configuration[android:networkSecurityConfig=@xml/d] The Network Security Configuration feature lets apps customize their network security settings in a safe, declarative configuration file without modifying app code. These settings can be configured for specific domains and for a specific app. |
Medium | Application Data can be Backed up[android:allowBackup=true] This flag allows anyone to backup your application data via adb. It allows users who have enabled USB debugging to copy application data off of the device. |
High | Launch Mode of Activity (com.veso365.app.views.MainActivity) is not standard. An Activity should not be having the launch mode attribute set to "singleTask/singleInstance" as it becomes root Activity and it is possible for other applications to read the contents of the calling Intent. So it is required to use the "standard" launch mode attribute when sensitive information is included in an Intent. |
High | Activity (com.veso365.app.views.MainActivity) is not Protected.An intent-filter exists. An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. The presence of intent-filter indicates that the Activity is explicitly exported. |
High | Launch Mode of Activity (com.veso365.topnews.fcm.NotificationRouterActivity) is not standard. An Activity should not be having the launch mode attribute set to "singleTask/singleInstance" as it becomes root Activity and it is possible for other applications to read the contents of the calling Intent. So it is required to use the "standard" launch mode attribute when sensitive information is included in an Intent. |
High | Launch Mode of Activity (com.veso365.topnews.views.RouterActivity) is not standard. An Activity should not be having the launch mode attribute set to "singleTask/singleInstance" as it becomes root Activity and it is possible for other applications to read the contents of the calling Intent. So it is required to use the "standard" launch mode attribute when sensitive information is included in an Intent. |
High | Activity (com.veso365.topnews.views.RouterActivity) is not Protected.An intent-filter exists. An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. The presence of intent-filter indicates that the Activity is explicitly exported. |
High | Content Provider (com.facebook.FacebookContentProvider) is not Protected. [android:exported=true] A Content Provider is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. |
High | Service (com.veso365.topnews.fcm.VesoFirebaseMessagingService) is not Protected.An intent-filter exists. A Service is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. The presence of intent-filter indicates that the Service is explicitly exported. |
High | Launch Mode of Activity (com.veso365.lottery.keno.KenoHomeActivity) is not standard. An Activity should not be having the launch mode attribute set to "singleTask/singleInstance" as it becomes root Activity and it is possible for other applications to read the contents of the calling Intent. So it is required to use the "standard" launch mode attribute when sensitive information is included in an Intent. |
High | Launch Mode of Activity (com.veso365.lottery.power.PowerHomeActivity) is not standard. An Activity should not be having the launch mode attribute set to "singleTask/singleInstance" as it becomes root Activity and it is possible for other applications to read the contents of the calling Intent. So it is required to use the "standard" launch mode attribute when sensitive information is included in an Intent. |
High | Launch Mode of Activity (com.veso365.lottery.mega.MegaHomeActivity) is not standard. An Activity should not be having the launch mode attribute set to "singleTask/singleInstance" as it becomes root Activity and it is possible for other applications to read the contents of the calling Intent. So it is required to use the "standard" launch mode attribute when sensitive information is included in an Intent. |
High | Launch Mode of Activity (com.veso365.lottery.views.max3d.Max3dHomeActivity) is not standard. An Activity should not be having the launch mode attribute set to "singleTask/singleInstance" as it becomes root Activity and it is possible for other applications to read the contents of the calling Intent. So it is required to use the "standard" launch mode attribute when sensitive information is included in an Intent. |
High | Launch Mode of Activity (com.veso365.lottery.views.max3dplus.Max3dPlusHomeActivity) is not standard. An Activity should not be having the launch mode attribute set to "singleTask/singleInstance" as it becomes root Activity and it is possible for other applications to read the contents of the calling Intent. So it is required to use the "standard" launch mode attribute when sensitive information is included in an Intent. |
High | Launch Mode of Activity (com.veso365.lottery.keno.PaymentWebViewActivity) is not standard. An Activity should not be having the launch mode attribute set to "singleTask/singleInstance" as it becomes root Activity and it is possible for other applications to read the contents of the calling Intent. So it is required to use the "standard" launch mode attribute when sensitive information is included in an Intent. |
High | Activity (com.veso365.lottery.keno.PaymentWebViewActivity) is not Protected. [android:exported=true] An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. |
High | Activity (com.facebook.CustomTabActivity) is not Protected. [android:exported=true] An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. |
High | Broadcast Receiver (com.google.firebase.iid.FirebaseInstanceIdReceiver) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.google.android.c2dm.permission.SEND [android:exported=true] A Broadcast Receiver is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. It is protected by a permission which is not defined in the analysed application. As a result, the protection level of the permission should be checked where it is defined. If it is set to normal or dangerous, a malicious application can request and obtain the permission and interact with the component. If it is set to signature, only applications signed with the same certificate can obtain the permission. |
Information computed with MobSF.
com.veso365.app.views.MainActivity |
Hosts: @string/k8 Schemes: veso365:// https:// |
com.veso365.lottery.keno.PaymentWebViewActivity |
Hosts: payment Schemes: veso365:// |
com.facebook.CustomTabActivity |
Hosts: cct.com.veso365.app Schemes: fbconnect:// |
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Oldest file found in APK | Jan. 1, 1981, 1:01 a.m. |
Latest file found in APK | Jan. 1, 1981, 1:01 a.m. |
Certificate valid not before | Nov. 2, 2021, 7:07 a.m. |
First submission on VT | Nov. 18, 2021, 1:56 a.m. |
Last submission on VT | Nov. 18, 2021, 1:56 a.m. |
Upload on Pithus | Dec. 2, 2021, 4:08 a.m. |
Certificate valid not after | Oct. 27, 2046, 7:07 a.m. |
Score | 0/61 |
Report | https://www.virustotal.com/gui/file/0bf9bdb5b71e6ff514e9d9e24befabe6965dbdcd0269dc22a9a7ecaaa70fdc1d/detection |
Information computed with MobSF.
FCS_RBG_EXT.1.1 | The application invoke platform-provided DRBG functionality for its cryptographic operations. Random Bit Generation Services |
FCS_STO_EXT.1.1 | The application does not store any credentials to non-volatile memory. Storage of Credentials |
FCS_CKM_EXT.1.1 | The application implement asymmetric key generation. Cryptographic Key Generation Services |
FDP_DEC_EXT.1.1 | The application has access to ['network connectivity', 'camera']. Access to Platform Resources |
FDP_DEC_EXT.1.2 | The application has access to no sensitive information repositories. Access to Platform Resources |
FDP_NET_EXT.1.1 | The application has user/application initiated network communications. Network Communications |
FDP_DAR_EXT.1.1 | The application does not encrypt files in non-volatile memory. Encryption Of Sensitive Application Data |
FMT_MEC_EXT.1.1 | The application invoke the mechanisms recommended by the platform vendor for storing and setting configuration options. Supported Configuration Mechanism |
FTP_DIT_EXT.1.1 | The application does encrypt some transmitted data with HTTPS/TLS/SSH between itself and another trusted IT product. Protection of Data in Transit |
FCS_RBG_EXT.2.1 FCS_RBG_EXT.2.2 |
The application perform all deterministic random bit generation (DRBG) services in accordance with NIST Special Publication 800-90A using Hash_DRBG. The deterministic RBG is seeded by an entropy source that accumulates entropy from a platform-based DRBG and a software-based noise source, with a minimum of 256 bits of entropy at least equal to the greatest security strength (according to NIST SP 800-57) of the keys and hashes that it will generate. Random Bit Generation from Application |
FCS_COP.1.1(2) | The application perform cryptographic hashing services not in accordance with FCS_COP.1.1(2) and uses the cryptographic algorithm RC2/RC4/MD4/MD5. Cryptographic Operation - Hashing |
FCS_COP.1.1(4) | The application perform keyed-hash message authentication with cryptographic algorithm ['HMAC-SHA-256'] . Cryptographic Operation - Keyed-Hash Message Authentication |
FCS_HTTPS_EXT.1.1 | The application implement the HTTPS protocol that complies with RFC 2818. HTTPS Protocol |
FCS_HTTPS_EXT.1.2 | The application implement HTTPS using TLS. HTTPS Protocol |
FCS_HTTPS_EXT.1.3 | The application notify the user and not establish the connection or request application authorization to establish the connection if the peer certificate is deemed invalid. HTTPS Protocol |
FIA_X509_EXT.1.1 | The application invoked platform-provided functionality to validate certificates in accordance with the following rules: ['The certificate path must terminate with a trusted CA certificate']. X.509 Certificate Validation |
FIA_X509_EXT.2.1 | The application use X.509v3 certificates as defined by RFC 5280 to support authentication for HTTPS , TLS. X.509 Certificate Authentication |
FPT_TUD_EXT.2.1 | The application shall be distributed using the format of the platform-supported package manager. Integrity for Installation and Update |
Information computed with MobSF.
Map computed by Pithus.
Information computed with MobSF.
High | Base config is insecurely configured to permit clear text traffic to all domains. Scope: ['*'] |
Information computed with MobSF.
Information computed with MobSF.
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://api.lotto100.xyz/api/post/reply_list https://static.lotto100.xyz/lottery/orderdetail?oid= https://static.lotto100.xyz/lottery/order https://api.lotto100.xyz/api/lottery/order/get_unread_order_count https://api.lotto100.xyz/api/lottery/fav_bet_plan/submit_bet_plan https://api.lotto100.xyz/api/lottery/keno_bet/submit_user_contact https://api.lotto100.xyz/api/lottery/wallet/get_wallet https://api.lotto100.xyz/api/lottery/fav_bet_plan/update_bet_plan https://api.lotto100.xyz/api/user/report_client_info https://api.lotto100.xyz/api/user/register https://api.lotto100.xyz/api/lottery/keno_bet/get_keno_selections https://api.lotto100.xyz/api/lottery/mega645/get_selections https://api.lotto100.xyz/api/lottery/power655/get_selections https://api.lotto100.xyz/api/lottery/max3d/get_selections https://api.lotto100.xyz/api/lottery/keno_bet/get_init_config https://api.lotto100.xyz/api/lottery/max3d/results https://api.lotto100.xyz/api/lottery/order/get_order_status https://api.lotto100.xyz/api/lottery/payment/payment_options https://static.lotto100.xyz/lottery/help Defined in g/g/b/v/p.java |
|
https://firebase-settings.crashlytics.com/spi/v2/platforms/android/gmp/%s/settings Defined in g/g/b/l/d.java |
|
https://update.crashlytics.com/spi/v1/platforms/android/apps https://update.crashlytics.com/spi/v1/platforms/android/apps/%s https://reports.crashlytics.com/spi/v1/platforms/android/apps/%s/reports https://reports.crashlytics.com/sdk-api/v1/platforms/android/apps/%s/minidumps Defined in g/g/b/l/j/l/i.java |
|
https://update.crashlytics.com/spi/v1/platforms/android/apps https://update.crashlytics.com/spi/v1/platforms/android/apps/%s https://reports.crashlytics.com/spi/v1/platforms/android/apps/%s/reports https://reports.crashlytics.com/sdk-api/v1/platforms/android/apps/%s/minidumps Defined in g/g/b/l/j/l/i.java |
|
https://update.crashlytics.com/spi/v1/platforms/android/apps https://update.crashlytics.com/spi/v1/platforms/android/apps/%s https://reports.crashlytics.com/spi/v1/platforms/android/apps/%s/reports https://reports.crashlytics.com/sdk-api/v1/platforms/android/apps/%s/minidumps Defined in g/g/b/l/j/l/i.java |
|
https://update.crashlytics.com/spi/v1/platforms/android/apps https://update.crashlytics.com/spi/v1/platforms/android/apps/%s https://reports.crashlytics.com/spi/v1/platforms/android/apps/%s/reports https://reports.crashlytics.com/sdk-api/v1/platforms/android/apps/%s/minidumps Defined in g/g/b/l/j/l/i.java |
|
https://firebase.google.com/support/privacy/init-options. Defined in g/g/b/t/g.java |
|
https://facebook.com/device?user_code=%1$s&qr=1 Defined in g/e/o0/d.java |
|
https://api.lotto100.xyz/api/user/get_all_jacket_info Defined in g/e/e0/d/f.java |
|
https://developers.facebook.com/docs/sharing/android Defined in g/e/r0/b/l.java |
|
http://www.android.com/ Defined in g/e/s0/j.java |
|
https://facebook.com https://.facebook.com Defined in g/e/n0/c0.java |
|
https://facebook.com https://.facebook.com Defined in g/e/n0/c0.java |
|
https://developers.facebook.com/docs/android/getting-started Defined in g/e/n0/e0.java |
|
https://www.youtube.com Defined in g/b/a/a/b/h/a.java |
|
http://www.youtube.com/watch?v= Defined in g/b/a/a/a/a.java |
|
http://www.example.com Defined in g/k/b/b/a.java |
|
https://nstat.headlines.pw/api/cmu_stat Defined in g/k/a/a/e.java |
|
https://api.lotto100.xyz/api/user/deep_link_report Defined in g/a/d/d/b.java |
|
https://api.lotto100.xyz/api/post/upload_pics Defined in g/a/b/o/d.java |
|
https://api.lotto100.xyz/api/user/get_remote_config Defined in g/a/b/o/i.java |
|
https://api.lotto100.xyz/api/user/logout Defined in g/a/b/p/g.java |
|
https://api.lotto100.xyz/api/user/phone_login Defined in g/a/b/p/s/f.java |
|
https://static.lotto100.xyz/lottery/store Defined in g/a/a/e.java |
|
https://api.lotto100.xyz/api/lottery/new_user/login_task/receive_bonus Defined in g/a/a/g/d.java |
|
https://api.lotto100.xyz/api/lottery/wallet/get_history Defined in g/a/a/r/j.java |
|
https://api.lotto100.xyz/api/lottery/withdraw/set_withdraw_completed Defined in g/a/a/r/h.java |
|
https://api.lotto100.xyz/api/lottery/withdraw/set_momo_withdraw_issued Defined in g/a/a/r/e.java |
|
https://api.lotto100.xyz/api/lottery/withdraw/set_withdraw_issued Defined in g/a/a/r/g.java |
|
https://api.lotto100.xyz/api/lottery/withdraw/set_momo_withdraw_confirmed Defined in g/a/a/r/f.java |
|
https://api.lotto100.xyz/api/lottery/withdraw/get_momo_withdraw Defined in g/a/a/r/v.java |
|
https://api.lotto100.xyz/api/lottery/withdraw/get_withdraw_by_id Defined in g/a/a/r/y.java |
|
https://api.lotto100.xyz/api/lottery/withdraw/get_history_v3 Defined in g/a/a/r/s.java |
|
https://api.lotto100.xyz/api/lottery/withdraw/submit_momo_withdraw_v2 Defined in g/a/a/r/a.java |
|
https://api.lotto100.xyz/api/lottery/withdraw/get_init_config Defined in g/a/a/r/n.java |
|
https://api.lotto100.xyz/api/lottery/withdraw/submit_store_withdraw Defined in g/a/a/r/q.java |
|
https://api.lotto100.xyz/api/lottery/keno_bet/get_order_status_by_keno_id Defined in g/a/a/j/g2.java |
|
https://static.lotto100.xyz/lottery/topup Defined in g/a/a/j/v0.java |
|
https://api.lotto100.xyz/api/lottery/seq_order/seq_options Defined in g/a/a/j/s1.java |
|
https://static.lotto100.xyz/lottery/agreement Defined in g/a/a/a/j.java |
|
https://api.lotto100.xyz/api/lottery/fav_bet_plan/get_bet_plans Defined in g/a/a/a/j0/n0.java |
|
https://api.lotto100.xyz/api/lottery/fav_bet_plan/remove_bet_plan Defined in g/a/a/a/j0/x.java |
|
https://lucky100.onelink.me/k3Sd?pid=share&c=share_fav https://play.google.com/store/apps/details?id= Defined in g/a/a/a/j0/q.java |
|
https://lucky100.onelink.me/k3Sd?pid=share&c=share_fav https://play.google.com/store/apps/details?id= Defined in g/a/a/a/j0/q.java |
|
https://api.lotto100.xyz/api/lottery/mega645/result_by_id https://api.lotto100.xyz/api/lottery/mega645/results Defined in g/a/a/a/n0/b0.java |
|
https://api.lotto100.xyz/api/lottery/mega645/result_by_id https://api.lotto100.xyz/api/lottery/mega645/results Defined in g/a/a/a/n0/b0.java |
|
https://api.lotto100.xyz/api/lottery/power655/result_by_id https://api.lotto100.xyz/api/lottery/power655/results Defined in g/a/a/a/n0/e0.java |
|
https://api.lotto100.xyz/api/lottery/power655/result_by_id https://api.lotto100.xyz/api/lottery/power655/results Defined in g/a/a/a/n0/e0.java |
|
https://api.lotto100.xyz/api/lottery/keno/result_by_id https://api.lotto100.xyz/api/lottery/keno/results Defined in g/a/a/a/n0/t.java |
|
https://api.lotto100.xyz/api/lottery/keno/result_by_id https://api.lotto100.xyz/api/lottery/keno/results Defined in g/a/a/a/n0/t.java |
|
https://api.lotto100.xyz/api/lottery/xsmb/results https://api.lotto100.xyz/api/lottery/xsmt/results https://api.lotto100.xyz/api/lottery/xsmn/results Defined in g/a/a/a/n0/q0.java |
|
https://api.lotto100.xyz/api/lottery/xsmb/results https://api.lotto100.xyz/api/lottery/xsmt/results https://api.lotto100.xyz/api/lottery/xsmn/results Defined in g/a/a/a/n0/q0.java |
|
https://api.lotto100.xyz/api/lottery/xsmb/results https://api.lotto100.xyz/api/lottery/xsmt/results https://api.lotto100.xyz/api/lottery/xsmn/results Defined in g/a/a/a/n0/q0.java |
|
https://api.lotto100.xyz/api/lottery/newuser/receive_login_coupon Defined in com/veso365/lottery/LotteryApp.java |
|
https://api.lotto100.xyz/api/lottery/keno_bet/get_recent_order_status https://api.lotto100.xyz/api/lottery/keno_bet/get_fab_order_id https://static.lotto100.xyz/lottery/desc https://static.lotto100.xyz/lottery/assistant https://api.lotto100.xyz/api/lottery/broadcast/keno_page_text_list Defined in com/veso365/lottery/keno/KenoHomeActivity.java |
|
https://api.lotto100.xyz/api/lottery/keno_bet/get_recent_order_status https://api.lotto100.xyz/api/lottery/keno_bet/get_fab_order_id https://static.lotto100.xyz/lottery/desc https://static.lotto100.xyz/lottery/assistant https://api.lotto100.xyz/api/lottery/broadcast/keno_page_text_list Defined in com/veso365/lottery/keno/KenoHomeActivity.java |
|
https://api.lotto100.xyz/api/lottery/keno_bet/get_recent_order_status https://api.lotto100.xyz/api/lottery/keno_bet/get_fab_order_id https://static.lotto100.xyz/lottery/desc https://static.lotto100.xyz/lottery/assistant https://api.lotto100.xyz/api/lottery/broadcast/keno_page_text_list Defined in com/veso365/lottery/keno/KenoHomeActivity.java |
|
https://api.lotto100.xyz/api/lottery/keno_bet/get_recent_order_status https://api.lotto100.xyz/api/lottery/keno_bet/get_fab_order_id https://static.lotto100.xyz/lottery/desc https://static.lotto100.xyz/lottery/assistant https://api.lotto100.xyz/api/lottery/broadcast/keno_page_text_list Defined in com/veso365/lottery/keno/KenoHomeActivity.java |
|
https://api.lotto100.xyz/api/lottery/keno_bet/get_recent_order_status https://api.lotto100.xyz/api/lottery/keno_bet/get_fab_order_id https://static.lotto100.xyz/lottery/desc https://static.lotto100.xyz/lottery/assistant https://api.lotto100.xyz/api/lottery/broadcast/keno_page_text_list Defined in com/veso365/lottery/keno/KenoHomeActivity.java |
|
https://api.lotto100.xyz/api/lottery/payment/appota/get_payment_url https://api.lotto100.xyz/api/lottery/payment/flypay/get_payment_url https://api.lotto100.xyz/api/lottery/seq_order/pay_seq_order_by_wallet https://api.lotto100.xyz/api/lottery/wallet/pay_lottery_order Defined in com/veso365/lottery/keno/PaymentActivity.java |
|
https://api.lotto100.xyz/api/lottery/payment/appota/get_payment_url https://api.lotto100.xyz/api/lottery/payment/flypay/get_payment_url https://api.lotto100.xyz/api/lottery/seq_order/pay_seq_order_by_wallet https://api.lotto100.xyz/api/lottery/wallet/pay_lottery_order Defined in com/veso365/lottery/keno/PaymentActivity.java |
|
https://api.lotto100.xyz/api/lottery/payment/appota/get_payment_url https://api.lotto100.xyz/api/lottery/payment/flypay/get_payment_url https://api.lotto100.xyz/api/lottery/seq_order/pay_seq_order_by_wallet https://api.lotto100.xyz/api/lottery/wallet/pay_lottery_order Defined in com/veso365/lottery/keno/PaymentActivity.java |
|
https://api.lotto100.xyz/api/lottery/payment/appota/get_payment_url https://api.lotto100.xyz/api/lottery/payment/flypay/get_payment_url https://api.lotto100.xyz/api/lottery/seq_order/pay_seq_order_by_wallet https://api.lotto100.xyz/api/lottery/wallet/pay_lottery_order Defined in com/veso365/lottery/keno/PaymentActivity.java |
|
https://api.lotto100.xyz/api/lottery/keno_bet/create_order Defined in com/veso365/lottery/keno/CreateKenoOrderActivity.java |
|
https://api.lotto100.xyz/api/lottery/seq_order/create_keno_order Defined in com/veso365/lottery/keno/CreateKenoSeqOrderActivity.java |
|
https://api.lotto100.xyz/api/post/reply Defined in com/veso365/lottery/keno/KenoLiveActivity.java |
|
https://api.lotto100.xyz/api/lottery/mega645/create_order Defined in com/veso365/lottery/mega/CreateMegaOrderActivity.java |
|
https://static.lotto100.xyz/lottery/traditionorder?order_id= Defined in com/veso365/lottery/wallet/WalletHistoryActivity.java |
|
https://static.lotto100.xyz/lottery/topup Defined in com/veso365/lottery/wallet/WalletHomeActivity.java |
|
https://api.lotto100.xyz/api/lottery/broadcast/text_list Defined in com/veso365/lottery/views/LotterySpeakerView.java |
|
https://api.lotto100.xyz/api/lottery/max3dplus/create_order Defined in com/veso365/lottery/views/max3dplus/CreateMax3dPlusOrderActivity.java |
|
https://api.lotto100.xyz/api/lottery/max3d/create_order Defined in com/veso365/lottery/views/max3d/CreateMax3dOrderActivity.java |
|
https://api.lotto100.xyz/api/lottery/power655/create_order Defined in com/veso365/lottery/power/CreatePowerOrderActivity.java |
|
https://api.lotto100.xyz https://static.lotto100.xyz Defined in com/veso365/app/XApplication.java |
|
https://api.lotto100.xyz https://static.lotto100.xyz Defined in com/veso365/app/XApplication.java |
|
https://static.lotto100.xyz/lottery/topup https://static.lotto100.xyz/tool/feedback Defined in com/veso365/app/views/HomeDrawerView.java |
|
https://static.lotto100.xyz/lottery/topup https://static.lotto100.xyz/tool/feedback Defined in com/veso365/app/views/HomeDrawerView.java |
|
https://static.lotto100.xyz/lottery/analytics https://static.lotto100.xyz/lottery/caijing Defined in com/veso365/app/views/home/TabLotteryResultFragment.java |
|
https://static.lotto100.xyz/lottery/analytics https://static.lotto100.xyz/lottery/caijing Defined in com/veso365/app/views/home/TabLotteryResultFragment.java |
|
https://api.lotto100.xyz/api/lottery/comm/lott_info https://api.lotto100.xyz/api/lottery/new_user/login_task/query_task https://static.lotto100.xyz/lottery/tradition?from=main Defined in com/veso365/app/views/home/TabLotteryFragment.java |
|
https://api.lotto100.xyz/api/lottery/comm/lott_info https://api.lotto100.xyz/api/lottery/new_user/login_task/query_task https://static.lotto100.xyz/lottery/tradition?from=main Defined in com/veso365/app/views/home/TabLotteryFragment.java |
|
https://api.lotto100.xyz/api/lottery/comm/lott_info https://api.lotto100.xyz/api/lottery/new_user/login_task/query_task https://static.lotto100.xyz/lottery/tradition?from=main Defined in com/veso365/app/views/home/TabLotteryFragment.java |
|
https://api.lotto100.xyz/api/user/modify_jacket_info Defined in com/veso365/app/views/personal/EditUserInfoActivity.java |
|
https://api.lotto100.xyz/api/user/get_login_verify_code https://api.lotto100.xyz/api/user/facebook_login https://api.lotto100.xyz/api/lottery/newuser/get_login_coupon_data Defined in com/veso365/app/views/account/FirstLoginActivity.java |
|
https://api.lotto100.xyz/api/user/get_login_verify_code https://api.lotto100.xyz/api/user/facebook_login https://api.lotto100.xyz/api/lottery/newuser/get_login_coupon_data Defined in com/veso365/app/views/account/FirstLoginActivity.java |
|
https://api.lotto100.xyz/api/user/get_login_verify_code https://api.lotto100.xyz/api/user/facebook_login https://api.lotto100.xyz/api/lottery/newuser/get_login_coupon_data Defined in com/veso365/app/views/account/FirstLoginActivity.java |
|
http://schemas.android.com/apk/res/android Defined in j/i/b/b/h.java |
Information computed with MobSF.