lxhToolHTTPDecrypt icon indicating copy to clipboard operation
lxhToolHTTPDecrypt copied to clipboard

Simple Android/iOS protocol analysis and utilization tool

Results 19 lxhToolHTTPDecrypt issues
Sort by recently updated
recently updated
newest added

The client is using an unsupported version of the Socket.IO or Engine.IO protocols (further occurrences of this error will be logged with level INFO)

大佬好 点击之后没反应 控制台是这种报错 求教啥情况呀

![image](https://user-images.githubusercontent.com/65273396/143551065-6f6ed222-a4af-45fb-b6a4-668847c9a5b4.png)

填好包名进行hook时提示[16:48:36] [ERROR] Script failed to load, Reason is unable to find process with name 'XXx', Try restarting the app to continue loading the script.

运行app.py 报错。 ![image](https://user-images.githubusercontent.com/45659593/103326634-42b58000-4a8c-11eb-9a1a-419d19ed08f7.png)

情况:app做了root、xposed、magisk等检测,直接运行会提示手机已root,然后无法运行;我用magisk 开启 magisk hide 功能后,app运行正常。接下来我使用HTTPDecrypt工具进行hook,报下图错误 提示我关闭magisk hide 功能,但是我关闭的话;app又不能正常运行了。 这种情况有方法解决吗?

![image](https://user-images.githubusercontent.com/74404420/105313101-caf4f400-5bf8-11eb-95f4-b60c7e8b3a26.png) 大佬,请问这种情况引起的原因是什么,有什么解决方案吗? python:3.8.7 frida:14.6.2 图片加载不出的话下面复制了报错信息 Traceback (most recent call last): File "C:\Program Files\Python38\lib\site-packages\frida\core.py", line 383, in _on_message callback(message, data) File "E:\android_test\lxhToolHTTPDecrypt-master\lxhToolHTTPDecrypt-master\HTTPDecrypt\util.py", line 147, in on_message {'data': cgi.escape(json.dumps(j_info))}, AttributeError: module 'cgi'...

安卓环境为:mumu模拟器的Android6.0.1 细节如下: 1. 安卓端架构为x86 2. frida-server和frida客户端版本均为:14.2.6,python版本为:3.8.5 ![image](https://user-images.githubusercontent.com/43473886/105013396-2e0c4c80-5a7a-11eb-9e1b-1580f5d2488e.png) 3. 安卓端监听正常: ![image](https://user-images.githubusercontent.com/43473886/105013634-6ad84380-5a7a-11eb-99df-6ddffc00b099.png) 4. 运行python3 app.py 报错如下 ![image](https://user-images.githubusercontent.com/43473886/105013816-98bd8800-5a7a-11eb-99de-b944937421cf.png) 大佬看到了回复小弟一下

![image](https://user-images.githubusercontent.com/29617559/100421881-35d7f200-30c4-11eb-8e1c-4b0cc8b94cba.png) 环境是夜神 ![image](https://user-images.githubusercontent.com/29617559/100421915-44260e00-30c4-11eb-873d-8cdf9d234b25.png) 这是怎么回事啊?

安卓环境为:夜神模拟器下的Android 7 细节如下: 1. 虚拟机构架为x86 2. frida版本是frida sever 12.11.12, ![image](https://user-images.githubusercontent.com/43668218/92369235-529b0400-f12b-11ea-9d0c-d63d023eb0ae.png) 3. 安卓端监听正常: ![image](https://user-images.githubusercontent.com/43668218/92369322-7100ff80-f12b-11ea-9de9-205fb9b781c9.png) 4. 看了下app.py,默认的frida的监听端口为0,故运行时指定为27042: python app.py -fp 27042 ![image](https://user-images.githubusercontent.com/43668218/92369415-91c95500-f12b-11ea-9c3c-d26380a3691e.png) 5. 访问 http://127.0.0.1:8088 一直未成功 (默认python app.py也未成功): ![image](https://user-images.githubusercontent.com/43668218/92369550-bc1b1280-f12b-11ea-9c99-41683a0df79c.png) 安卓和主机都能相互ping,不知问题出在哪?