Posts

Showing posts with the label MobSF

Analysis the APK

Image
Requirements: Windows Device Mo bSF Step 1: open power shell and write command ./run.bat 127.0.0.1:8000.   Step 2: Now in your browser got to " http://localhost:8000 "and upload the APK into it:  Step 3: Now that you have '" uploaded the APK ", MobSF will start analyzing it. Step 4: When the " analysis completes " we will be presented with a nice " dashboard summarizing the result " Step 5: The source Android Manifest xml file. Now we have lots of information to look through, but since we are only interested in the API key we may want to start searching for it in the ''Android Manifest xml file'' . We can view it by ''clicking in the dark blue button'' in the section “ View Code ” at the bottom right of the above screenshot, and we will land on this page: Step 6: String Section. As we can see from the Android manifest file the values for "MANIFEST_API_KEY and GRADLE_API_KEY_PLACEHOLDER" are readily ...