PCAPdroid-mitm
PCAPdroid-mitm copied to clipboard
Mitm addon for PCAPdroid
Currently the Js Injector only allows loading the scripts from a URL. Add the ability to load from the file system.
As suggested in https://github.com/emanuele-f/PCAPdroid/issues/326#issuecomment-1585492642, this gives users the ability to write their own scripts and load them without the need to modify the app, unless custom python dependencies are required....
Users writing custom addons can have the need to use third-party libraries (e.g. [this](https://t.me/PCAPdroid/33904)). It's necessary to evaluate possible methods to allow users to importing separate wheels which are not...