导航菜单

页面标题

页面副标题

用信花 v1.1.3 - q.java 源代码

正在查看: 用信花 v1.1.3 应用的 q.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package i1;

import java.net.InetAddress;
import java.util.concurrent.Callable;
import java.util.concurrent.FutureTask;

public class q {

    public final String[] f4398a = {"www.cmpassport.com", "ecm.cmpassport.com", "onekey.cmpassport.com", "onekey1.cmpassport.com", "onekey2.cmpassport.com", "auth.wosms.cn", "msv6.wosms.cn", "card.e.189.cn", "id6.me"};

    public class a implements Callable<Void> {
        public a() {
        }

        @Override
        public Void call() {
            for (String str : q.this.f4398a) {
                q.this.c(str);
            }
            return null;
        }
    }

    public FutureTask<Void> a() {
        try {
            return new FutureTask<>(new a());
        } catch (Exception e4) {
            o.e(c1.d.f1122i, "preFetchDns Exception", e4);
            return null;
        }
    }

    public final void c(String str) {
        try {
            InetAddress[] allByName = InetAddress.getAllByName(str);
            if (allByName != null) {
                for (InetAddress inetAddress : allByName) {
                    if (inetAddress != null) {
                        o.c(c1.d.f1122i, "getDomainName inetAddress", inetAddress, "ip", inetAddress.getHostAddress());
                    }
                }
            }
        } catch (Throwable th) {
            th.printStackTrace();
            o.e(c1.d.f1122i, "getDomainName Exception", th);
        }
    }
}