How to collect the QQ numbers of QQ group members, collect QQ numbers, collect QQ numbers in batches
As we all know, QQ group members’ QQ numbers cannot be exported, even members can’t, then we only We can achieve our requirements through third-party tools, so today we will talk about how to collect QQ group member QQ numbers through train collectors.
Using the tool
- Train collector
- Fiddler, a packet capture tool
- QQ (light Chat version)
Hidden content
Collection preparation
1 、Open Fiddler proxy
Open Fiddler software, click Tools – Options – Connections
- Set proxy port: Fiddler listens on port: 8888
- ticked Select: Allow remote computers to connect
- Check: Reuse client connections
- Check: Reuse server connections
2, set QQ login proxy
- Click the small triangle in the upper right corner of the login interface-Network Settings-Type-http Proxy-Address-Local IP Address-Port-8888
How to check the local IP: start key + r enter cmd and enter ipconfig again, as shown in the figure
Use that IP is fine.
Start of packet capture
Open the packet capture tool, open the packet capture, log in to QQ to open a QQ group-click on the group name-member, return to capture In the package tool, find the following link to the first half:
http://qinfo.clt.qq.com/cgi-bin/qun_info/get_members_info_v1?friends=1&gc=······
p>
Click the relevant link above to copy the cookie value to the collector
Copy here
The packet is captured. I believe you will have no problem with the collection.
The starting address is the get address, and this starting page is also the content page. The rules for collecting QQ tags are written as follows}, “Parameter”: {If the extra data collected is processed using data processing, proceed with processing.
If you collect multiple QQ groups, modify the gc value in the get address, because the gc value is the QQ group number
Original article, reprinted from Honor Blog