Tracknet is network traffic analyzer built using electron and React JS. Its a standalone Mac and wondows app. Network traffic listening is achived using chrome-remote-interface and chrome-launcher.
- Check network response for different API patterens
- Modify response for specific URL or Pattern
git clone https://github.com/coderscraft/tracknet.git
cd tracknet
yarn install
yarn start
All binaries for mac and windows instalation are available in tracknet/binary directory
/tracknet/binary/mac/TrackNet-X.X.X.dmg
- Intercepting API Calls
demo.mov
- Intercepting API calls with generic pattern
demo-2.mov
- Modify API response to verify UI behavior