Created
June 2, 2022 06:45
-
-
Save SeeFlowerX/5d507537742a3fe21a81874b7b4dde79 to your computer and use it in GitHub Desktop.
Android MITM Cert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cp mitm.pem `openssl x509 -inform PEM -subject_hash_old -noout -in mitm.pem`.0 | |
mount -o rw,remount /system | |
mv abcdef00.0 /system/etc/security/cacerts/ | |
chmod 644 /system/etc/security/cacerts/abcdef00.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment