android-security-awesome

android-security-awesome

Android安全资源与分析工具综合集合

该项目汇集了Android安全领域的各类资源,包括在线分析、静态分析、漏洞扫描、动态分析和逆向工程等工具。涵盖从学术研究到实际应用的多个方面,为Android安全研究、开发和测试提供全面支持,有助于提升应用安全性分析与开发水平。

Android安全工具分析逆向工程Github开源项目

android-security-awesome Awesome

Link Liveness Checker Lint Shell scripts Lint Markdown Lint YAML

A collection of Android security-related resources.

  1. Tools
  2. Academic/Research/Publications/Books
  3. Exploits/Vulnerabilities/Bugs

Tools

Online Analyzers

  1. AndroTotal
  2. Appknox - not free
  3. Virustotal - max 128MB
  4. Fraunhofer App-ray - not free
  5. 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
  6. App Detonator - Detonate APK binary to provide source code level details including app author, signature, build, and manifest information. 3 Analysis/day free quota.
  7. Pithus - Open-Source APK analyzer. Still in Beta for the moment and limited to static analysis for the moment. Possible to hunt malware with Yara rules. More here.
  8. 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.
  9. AppSweep by Guardsquare - Free, fast Android application security testing for developers
  10. Koodous - Performs static/dynamic malware analysis over a vast repository of Android samples and checks them against public and private Yara rules.
  11. Immuniweb. Does a "OWASP Mobile Top 10 Test", "Mobile App Privacy Check" and an application permissions test. Free tier is 4 tests per day incl. report after registration
  12. BitBaan
  13. AVC UnDroid
  14. AMAaaS - Free Android Malware Analysis Service. A bare-metal service features static and dynamic analysis for Android applications. A product of MalwarePot.
  15. AppCritique - Upload your Android APKs and receive comprehensive free security assessments
  16. NVISO ApkScan - sunsetting on Oct 31, 2019
  17. Mobile Malware Sandbox
  18. IBM Security AppScan Mobile Analyzer - not free
  19. Visual Threat - no longer an Android app analyzer
  20. Tracedroid
  21. habo - 10/day
  22. CopperDroid
  23. SandDroid
  24. Stowaway
  25. Anubis
  26. Mobile app insight
  27. Mobile-Sandbox
  28. Ijiami
  29. Comdroid
  30. Android Sandbox
  31. Foresafe
  32. Dexter
  33. MobiSec Eacus
  34. Fireeye- max 60MB 15/day
  35. approver - Approver is a fully automated security analysis and risk assessment platform for Android and iOS apps. Not free.

Static Analysis Tools

  1. Androwarn - detect and warn the user about potential malicious behaviors developed by an Android application.
  2. ApkAnalyser
  3. APKInspector
  4. Droid Intent Data Flow Analysis for Information Leakage
  5. DroidLegacy
  6. FlowDroid
  7. Android Decompiler – not free
  8. PSCout - A tool that extracts the permission specification from the Android OS source code using static analysis
  9. Amandroid
  10. SmaliSCA - Smali Static Code Analysis
  11. CFGScanDroid - Scans and compares CFG against CFG of malicious applications
  12. Madrolyzer - extracts actionable data like C&C, phone number etc.
  13. SPARTA - verifies (proves) that an app satisfies an information-flow security policy; built on the Checker Framework
  14. ConDroid - Performs a combination of symbolic + concrete execution of the app
  15. DroidRA
  16. RiskInDroid - A tool for calculating the risk of Android apps based on their permissions, with an online demo available.
  17. SUPER - Secure, Unified, Powerful and Extensible Rust Android Analyzer
  18. ClassyShark - Standalone binary inspection tool which can browse any Android executable and show important info.
  19. StaCoAn - Cross-platform tool which 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.
  20. JAADAS - Joint intraprocedural and interprocedural program analysis tool to find vulnerabilities in Android apps, built on Soot and Scala
  21. Quark-Engine - An Obfuscation-Neglect Android Malware Scoring System
  22. One Step Decompiler - Android APK Decompilation for the Lazy
  23. APKLeaks - Scanning APK file for URIs, endpoints & secrets.
  24. Mobile Audit - Web application for performing Static Analysis and detecting malware in Android APKs.
  25. Smali CFG generator
  26. Several tools from PSU

App Vulnerability Scanners

  1. QARK - QARK by LinkedIn is for app developers to scan apps for security issues
  2. AndroBugs
  3. Nogotofail
  4. Devknox - IDE plugin to build secure Android apps. Not maintained anymore.

Dynamic Analysis Tools

  1. Android DBI frameowork
  2. Androl4b- A Virtual Machine For Assessing Android applications, Reverse Engineering and Malware Analysis
  3. House- House: A runtime mobile application analysis toolkit with a Web GUI, powered by Frida, written in Python.
  4. 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.
  5. AppUse – custom build for penetration testing
  6. Droidbox
  7. Drozer
  8. Xposed - equivalent of doing Stub-based code injection but without any modifications to the binary
  9. Inspeckage - Android Package Inspector - dynamic analysis with API hooks, start unexported activities, and more. (Xposed Module)
  10. Android Hooker - Dynamic Java code instrumentation (requires the Substrate Framework)
  11. ProbeDroid - Dynamic Java code instrumentation
  12. DECAF - Dynamic Executable Code Analysis Framework based on QEMU (DroidScope is now an extension to DECAF)
  13. CuckooDroid - Android extension for Cuckoo sandbox
  14. Mem - Memory analysis of Android (root required)
  15. Crowdroid – unable to find the actual tool
  16. AuditdAndroid – android port of auditd, not under active development anymore
  17. Android Security Evaluation Framework - not under active development anymore
  18. Aurasium – Practical security policy enforcement for Android apps via bytecode rewriting and in-place reference monitor.
  19. Android Linux Kernel modules
  20. 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.
  21. 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.
  22. DroidAnalytics - incomplete
  23. Vezir Project - Virtual Machine for Mobile Application Pentesting and Mobile Malware Analysis
  24. MARA - Mobile Application Reverse Engineering and Analysis Framework
  25. Taintdroid - requires AOSP compilation
  26. 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.
  27. Android Malware Sandbox
  28. 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.
  29. Runtime Mobile Security (RMS) - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime
  30. PAPIMonitor – PAPIMonitor (Python API Monitor for Android apps) is a Python tool based on Frida for monitoring user-select APIs during the app execution.
  31. Android_application_analyzer - The tool is used to analyze the content of the Android application in local storage.
  32. Decompiler.com - Online APK and Java decompiler
  33. Android Tamer - Virtual / Live Platform for Android Security Professionals
  34. Android Malware Analysis Toolkit - (Linux distro) Earlier it use to be an online analyzer
  35. Android Reverse Engineering – ARE (android reverse engineering) not under active development anymore
  36. ViaLab Community Edition
  37. Mercury
  38. Cobradroid – custom image for malware analysis

Reverse Engineering

  1. Smali/Baksmali – apk decompilation
  2. emacs syntax coloring for smali files
  3. vim syntax coloring for smali files
  4. AndBug
  5. Androguard – powerful, integrates well with other tools
  6. Apktool – really useful for compilation/decompilation (uses smali)
  7. Android Framework for Exploitation
  8. Bypass signature and permission checks for IPCs
  9. Android OpenDebug – make any application on the device debuggable (using cydia substrate).
  10. Dex2Jar - dex to jar converter
  11. Enjarify - dex to jar converter from Google
  12. Dedexer

编辑推荐精选

Trae

Trae

字节跳动发布的AI编程神器IDE

Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。

热门AI工具生产力协作转型TraeAI IDE
问小白

问小白

全能AI智能助手,随时解答生活与工作的多样问题

问小白,由元石科技研发的AI智能助手,快速准确地解答各种生活和工作问题,包括但不限于搜索、规划和社交互动,帮助用户在日常生活中提高效率,轻松管理个人事务。

聊天机器人AI助手热门AI工具AI对话
Transly

Transly

实时语音翻译/同声传译工具

Transly是一个多场景的AI大语言模型驱动的同声传译、专业翻译助手,它拥有超精准的音频识别翻译能力,几乎零延迟的使用体验和支持多国语言可以让你带它走遍全球,无论你是留学生、商务人士、韩剧美剧爱好者,还是出国游玩、多国会议、跨国追星等等,都可以满足你所有需要同传的场景需求,线上线下通用,扫除语言障碍,让全世界的语言交流不再有国界。

讯飞智文

讯飞智文

一键生成PPT和Word,让学习生活更轻松

讯飞智文是一个利用 AI 技术的项目,能够帮助用户生成 PPT 以及各类文档。无论是商业领域的市场分析报告、年度目标制定,还是学生群体的职业生涯规划、实习避坑指南,亦或是活动策划、旅游攻略等内容,它都能提供支持,帮助用户精准表达,轻松呈现各种信息。

热门AI工具AI办公办公工具讯飞智文AI在线生成PPTAI撰写助手多语种文档生成AI自动配图
讯飞星火

讯飞星火

深度推理能力全新升级,全面对标OpenAI o1

科大讯飞的星火大模型,支持语言理解、知识问答和文本创作等多功能,适用于多种文件和业务场景,提升办公和日常生活的效率。讯飞星火是一个提供丰富智能服务的平台,涵盖科技资讯、图像创作、写作辅助、编程解答、科研文献解读等功能,能为不同需求的用户提供便捷高效的帮助,助力用户轻松获取信息、解决问题,满足多样化使用场景。

模型训练热门AI工具内容创作智能问答AI开发讯飞星火大模型多语种支持智慧生活
Spark-TTS

Spark-TTS

一种基于大语言模型的高效单流解耦语音令牌文本到语音合成模型

Spark-TTS 是一个基于 PyTorch 的开源文本到语音合成项目,由多个知名机构联合参与。该项目提供了高效的 LLM(大语言模型)驱动的语音合成方案,支持语音克隆和语音创建功能,可通过命令行界面(CLI)和 Web UI 两种方式使用。用户可以根据需求调整语音的性别、音高、速度等参数,生成高质量的语音。该项目适用于多种场景,如有声读物制作、智能语音助手开发等。

咔片PPT

咔片PPT

AI助力,做PPT更简单!

咔片是一款轻量化在线演示设计工具,借助 AI 技术,实现从内容生成到智能设计的一站式 PPT 制作服务。支持多种文档格式导入生成 PPT,提供海量模板、智能美化、素材替换等功能,适用于销售、教师、学生等各类人群,能高效制作出高品质 PPT,满足不同场景演示需求。

讯飞绘文

讯飞绘文

选题、配图、成文,一站式创作,让内容运营更高效

讯飞绘文,一个AI集成平台,支持写作、选题、配图、排版和发布。高效生成适用于各类媒体的定制内容,加速品牌传播,提升内容营销效果。

AI助手热门AI工具AI创作AI辅助写作讯飞绘文内容运营个性化文章多平台分发
材料星

材料星

专业的AI公文写作平台,公文写作神器

AI 材料星,专业的 AI 公文写作辅助平台,为体制内工作人员提供高效的公文写作解决方案。拥有海量公文文库、9 大核心 AI 功能,支持 30 + 文稿类型生成,助力快速完成领导讲话、工作总结、述职报告等材料,提升办公效率,是体制打工人的得力写作神器。

openai-agents-python

openai-agents-python

OpenAI Agents SDK,助力开发者便捷使用 OpenAI 相关功能。

openai-agents-python 是 OpenAI 推出的一款强大 Python SDK,它为开发者提供了与 OpenAI 模型交互的高效工具,支持工具调用、结果处理、追踪等功能,涵盖多种应用场景,如研究助手、财务研究等,能显著提升开发效率,让开发者更轻松地利用 OpenAI 的技术优势。

下拉加载更多