Currently, the guide covers manual methods (like modifying network_security_config.xml via apktool) or using heavy frameworks to bypass User CA restrictions on non-rooted Android 7+ devices.
I'd like to propose mentioning apk-mitm as a lightweight, automated alternative. It significantly speeds up the environment preparation phase by automatically patching the APK to trust user-added certificates.
Reference: https://github.com/shroudedcode/apk-mitm
Would you be open to a small PR adding this to the relevant Network Communication / Basic Security Testing section?
Currently, the guide covers manual methods (like modifying network_security_config.xml via apktool) or using heavy frameworks to bypass User CA restrictions on non-rooted Android 7+ devices.
I'd like to propose mentioning
apk-mitmas a lightweight, automated alternative. It significantly speeds up the environment preparation phase by automatically patching the APK to trust user-added certificates.Reference: https://github.com/shroudedcode/apk-mitm
Would you be open to a small PR adding this to the relevant Network Communication / Basic Security Testing section?