TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How to get WeChat account ID by sniffing network traffic?

2 pointsby airswimmeralmost 9 years ago
For security testing,<p>Scenario:<p>Mobile client -&gt; AP ( WiFi hotspot | OpenWRT or Raspberry Pi ) -&gt; Internet<p>In the middle, the AP can filter all packages. But haven&#x27;t found out how wechat releases account information.<p>There is a GET request:<p>&gt; http:&#x2F;&#x2F;dns.weixin.qq.com&#x2F;cgi-bin&#x2F;micromsg-bin&#x2F;newgetdns?uin=929174300&amp;clientversion=637734961&amp;scene=0&amp;net=1&amp;md5=02d8691b08787fbbb9fd3ba88c887619&amp;devicetype=android-17&amp;lan=zh_CN&amp;sigver<p>We can get &#x27;uin&#x27; from it. It looks like to be a unique id, but not very sure. Yet we can not search the person based on the &#x27;uin&#x27;.<p>People register wechat in 3 major ways.<p>1) Mobile phone number ( phone number with country code )<p>2) Same account with QQ number (only numbers)<p>3) Unique combination, such as &#x27;abc123&#x27; ( letters and numbers )<p>Here&#x27;s one map of wechat ID search assumption: http:&#x2F;&#x2F;imgur.com&#x2F;Bndzhp1<p>We can get full control of the router now. Here we want to know how what one&#x27;s WeChat ID exactly is, say, the 3 major ways.<p>Or is this assumption wrong?<p>Some ideas? Many thanks!

no comments

no comments