OP 28 May, 2020 - 01:41 PM
How it's work
Unpack the .apk app with apktool
Check if the AndroidManifest.xml has the correct attributes and if network_security_config.xml exists with the correct tags
Repack the modified files in a new apk packet
Sign the new apk with a self signed certificate
Align the certified apk
it upload the new jar in the connected android device (Optional)
Prerequisites
To use this script you need to install all those softwares in your environment:
Java JDK 8 or above
apktool
Android Debug Bridge (adb)
On your device:
Enable USB Debugging
Download
Code:
⚜️ Please leave a like and a +rep on my profile to support me :) ⚜️
Unpack the .apk app with apktool
Check if the AndroidManifest.xml has the correct attributes and if network_security_config.xml exists with the correct tags
Repack the modified files in a new apk packet
Sign the new apk with a self signed certificate
Align the certified apk
it upload the new jar in the connected android device (Optional)
Prerequisites
To use this script you need to install all those softwares in your environment:
Java JDK 8 or above
apktool
Android Debug Bridge (adb)
On your device:
Enable USB Debugging
Download
Code:
Code:
$ pip install -r requirements.txt
$ pip install ssl-pinning-remover
⚜️ Please leave a like and a +rep on my profile to support me :) ⚜️