Cert-Fixer : Simplify your CA certificates installation
Hi guys,
It's me again. Today I'm writing to share on a module which would help starts your journey in Mobile Application Penetration Testing.
As of year 2025, most of the application would require at least Android 10 version. That means most of the old phone you have would be out from being converted into a testing device. The thing about older android version is that, it is much easier to install a user certificate. Easier way to install user certificate means easier way to setup your Android testing device. Starting from Android 11, the setup become much harder. You can read further below.
https://httptoolkit.com/blog/android-11-trust-ca-certificates/
Below blog is the way that I used (super tedious) before to install a user certificate as root level.
For testing purpose, we would need Burpsuite certificate to be installed as root level. Lucky for us now that a group of people develop a module for Magisk to simplify the process.
https://github.com/pwnlogs/cert-fixer
Since this is a Magisk module, you can just download the zip file and import it into Magisk. After importing you can install Burp certificate and it would get registered as user level certificate.
After the Cert-Fixer module is installed. You can just restart and it would automatically pull the cert into root level certificate.
As you can see, the Burp certificate is registered as root level certificate. We can now start intercepting request from any application.
Shout out to those people that develop those module as it's simplify the process.
The main reason I'm writing this is also because I'm on OnePlus6 (Android 11) which is not included in the list of physical device that works with the module.
Hope this helps for other user on Android 11 or OnePlus 6 devices.
Cheers.
Comments
Post a Comment