Android frida万能hook通讯签名方法 0.$ adb connect 手机IP1.$ adb shell #本地电脑执行进入安卓terminal2.$ su root #登录到安卓后进入root权限3.$ cd /data/local/tmp4.$./frida-ser... 阅读全文
frida-trace详细使用说明 1、spawn - 冷启动$ frida-trace -U -f com.apple.ExampleCode -m "+[NSURL URLWithString:]"2、attach - 热启动$ frida-trace -U... 阅读全文
MacOS上安装frida与ios安装frida及使用说明 一、安装frida1.在mac安装python 3 通过 brew install python3 指令安装python3 2.在mac安装frida(客户端) 通过 pip3 install frida-tools 指令安装frid... 阅读全文
MacOS下使用GO语言加载shellcode过windows下各种AV 设置MacOS下go环境变量GOOS为windows,CGO_ENABLED为0,编译后即可生成exe文件给windows使用go env -w GOOS=windows go env -w CGO_ENABLED=0使用msf生成s... 阅读全文
MacOS下抓包电脑版微信小程序 工具:Burpsuite+ProxifierProxifier 设置如下,proxy代理设置成burp的端口,一般小程序通讯用的是https,所以注意协议选择https,Proxifier的代理规则的Applications里填写小程... 阅读全文