推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
zhaoboy666
V2EX  ›  Python

某宝系抓包 hook 模块

  •  
  •   zhaoboy666 · Nov 24, 2019 · 5480 views
    This topic created in 2375 days ago, the information mentioned may be changed or developed.

    再也不怕抓不到数据包了。 frida 脚本:

    setTimeout(function () {
         console.log('start——*-*-*-*-*-');
        Java.perform(function () {
            var SwitchConfig = Java.use('mtopsdk.mtop.global.SwitchConfig');
            SwitchConfig.isGlobalSpdySwitchOpen.overload().implementation = function () {
                var ret = this.isGlobalSpdySwitchOpen.apply(this, arguments);
                console.log("开启抓包" + ret);
                return false;
            }
        });
    });
    

    xposed 模块xposed 模块 目前测试淘宝抓包可以用,喜欢的可以 start 一下 仅用于学习交流。请勿用于非法用途。

    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3327 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 11:07 · PVG 19:07 · LAX 04:07 · JFK 07:07
    ♥ Do have faith in what you're doing.