Mobile Helper Framework is a tool that automates the process of identifying the framework/technology used to create a mobile application. Additionally, it assists in finding sensitive information or provides suggestions for working with the identified platform. How work? The tool searches for files associated with the technologies used in mobile application development, such as configuration files, resource files, and source code files. Example Cordova Search files: index.html cordova.js cordova_plugins.js React Native Android & iOS Search file Andorid files: libreactnativejni.so index.android.bundle iOS files: main.jsbundle Installation ❗A minimum of Java 8 is required to run Apktool. pip install -r requirements.txt Usage python3 mhf.py app.apk|ipa|aab Examples python3 mobile_helper_framework.py file.apk [+] App was written in React Native Do you want analizy the application (y/n) y Output [directory](<https://www.kitploit.com/search/label/Directory> "directory" ) already exists. Skipping decompilation. Beauty the react code? (y/n) n Search any info? (y/n) y ==>>Searching possible internal IPs in the file results……… ==>>Searching possible emails in the file results……… ==>>Searching possible interesting words in the file results……… ==>>Searching Private Keys in the file results……… ==>>Searching high confidential secrets results……… ==>>Searching possible sensitive URLs in js files results……… …Read More
Mhf – Mobile Helper Framework – A Tool That Automates The Process Of Identifying The Framework/Technology Used To Create A Mobile Application

