No need to do a crawler in reverse, teach you to "crack" X-eye check

When the parameters encountered in the crawling process can be used for the second time, we can follow the following tutorial to build a microservice for the crawler to call without reversing the app. This article takes X-eye examination as an example.

Preparation tools

1.X Eye Check app, version 8.5.1
2.Autojs
3.Fiddler, Mitmproxy or other traffic monitoring software

Ideas

1. Fiddler turns on the proxy, and the phone sets the proxy.
2. Autojs automatically controls the X eye check app, so as to continuously obtain Authorized

Autojs teaching

Github address: https://hyb1996.github.io/AutoJs-Docs
I use vs, install autojs plug-ins to debug scripts and control mobile phones for writing.
The code is as follows:
image.png
I use Autojs to control the X Eye Check APP, open, search, enter the details, return to the home page, and stop the operation of the app in the above picture. In this way, Fiddler can continuously monitor new requests and get new Authorized values.

Fiddler teaching:

CSDN地址:https://t.im/j9oy

我写的类似,具体就不公布,可以私聊获取。

Mitmproxy:

我的手机有问题,一直提示证书错误,大家自测。

There are no technical difficulties in the whole tutorial, the only difficulty is that SkyEye will block IMEI values ​​and restrictions

Frequency of ip access. The solution is as follows:

1:封ip的话使用squid自动轮询转发

2:封IMEI的话就使用多开或者抹机软件,autojs操作即可。

3:私聊我,我给你API调用生成Authorized,共同学习进步。

The above is the way to write a crawler without a reverse APP, provided that the encrypted value can be used twice. Focus on "Coded Sky", and a complete set of Demos and ready-made APIs will be released later.

Preview of the next article: Athorized service system construction details of XTianyancha APP

Guess you like

Origin blog.csdn.net/ggl1438/article/details/102837903