The Python script in this repository downloads the top apps from the Google Play Store, decompiles them, extracts used URLs, and analyzes the TLS configurations of the domains of these URLs. Finally, statistics are shown on HTTP(S) and TLS usage and configuration in the apps.
pip3 install --requirement requirements.txt
Create a working directory to store the apk files and the output files. Then run the following command:
python3 main.py WORKING_DIR
For all possible options, run the following command:
python3 main.py --help