In my last article(Android Application Penetration Testing Part 1) we had look at the basic architecture of the Android device. Now Let’s collect some Android Application Pentesting tools and build a setup for hacking:
There are many tools for an Android application penetration test, But which tools are used for which purpose and which details we can extract from it is the most important thing.
We can also use a set of all tools built into some framework. They all are available as open source
Appuse, Appie, Santoku, Pentestbox, MobSF, etc.
Also, we recommend you take the best Android Hacking and Penetration Testing Course online to enhance your Android hacking &Pentesting skills.
AppUse is a VM (Virtual Machine) developed by AppSec Labs. It is a unique platform for mobile application security testing in the Android environment and includes exclusive custom-made tools created by AppSec Labs. The free version is sufficient
https://appsec-labs.com/appuse-pro/ Appuse dashboard-
It is built in the Appuse framework or else an external rooted mobile device can be attached and tested. Launching emulator will give you a virtual device.
Root Device: It will root the emulator device and give sudo access by using superuser.apk
Open ADB shell: It will open the ADB shell
The mobile device can be connected to App use if you don’t want to use an emulator
Step1: On a mobile device enable USB debugging and connect to the machine
Step2: adb devices will show you the attached devices
Some basic tools for pentesting which will be useful in many test cases are already there for you. You just have to click on the tool
For reverse engineering and many Pentest tools are already built in App use.
Tools:
Click on load APK if you want to load .apk file which is already installed in the device/emulator. Else you can select the .apk file from Local i.e. from the base machine. Google Play option is also available.
The apk file is a zip file. The zip file consists of XML and other Android application resources. Apktools decodes the resource files and converts the Android bytecode into assembly-level small files.
Dex2jar converts the dex files into java bytecode files archived inside the jar file. JD GUI and Luyten decompile Java byte code to Java source code file.
Dalvik Virtual Machine does not use Java bytecode. Instead, it uses its own file format called dex (Dalvik Executable Format). It holds the definition of multiple classes and relative data.
It is not in built-in app use you can install with the guidance of the below link
https://labs.mwrinfosecurity.com/assets/BlogFiles/mwri-drozer-user-guide-2015-03-23.pdf
Drozer allows you to assume the role of an Android app and interact with other apps. It can do anything that an installed application can do, such as make use of Android’s Inter-Process Communication (IPC) mechanism and interact with the underlying operating system.
You can follow us on Linkedin, Twitter, Facebook for daily Cybersecurity updates also you can take the Best Cybersecurity courses online to keep your self-updated.
Recent research has revealed that a Russian advanced persistent threat (APT) group, tracked as "GruesomeLarch"…
Microsoft's Digital Crimes Unit (DCU) has disrupted a significant phishing-as-a-service (PhaaS) operation run by Egypt-based…
The Russian threat group TAG-110, linked to BlueDelta (APT28), is actively targeting organizations in Central…
Earth Kasha, a threat actor linked to APT10, has expanded its targeting scope to India,…
Raspberry Robin, a stealthy malware discovered in 2021, leverages advanced obfuscation techniques to evade detection…
Critical infrastructure, the lifeblood of modern society, is under increasing threat as a new report…
View Comments
Hello,
i am doing pentesting on four goats application,
in this application i got database file
but this data base file are stored as .class file
so how can i analyse this file_name.class file