You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's interesting to inspect HTTPS traffic but most apps only trust system and not user certificates making it much harder.
Patch
Does the manifest's application tag have android:networkSecurityConfig="@xml/SOMETHING"?
|> If not, create xml/network_security_config.xml and add it to the manifest.
yes but it makes everything more complicated since I'll have to go through a secondary step on my pc (or termux; unsure if it works) everytime I want to update an app
LisoUseInAIKyrios
changed the title
feat(patch): Shared patch to trust user certificates
feat(Universal patch): Shared patch to trust user certificates
Apr 2, 2024
Application
All apps
Issue
It's interesting to inspect HTTPS traffic but most apps only trust system and not user certificates making it much harder.
Patch
android:networkSecurityConfig="@xml/SOMETHING"
?|> If not, create
xml/network_security_config.xml
and add it to the manifest.|> If yes, add the
<certificates src="user" overridePins="true" />
-elementMotivation
My motivation is that it improves the work of many people by speeding up app patching and making HTTPS interception without root easier.
Acknowledgements
The text was updated successfully, but these errors were encountered: