A generic HTTP/HTTPS protocol packet capture script tool for iOS App based on frida.
You’ll need python3 installed.
$pip install frida-tools==9.2.5
#or
$pip install frida-tools
If you want to compile HTTPDUMP
yourself, you can use the following steps.
You’ll need a Mac/Windows/Linux with frida
installed.
Clone this repository and Install dependencies.
git clone https://github.com/suifei/httpdump.git
cd httpdump
npm i
Compile TypeScript.
npm run build
Done!
Run
frida -U -n AppName -l dist/httpdump.js
Licensed under the MIT License. Refer to LICENSE.md.
httpdump was originally developed by suifei.