- Clone the repo:
git clone https://github.com/appknox/knoxspy.git
- Install dependencies:
cd knoxspy cd app/gui && npm i cd ../server && npm i cd ../..
- Install and start frida server on the device & connect it.
- Run
./knoxspy
shell script to start server & client. - Open http://localhost:5173 to access the app.
- Create a new session and open it.
- Spawn the target app and attach the network library script to it.
- Open proxy tab and start capturing APIs.
Note
You can provide your own script and use it instead of bundled scripts.
This project is licensed under Apache-License 2.0.