Top Related Projects
The Mobile Application Security Testing Guide (MASTG) is a comprehensive manual for mobile app security testing and reverse engineering. It describes the technical processes for verifying the controls listed in the OWASP Mobile Application Security Verification Standard (MASVS).
The Mobile App Pentest cheat sheet was created to provide concise collection of high value information on specific mobile application penetration testing topics.
A big list of Android Hackerone disclosed reports and other resources.
Quick Overview
The android-security-awesome
repository is a curated list of Android security-related resources, including tools, frameworks, and research papers. It covers a wide range of topics, from reverse engineering and malware analysis to penetration testing and vulnerability research.
Pros
- Comprehensive: The repository covers a vast range of Android security-related topics, making it a valuable resource for researchers, developers, and security professionals.
- Regularly Updated: The project is actively maintained, with new resources being added regularly to keep up with the evolving Android security landscape.
- Community-Driven: The repository is a collaborative effort, with contributions from a diverse community of security experts and enthusiasts.
- Organized: The resources are well-organized and categorized, making it easy to navigate and find relevant information.
Cons
- Overwhelming: The sheer volume of resources can be overwhelming for newcomers to the field of Android security.
- Varying Quality: The quality of the resources can vary, as they are contributed by a diverse community.
- Potential Outdated Information: Some of the resources may become outdated over time, as the Android platform and security landscape evolve.
- Lack of In-Depth Explanations: The repository primarily serves as a collection of resources, without providing in-depth explanations or tutorials.
Code Examples
This repository is a curated list of resources and does not contain any code examples.
Getting Started
This repository is a curated list of resources and does not provide any getting started instructions.
Competitor Comparisons
The Mobile Application Security Testing Guide (MASTG) is a comprehensive manual for mobile app security testing and reverse engineering. It describes the technical processes for verifying the controls listed in the OWASP Mobile Application Security Verification Standard (MASVS).
Pros of OWASP/owasp-mastg
- Comprehensive coverage of mobile app security testing guidelines and best practices
- Actively maintained and updated by a large community of security experts
- Provides detailed guidance on various testing techniques and tools
Cons of OWASP/owasp-mastg
- May be overwhelming for beginners due to the extensive nature of the content
- Primarily focused on security testing, with less emphasis on general Android security practices
- Requires a significant time investment to fully understand and implement the recommendations
Code Comparison
Here's a brief code comparison between the two repositories:
ashishb/android-security-awesome:
def is_device_rooted(context):
"""
Checks if the device is rooted.
"""
for su_binary in ["/system/xbin/su", "/system/bin/su", "/system/app/Superuser.apk", "/system/app/SuperSU.apk"]:
if os.path.exists(su_binary):
return True
return False
OWASP/owasp-mastg:
public static boolean isDeviceRooted() {
boolean isRooted = false;
try {
if ((!Build.TAGS.contains("test-keys")) && (Build.TAGS.contains("release-keys"))) {
isRooted = true;
}
} catch (Exception e) {
// Do nothing
}
return isRooted;
}
Both repositories provide code snippets for detecting if a device is rooted, but the approaches differ in their implementation details.
The Mobile App Pentest cheat sheet was created to provide concise collection of high value information on specific mobile application penetration testing topics.
Pros of MobileApp-Pentest-Cheatsheet
- Provides a comprehensive list of tools and techniques for mobile app penetration testing, covering both iOS and Android platforms.
- Includes detailed information on various attack vectors, such as network attacks, application-level attacks, and platform-specific vulnerabilities.
- Offers a structured and organized approach to mobile app security assessment, making it easier for security professionals to follow a well-defined methodology.
Cons of MobileApp-Pentest-Cheatsheet
- The repository may not be as actively maintained as Android-Security-Awesome, with fewer recent updates and contributions.
- The focus is primarily on penetration testing, while Android-Security-Awesome covers a broader range of Android security-related topics.
- The documentation and explanations may not be as detailed or in-depth as some users might prefer.
Code Comparison
Here's a brief code comparison between the two repositories:
Android-Security-Awesome:
# Android Security Related Resources
A collection of android security related resources.
- [Android App Reverse Engineering](https://github.com/ashishb/android-security-awesome#android-app-reverse-engineering)
- [Android Exploits](https://github.com/ashishb/android-security-awesome#android-exploits)
- [Android Rooting and Jailbreaking](https://github.com/ashishb/android-security-awesome#android-rooting-and-jailbreaking)
MobileApp-Pentest-Cheatsheet:
# Mobile App Penetration Testing Cheatsheet
A curated list of resources for mobile application penetration testing.
- [Network Attacks](https://github.com/tanprathan/MobileApp-Pentest-Cheatsheet#network-attacks)
- [Application-level Attacks](https://github.com/tanprathan/MobileApp-Pentest-Cheatsheet#application-level-attacks)
- [Platform-specific Attacks](https://github.com/tanprathan/MobileApp-Pentest-Cheatsheet#platform-specific-attacks)
A big list of Android Hackerone disclosed reports and other resources.
Pros of Android-Reports-and-Resources
- Provides a comprehensive collection of Android security-related reports, research, and resources.
- Covers a wide range of topics, including vulnerability research, malware analysis, and security best practices.
- Regularly updated with new content, ensuring the repository remains relevant and up-to-date.
Cons of Android-Reports-and-Resources
- The organization and structure of the repository may not be as intuitive as Android-Security-Awesome.
- Some resources may be outdated or no longer maintained, requiring users to verify the relevance and accuracy of the information.
- The repository may not provide as much hands-on guidance or tutorials as Android-Security-Awesome.
Code Comparison
The repositories do not contain any code, as they are primarily curated collections of resources and reports. Therefore, a code comparison is not applicable in this case.
Convert designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual CopilotREADME
android-security-awesome
A collection of Android security-related resources.
Tools
Online Analyzers
- AndroTotal
- Appknox - not free
- Virustotal - max 128MB
- Fraunhofer App-ray - not free
- NowSecure Lab Automated - Enterprise tool for mobile app security testing both Android and iOS mobile apps. Lab Automated features dynamic and static analysis on real devices in the cloud to return results in minutes. Not free
- App Detonator - Detonate APK binary to provide source code level details including app author, signature, build, and manifest information. 3 Analysis/day free quota.
- Pithus - Open-Source APK analyzer. Still in Beta for the moment and limited to static analysis for the moment. It is possible to hunt malware with Yara rules. More here.
- Oversecured - Enterprise vulnerability scanner for Android and iOS apps, it offers app owners and developers the ability to secure each new version of a mobile app by integrating Oversecured into the development process. Not free.
- AppSweep by Guardsquare - Free, fast Android application security testing for developers
- Koodous - Performs static/dynamic malware analysis over a vast repository of Android samples and checks them against public and private Yara rules.
- Immuniweb. Does an "OWASP Mobile Top 10 Test", "Mobile App Privacy Check" and an application permissions test. The free tier is 4 tests per day incl. report after registration
BitBaanAVC UnDroidAMAaaS - Free Android Malware Analysis Service. A bare-metal service features static and dynamic analysis for Android applications. A product of MalwarePot.AppCritique - Upload your Android APKs and receive comprehensive free security assessmentsNVISO ApkScan - sunsetting on Oct 31, 2019Mobile Malware SandboxIBM Security AppScan Mobile Analyzer - not freeVisual Threat - no longer an Android app analyzerTracedroidhabo - 10/dayCopperDroidSandDroidStowawayAnubisMobile app insightMobile-SandboxIjiamiComdroidAndroid SandboxForesafeDexterMobiSec EacusFireeye- max 60MB 15/dayapprover - Approver is a fully automated security analysis and risk assessment platform for Android and iOS apps. Not free.
Static Analysis Tools
- Androwarn - detect and warn the user about potential malicious behaviors developed by an Android application.
- ApkAnalyser
- APKInspector
- Droid Intent Data Flow Analysis for Information Leakage
- DroidLegacy
- FlowDroid
- Android Decompiler â not free
- PSCout - A tool that extracts the permission specification from the Android OS source code using static analysis
- Amandroid
- SmaliSCA - Smali Static Code Analysis
- CFGScanDroid - Scans and compares CFG against CFG of malicious applications
- Madrolyzer - extracts actionable data like C&C, phone number etc.
- SPARTA - verifies (proves) that an app satisfies an information-flow security policy; built on the Checker Framework
- ConDroid - Performs a combination of symbolic + concrete execution of the app
- DroidRA
- RiskInDroid - A tool for calculating the risk of Android apps based on their permissions, with an online demo available.
- SUPER - Secure, Unified, Powerful and Extensible Rust Android Analyzer
- ClassyShark - Standalone binary inspection tool that can browse any Android executable and show important info.
- StaCoAn - Cross-platform tool that aids developers, bug-bounty hunters, and ethical hackers in performing static code analysis on mobile applications. This tool was created with a big focus on usability and graphical guidance in the user interface.
- JAADAS - Joint intraprocedural and interprocedural program analysis tool to find vulnerabilities in Android apps, built on Soot and Scala
- Quark-Engine - An Obfuscation-Neglect Android Malware Scoring System
- One Step Decompiler - Android APK Decompilation for the Lazy
- APKLeaks - Scanning APK file for URIs, endpoints & secrets.
- Mobile Audit - Web application for performing Static Analysis and detecting malware in Android APKs.
Smali CFG generatorSeveral tools from PSU
App Vulnerability Scanners
- QARK - QARK by LinkedIn is for app developers to scan apps for security issues
- AndroBugs
- Nogotofail
Devknox - IDE plugin to build secure Android apps. Not maintained anymore.
Dynamic Analysis Tools
- Android DBI frameowork
- Androl4b- A Virtual Machine For Assessing Android applications, Reverse Engineering and Malware Analysis
- House- House: A runtime mobile application analysis toolkit with a Web GUI, powered by Frida, written in Python.
- Mobile-Security-Framework MobSF - Mobile Security Framework is an intelligent, all-in-one open-source mobile application (Android/iOS) automated pen-testing framework capable of performing static, dynamic analysis and web API testing.
- AppUse â custom build for penetration testing
- Droidbox
- Drozer
- Xposed - equivalent of doing Stub-based code injection but without any modifications to the binary
- Inspeckage - Android Package Inspector - dynamic analysis with API hooks, start unexported activities, and more. (Xposed Module)
- Android Hooker - Dynamic Java code instrumentation (requires the Substrate Framework)
- ProbeDroid - Dynamic Java code instrumentation
- DECAF - Dynamic Executable Code Analysis Framework based on QEMU (DroidScope is now an extension to DECAF)
- CuckooDroid - Android extension for Cuckoo sandbox
- Mem - Memory analysis of Android (root required)
- Crowdroid â unable to find the actual tool
- AuditdAndroid â android port of auditd, not under active development anymore
- Android Security Evaluation Framework - not under active development anymore
- Aurasium â Practical security policy enforcement for Android apps via bytecode rewriting and in-place reference monitor.
- Android Linux Kernel modules
- StaDynA - a system supporting security app analysis in the presence of dynamic code update features (dynamic class loading and reflection). This tool combines static and dynamic analysis of Android applications in order to reveal the hidden/updated behavior and extend static analysis results with this information.
- DroidAnalytics - incomplete
- Vezir Project - Virtual Machine for Mobile Application Pentesting and Mobile Malware Analysis
- MARA - Mobile Application Reverse Engineering and Analysis Framework
- Taintdroid - requires AOSP compilation
- ARTist - a flexible open-source instrumentation and hybrid analysis framework for Android apps and Android's Java middleware. It is based on the Android Runtime's (ART) compiler and modifies code during on-device compilation.
- Android Malware Sandbox
- AndroPyTool - a tool for extracting static and dynamic features from Android APKs. It combines different well-known Android app analysis tools such as DroidBox, FlowDroid, Strace, AndroGuard, or VirusTotal analysis.
- Runtime Mobile Security (RMS) - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime
- PAPIMonitor â PAPIMonitor (Python API Monitor for Android apps) is a Python tool based on Frida for monitoring user-select APIs during the app execution.
- Android_application_analyzer - The tool is used to analyze the content of the Android application in local storage.
- Decompiler.com - Online APK and Java decompiler
- friTap- - Intercept SSL/TLS connections with Frida; Allows TLS key extraction and decryption of TLS payload as PCAP on Android in real-time.
Appie - Appie is a software package that has been pre-configured to function as an Android Pentesting Environment. It is completely portable and can be carried on a USB stick or smartphone. This is a one-stop answer for all the tools needed in Android Application Security Assessment and an awesome alternative to existing virtual machines.Android Tamer - Virtual / Live Platform for Android Security ProfessionalsAndroid Malware Analysis Toolkit - (Linux distro) Earlier it use to be an online analyzerAndroid Reverse Engineering â ARE (android reverse engineering) not under active development anymoreViaLab Community EditionMercuryCobradroid â custom image for malware analysis
Reverse Engineering
- Smali/Baksmali â apk decompilation
- emacs syntax coloring for smali files
- vim syntax coloring for smali files
- AndBug
- Androguard â powerful, integrates well with other tools
- Apktool â really useful for compilation/decompilation (uses smali)
- Android Framework for Exploitation
- Bypass signature and permission checks for IPCs
- Android OpenDebug â make any application on the device debuggable (using cydia substrate).
- Dex2Jar - dex to jar converter
- Enjarify - dex to jar converter from Google
- Dedexer
- Fino
- Frida - inject javascript to explore applications and a GUI tool for it
- Indroid â thread injection kit
- IntentSniffer
- Introspy
- Jad - Java decompiler
- JD-GUI - Java decompiler
- CFR - Java decompiler
- Krakatau - Java decompiler
- FernFlower - Java decompiler
- Redexer â apk manipulation
- Simplify Android deobfuscator
- Bytecode viewer
- Radare2
- Jadx
- Dwarf - GUI for reverse engineering
- Andromeda - Another basic command-line reverse engineering tool
- apk-mitm - A CLI application that prepares Android APK files for HTTPS inspection
- Noia - Simple Android application sandbox file browser tool
- Obfuscapk - Obfuscapk is a modular Python tool for obfuscating Android apps without needing their source code.
- ARMANDroid - ARMAND (Anti-Repackaging through Multi-patternAnti-tampering based on Native Detection) is a novel anti-tampering protection scheme that embeds logic bombs and AT detection nodes directly in the apk file without needing their source code.
- MVT (Mobile Verification Toolkit) - a collection of utilities to simplify and automate the process of gathering forensic traces helpful to identify a potential compromise of Android and iOS devices
- Dexmod - tool to exemplify patching Dalvik bytecode in a DEX (Dalvik Executable) file, and assist in the static analysis of Android applications.
Procyon - Java decompilerSmali viewerZjDroid,fork/mirrorDare â .dex to .class converter
Fuzz Testing
- Radamsa Fuzzer
- Honggfuzz
- An Android port of the Melkor ELF fuzzer
- Media Fuzzing Framework for Android
- AndroFuzz
- QuarksLab's Android Fuzzing
IntentFuzzer
App Repackaging Detectors
- FSquaDRA - a tool for detecting repackaged Android applications based on app resources hash comparison.
Market Crawlers
- Google Play crawler (Java)
- Google Play crawler (Python)
- Google Play crawler (Node) - get app details and download apps from the official Google Play Store.
- Aptoide downloader (Node) - download apps from Aptoide third-party Android market
- Appland downloader (Node) - download apps from Appland third-party Android market
- PlaystoreDownloader - PlaystoreDownloader is a tool for downloading Android applications directly from the Google Play Store. After an initial (one-time) configuration, applications can be downloaded by specifying their package name.
- APK Downloader Online Service to download APK from Playstore for specific Android Device Configuration
Apkpure - Online apk downloader. Provides also its own app for downloading.
Misc Tools
- smalihook
- AXMLPrinter2 - to convert binary XML files to human-readable XML files
- adb autocomplete
- mitmproxy
- dockerfile/androguard
- Android Vulnerability Test Suite - android-vts scans a device for set of vulnerabilities
- AppMon- AppMon is an automated framework for monitoring and tampering with system API calls of native macOS, iOS, and Android apps. It is based on Frida.
- Internal Blue - Bluetooth experimentation framework based on Reverse Engineering of Broadcom Bluetooth Controllers
- Android Mobile Device Hardening - AMDH scans and hardens the device's settings and lists harmful installed Apps based on permissions.
Android Device Security Database - Database of security features of Android devicesOpcodes table for quick referenceAPK-Downloader- seems dead nowDalvik opcodes
Vulnerable Applications for practice
- Damn Insecure Vulnerable Application (DIVA)
- Vuldroid
- ExploitMe Android Labs
- GoatDroid
- Android InsecureBank
- Insecureshop
- Oversecured Vulnerable Android App (OVAA)
Academic/Research/Publications/Books
Research Papers
Books
Others
- OWASP Mobile Security Testing Guide Manual
- doridori/Android-Security-Reference
- android app security checklist
- Mobile App Pentest Cheat Sheet
- Android Reverse Engineering 101 by Daniele Altomare (Web Archive link)
Mobile Security Reading Room - A reading room that contains well-categorized technical reading material about mobile penetration testing, mobile malware, mobile forensics, and all kind of mobile security-related topics
Exploits/Vulnerabilities/Bugs
List
- Android Security Bulletins
- Android's reported security vulnerabilities
- AOSP - Issue tracker
- OWASP Mobile Top 10 2016
- Exploit Database - click search
- Vulnerability Google Doc
- Google Android Security Teamâs Classifications for Potentially Harmful Applications (Malware)
Android Devices Security Patch Status
Malware
- androguard - Database Android Malware wiki
- Android Malware Github repo
- Android Malware Genome Project - contains 1260 malware samples categorized into 49 different malware families, free for research purposes.
- Contagio Mobile Malware Mini Dump
- Drebin
- Hudson Rock - Free cybercrime intelligence toolset that can indicate if a specific APK package was compromised in an Infostealer malware attack.
- Kharon Malware Dataset - 7 malware which have been reverse-engineered and documented
- Android Adware and General Malware Dataset
- AndroZoo - AndroZoo is a growing Android application collection from several sources, including the official Google Play app market.
Android PRAGuard Dataset - The dataset contains 10479 samples, obtained by obfuscating the MalGenome and the Contagio Minidump datasets with seven different obfuscation techniques.Admire
Bounty Programs
How to report Security issues
- Android - reporting security issues
- Android Reports and Resources - List of Android Hackerone disclosed reports and other resources
Contributing
Your contributions are always welcome!
Top Related Projects
The Mobile Application Security Testing Guide (MASTG) is a comprehensive manual for mobile app security testing and reverse engineering. It describes the technical processes for verifying the controls listed in the OWASP Mobile Application Security Verification Standard (MASVS).
The Mobile App Pentest cheat sheet was created to provide concise collection of high value information on specific mobile application penetration testing topics.
A big list of Android Hackerone disclosed reports and other resources.
Convert designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual Copilot