一
环境
二
分析手法
三
抓包
:method: GET
:path: /nc/api/v1/search/flow/comp?start=Kg%3D%3D&limit=20&q=NuS6uuWFseS6qzIwMjTmrKfmtLLmna%2Fph5HpnbQ%3D&deviceId=bvYT4UzsuBXNhfobtucjoWbhxxvqginXtZw7lCuhHuFXCnf2uGrW417TW%2FmVXqy1IIGNeE0nI41SFrBIaL1THA%3D%3D&version=newsclient.110.1.android&channel=c2VhcmNo&canal=UVFfbmV3c195dW55aW5nNA%3D%3D&dtype=0&tabname=zonghe&position=5pCc57Si5qGG6aKE572u6K%2BN&ts=1721110863&sign=W7Xphf%2BpqyOGN9JoXUHnuo0ikgGVNQynXl0Z9SFrPG148ErR02zJ6%2FKXOnxX046I&spever=FALSE
:authority: gw.m.163.com
:scheme: https
add-to-queue-millis: 1721110863718
data4-sent-millis: 1721110863719
cache-control: no-cache
user-agent: NewsApp/110.1 Android/8.1.0 (google/Pixel 2 XL)
x-nr-trace-id: 1721110863720_199869332_ODUwNjE0ZjAyOGJhZTNiYV9fZ29vZ2xlX1BpeGVsIDIgWEw%3D
x-nr-ise: 0
x-xr-original-host: gw.m.163.com
user-c: 5pCc57Si
user-rc: UjgzLZ+E4Lemnj+sMro9qwqQ3xlDp4PUECu18073DbE2Sp1cMm3KWoG4EVq0Iff0
user-d: bvYT4UzsuBXNhfobtucjoWbhxxvqginXtZw7lCuhHuFXCnf2uGrW417TW/mVXqy1IIGNeE0nI41SFrBIaL1THA==
user-vd: WfXzE4qBsQrzqoxcYqkdAh77TaqeHGwDc3c5MKUbPwL1PDEQtOAxYiJJj6XJo9TGePBK0dNsyevylzp8V9OOiA==
user-appid: TItcOwjV9bndQ91C5VadYg==
user-sid: jeYbWWG30X4+b4psq4KnvtJQ7bvpgJC2TvUpgWA0pfw=
user-lc: 67NqtW9W02z/qXjaEOOHag==
user-n: yEWDFuJGE3Gmj2a0IPdYcA==
user-id: rTboMPOe7X3a3PlAcfTomAyKsptKyhPdg7sH0emGPiqAQ4ozbxeRq4WEUnIhA/QejIuMU9rtRKIrUSa49DmGut4ZRL0MIJQQ8KOb5fiSUJuMVMtqqnzmaVeVeFXjZ10SePBK0dNsyevylzp8V9OOiA==
x-nr-ts: 1721110863728
x-nr-sign: 6db19e20ad7a9a890ca02e7a509ba00d
x-nr-net-lib: okhttp
accept-encoding: br,gzip
'start': 'Kg==',
'limit': '20',
'q': 'NuS6uuWFseS6qzIwMjTmrKfmtLLmna/ph5HpnbQ=',
'deviceId': 'bvYT4UzsuBXNhfobtucjoWbhxxvqginXtZw7lCuhHuFXCnf2uGrW417TW/mVXqy1IIGNeE0nI41SFrBIaL1THA==',
'version': 'newsclient.110.1.android',
'channel': 'c2VhcmNo',
'canal': 'UVFfbmV3c195dW55aW5nNA==',
'dtype': '0',
'tabname': 'zonghe',
'position': '5pCc57Si5qGG6aKE572u6K+N',
'ts': '1721110863',
'sign': 'W7Xphf+pqyOGN9JoXUHnuo0ikgGVNQynXl0Z9SFrPG148ErR02zJ6/KXOnxX046I',
'spever': 'FALSE',
四
逆向分析
定位到:GalaxyResponse a() 函数,代码有做删减,看到 X-NR-Trace-Id 是通过 this.f12927b 来的。
@Override
public GalaxyResponse a() throws Throwable {
OkHttpClient a2;
method.header("X-NR-Trace-Id", this.f12927b);
}
private String c(String str) {
return System.currentTimeMillis() + "_" + str + "_" + Galaxy.O(Galaxy.N());
}
Java.perform(function () {
var GalaxyRequest = Java.use("com.netease.galaxy.net.GalaxyRequest");
GalaxyRequest["c"].implementation = function (str) {
console.log('c is called' + ', ' + 'str: ' + str);
var ret = this.c(str);
console.log('c ret value is ' + ret);
return ret;
};
})
public static Request F1(String str, String str2) {
ArrayList arrayList = new ArrayList();
String d2 = Common.g().a().getData().d();
if (!TextUtils.isEmpty(d2)) {
arrayList.add(new Header("User-U", Encrypt.getEncryptedParams(d2)));
}
String s2 = SystemUtilsWithCache.s();
if (!TextUtils.isEmpty(s2)) {
arrayList.add(new Header("User-D", Encrypt.getEncryptedParams(s2)));
}
String i2 = NetUtil.i();
if (!TextUtils.isEmpty(i2)) {
try {
arrayList.add(new Header("User-N", Encrypt.getEncryptedParams(i2)));
} catch (Exception unused) {
}
}
String o2 = CommonGalaxy.o();
if (!TextUtils.isEmpty(o2)) {
try {
arrayList.add(new Header("User-C", URLEncoder.encode(StringUtil.e(o2, "UTF-8"), "UTF-8")));
} catch (UnsupportedEncodingException unused2) {
}
}
return BaseRequestGenerator.a(String.format(NGRequestUrls.PicSet.f23298a, str, str2), arrayList);
}
Java.perform(function () {
var StringUtil = Java.use("com.netease.newsreader.support.utils.string.StringUtil");
StringUtil["e"].implementation = function (str, str2) {
console.log('e is called' + ', ' + 'str: ' + str + ', ' + 'str2: ' + str2);
var ret = this.e(str, str2);
console.log('e ret value is ' + ret);
return ret;
};
})
user-c: 5pCc57S
user-c: 5aS05p2h
5pCc57S -> 搜索
5aS05p2h -> 头条
public static String getEncryptedParams(String str, int i2) {
if (TextUtils.isEmpty(str)) {
return str;
}
synchronized (sEncryptCache) {
Map<String, String> map = sEncryptCache.get(i2);
if (map != null && !TextUtils.isEmpty(map.get(str))) {
return map.get(str);
}
String encryptedParamsInner = getEncryptedParamsInner(str, i2);
if (map == null) {
map = new HashMap<>(2);
sEncryptCache.put(i2, map);
}
map.put(str, encryptedParamsInner);
return encryptedParamsInner;
}
}
private static String getEncryptedParamsInner(String str, int i2) {
return getBase64Str(callEncrypt(Core.context(), str, i2));
}
private static byte[] callEncrypt(Context context, String str, int i2) {
try {
return encrypt(context, str, i2);
} catch (Error e2) {
e2.printStackTrace();
return null;
} catch (Exception e3) {
e3.printStackTrace();
return null;
}
}
private static native synchronized byte[] encrypt(Context context, String str, int i2);
static {
try {
System.loadLibrary("random");
} catch (Error unused) {
}
}
Java.perform(function () {
var ByteString = Java.use("com.android.okhttp.okio.ByteString");
var Encrypt = Java.use("com.netease.nr.biz.pc.sync.Encrypt");
Encrypt["encrypt"].implementation = function (context, str, i2) {
console.log('encrypt is called' + ', ' + 'context: ' + context + ', ' + 'str: ' + str + ', ' + 'i2: ' + i2);
var ret = this.encrypt(context, str, i2);
console.log('encrypt ret value is ' + ret);
console.log("\n\ncallEncrypt ret str_hex: "+ ByteString.of(ret).hex());
return ret;
};
})
__int64 __fastcall Java_com_netease_nr_biz_pc_sync_Encrypt_encrypt(
__int64 a1,
__int64 a2,
__int64 a3,
__int64 a4,
unsigned int a5)
{
__int64 v9;
__int64 RandomKey;RandomKey = getRandomKey(a1, a2, a3, a5);
if ( a5 == 3 )
return enUnderpants(a1, v9, a3, a4, RandomKey);
else
return doEn();
}
__int64 __fastcall doEn(__int64 a1, __int64 a2, __int64 a3, __int64 a4, __int64 a5)
{
v8 = (*(*a1 + 48LL))(a1, "java/lang/String", a3);
v9 = (*(*a1 + 1336LL))(a1, "utf-8");
v10 = (*(*a1 + 264LL))(a1, v8, "getBytes", "(Ljava/lang/String;)[B");
v11 = (*(*a1 + 272LL))(a1, a5, v10, v9);
v12 = (*(*a1 + 272LL))(a1, a4, v10, v9);
v13 = malloc(0x15uLL);
strcpy(v13, "AES/ECB/PKCS7Padding");
v14 = v13;
v15 = (*(*a1 + 1336LL))(a1, "D@V");
free(v14);
v16 = (*(*a1 + 48LL))(a1, "javax/crypto/spec/SecretKeySpec");
v17 = (*(*a1 + 264LL))(a1, v16, "<init>", "([BLjava/lang/String;)V");
v18 = (*(*a1 + 224LL))(a1, v16, v17, v11, v15);
v19 = malloc(0x15uLL);
strcpy(v19, "AES/ECB/PKCS7Padding");
v20 = (*(*a1 + 1336LL))(a1, v19);
free(v19);
v21 = malloc(3uLL);
strcpy(v21, "BC");
v22 = v21;
v23 = (*(*a1 + 1336LL))(a1, v21);
free(v22);
v24 = (*(*a1 + 48LL))(a1, "javax/crypto/Cipher");
v25 = (*(*a1 + 904LL))(a1, v24, "getInstance", "(Ljava/lang/String;Ljava/lang/String;)Ljavax/crypto/Cipher;");
v26 = (*(*a1 + 912LL))(a1, v24, v25, v20, v23);
v27 = (*(*a1 + 264LL))(a1, v24, "init", "(ILjava/security/Key;)V");
(*(*a1 + 488LL))(a1, v26, v27, 1LL, v18);
v28 = (*(*a1 + 264LL))(a1, v24, "doFinal", "([B)[B");
return (*(*a1 + 272LL))(a1, v26, v28, v12);
}
user-d: bvYT4UzsuBXNhfobtucjoWbhxxvqginXtZw7lCuhHuFXCnf2uGrW417TW/mVXqy1IIGNeE0nI41SFrBIaL1THA==
user-n:unknown
user-lc:110000
user-appid:2x1kfBk63z
user-rc:{"ad":true,"adCrossPlatform":true}
user-d:ODUwNjE0ZjAyOGJhZTNiYV9fZ29vZ2xlX1BpeGVsIDIgWEw%3D
user-vd:MTcyMTA5NzUxNjc2Ml83OTk1NzcwOV9NQ1hDUk1jTA%3D%3D
user-id:3E9B7EF20462938EBAEBED8BF0E5338B12A5A5F17B58B98104C823E4F8F2452656EF1BC4BCA66104804E0889C39A2A4B
public String G() {
return ((IGalaxyApi) SDK.a(IGalaxyApi.class)).getSessionId();
}
user-sid:OnXVDmIU6Mqla688+2Zr+psF7OETLwuUZSrrZY5mdmM=
public static final String f29790p = "X-NR-SIGN";
public Response intercept(@NotNull Interceptor.Chain chain) {
Intrinsics.p(chain, "chain");
Request request = chain.request();
if (b(request)) {
String query = request.url().query();
if (!TextUtils.isEmpty(query)) {
Request.Builder newBuilder = request.newBuilder();
long currentTimeMillis = System.currentTimeMillis();
request = newBuilder.header(HttpUtils.f29791q, String.valueOf(currentTimeMillis)).header(HttpUtils.f29790p, a(query, currentTimeMillis)).build();
}
}
return chain.proceed(request);
}
private final String a(String str, long j2) {
if (TextUtils.isEmpty(str)) {
return "";
}
String n2 = StringUtils.n(((Object) str) + HttpUtils.f29793s + j2);
Intrinsics.o(n2, "md5(\"$queryString${HttpUtils.SING_SALT}$ts\")");
return n2;
}
String n2 = StringUtils.n(((Object) str) + HttpUtils.f29793s + j2);
public static String n(String str) {
if (TextUtils.isEmpty(str)) {
return str;
}
try {
return a(MessageDigest.getInstance("MD5").digest(g(str, Charset.forName("UTF-8"))), false);
} catch (NoSuchAlgorithmException e2) {
throw new AssertionError(e2);
}
}
Java.perform(function () {
var StringUtils = Java.use("com.netease.newsreader.framework.util.string.StringUtils");
StringUtils["n"].implementation = function (str) {
console.log('n is called' + ', ' + 'str: ' + str);
var ret = this.n(str);
console.log('n ret value is ' + ret);
return ret;
};
})
public static Request M1(String str, String str2, String str3, String str4, String str5, String str6) {
String s2 = SystemUtilsWithCache.s();
String g2 = SearchModel.g(BaseApplication.h());
String b2 = CurrentColumnInfo.b();
long currentTimeMillis = System.currentTimeMillis() / 1000;
String str7 = s2 + String.valueOf(currentTimeMillis);
String c2 = OpenInfo.c();
String b3 = OpenInfo.b();
if (!TextUtils.isEmpty(str7)) {
str7 = StringUtil.c(Encrypt.getEncryptedParams(StringUtils.n(str7)));
}
ArrayList arrayList = new ArrayList();
arrayList.add(new FormPair("start", StringUtil.h(str)));
arrayList.add(new FormPair("limit", String.valueOf(20)));
arrayList.add(new FormPair("q", StringUtil.h(str2)));
arrayList.add(new FormPair("deviceId", StringUtil.c(Encrypt.getEncryptedParams(s2))));
arrayList.add(new FormPair("version", g2));
arrayList.add(new FormPair("channel", StringUtil.h(b2)));
arrayList.add(new FormPair("canal", StringUtil.h(SystemUtilsWithCache.n())));
arrayList.add(new FormPair("dtype", str5));
arrayList.add(new FormPair("tabname", str6));
if (!TextUtils.isEmpty(str4)) {
arrayList.add(new FormPair("qId", StringUtil.h(str4)));
}
if (!TextUtils.isEmpty(str3)) {
arrayList.add(new FormPair("position", StringUtil.h(str3)));
}
arrayList.add(new FormPair("ts", String.valueOf(currentTimeMillis)));
arrayList.add(new FormPair("sign", str7));
arrayList.add(new FormPair("spever", "FALSE"));
if (!TextUtils.isEmpty(c2)) {
arrayList.add(new FormPair("open", c2));
}
if (!TextUtils.isEmpty(b3)) {
arrayList.add(new FormPair("openpath", b3));
}
return BaseRequestGenerator.b(NGRequestUrls.Search.f23357c, arrayList);
}
start=Kg==& 固定
limit=20& 固定
q=5a6d6ams5Lit5Zu95YWo57O75rao5Lu3& 搜索词的 base64 编码
deviceId=bvYT4UzsuBXNhfobtucjoWbhxxvqginXtZw7lCuhHuFXCnf2uGrW417TW/mVXqy1IIGNeE0nI41SFrBIaL1THA==& 固定
version=newsclient.110.1.android& 固定
channel=c2VhcmNo& 固定 base64 编码 原值:search
canal=UVFfbmV3c195dW55aW5nNA==& 固定 base64 编码 原值:QQ_news_yunying4
dtype=0& 固定
tabname=zonghe& 固定
qId=Nzg3NjM1NDU1NTE2MDU5NA==& 未知
position=6L6T5YWl& 固定 base64 编码 原值:输入
ts=1721207040& 时间戳
sign=+gfuFTKMwWg3lozy1k7VVRaRMDojncFD1rm9fQqD+cJ48ErR02zJ6/KXOnxX046I& 未知
spever=FALSE 固定
gNlVGcSKf5 固定
1721207040973 时间戳
if (!TextUtils.isEmpty(str7)) {
str7 = StringUtil.c(Encrypt.getEncryptedParams(StringUtils.n(str7)));
}
arrayList.add(new FormPair("sign", str7));
public static String n(String str) {
if (TextUtils.isEmpty(str)) {
return str;
}
try {
return a(MessageDigest.getInstance("MD5").digest(g(str, Charset.forName("UTF-8"))), false);
} catch (NoSuchAlgorithmException e2) {
throw new AssertionError(e2);
}
}
public static String c(String str) {
if (TextUtils.isEmpty(str)) {
return "";
}
try {
return URLEncoder.encode(str, "UTF-8");
} catch (Exception unused) {
return "";
}
}
Java.perform(function (){
var StringUtils = Java.use("com.netease.newsreader.framework.util.string.StringUtils");
StringUtils["n"].implementation = function (str) {
console.log('n is called' + ', ' + 'str: ' + str);
var ret = this.n(str);
console.log('n ret value is ' + ret);
return ret;
};var StringUtil = Java.use("com.netease.newsreader.support.utils.string.StringUtil");
StringUtil["c"].implementation = function (str) {
console.log('c is called' + ', ' + 'str: ' + str);
var ret = this.c(str);
console.log('c ret value is ' + ret);
return ret;
};
})
五
模拟请求
看雪ID:行简
https://bbs.kanxue.com/user-home-945390.htm
# 往期推荐
2、恶意木马历险记
点击阅读原文查看更多