awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
FSecureLABS avatar

FSecureLABS/drozer

0
View on GitHub↗
4,541 stele·838 fork-uri·Python·6 vizualizărilabs.reversec.com/tools/drozer↗

Drozer

Drozer este un framework de testare a securității și un analizor de runtime pentru aplicații și dispozitive Android. Acesta funcționează ca un framework de gestionare a exploit-urilor și un set de instrumente de securitate utilizat pentru a identifica vulnerabilități, configurări greșite și scurgeri de date în sistemul de operare Android și aplicațiile instalate pe acesta.

Framework-ul permite simularea comportamentului aplicațiilor și interacțiunea cu endpoint-urile de comunicare pentru a detecta breșe de securitate. Gestionează execuția, analiza și partajarea exploit-urilor publice pentru cercetarea securității mobile.

Sistemul oferă capabilități pentru auditarea aplicațiilor, cercetarea vulnerabilităților și execuția unor module de securitate specializate. Aceasta include capacitatea de a interacționa cu runtime-ul Android și cu shell-ul dispozitivului pentru a evalua postura de securitate a hardware-ului și software-ului.

Features

  • Android Application Auditing - Provides a comprehensive toolset for auditing the security posture and identifying misconfigurations in running Android apps.
  • Android Remote Execution Agents - Provides a client-server system to route security testing commands to an agent process on Android devices.
  • Android Security Testing Frameworks - Offers a structured framework for assessing Android security through runtime interaction and vulnerability detection.
  • Android Security Tools - Ships a versatile security toolset for simulating application behavior and identifying flaws in Android apps.
  • Android Device Shell Management - Provides an interactive Linux shell to execute administrative commands directly on a connected Android device.
  • Android Application Penetration Testing - Facilitates security assessments of Android applications by simulating malicious behavior and testing communication endpoints.
  • Android Exploitation Frameworks - Provides a framework for executing, analyzing, and sharing public exploits targeting the Android operating system.
  • Vulnerability Research - Enables systematic research into Android operating system and hardware vulnerabilities through runtime analysis.
  • Android Runtime - Analyzes the Android runtime and device shell to detect vulnerabilities within installed applications.
  • Runtime Manipulation - Allows altering the behavior of active Android applications by interacting directly with the system runtime.
  • Security Module Management - Enables the execution of specialized testing modules to evaluate the security of installed apps and hardware.
  • Android Shell Orchestration - Spawns and manages low-level Linux shell sessions to bypass high-level API restrictions on the device.
  • Android IPC Interception - Enables probing and manipulating communication between Android applications via Binder and Intent interception.
  • Plugin-Based Architectures - Implements a plugin-based architecture to extend security testing capabilities without modifying the core engine.
  • Mobile Security Frameworks - Comprehensive security assessment framework for Android applications.
  • Android Dynamic Analysis Tools - Framework for interacting with the Dalvik VM and OS endpoints.
  • Mobile Security - Security assessment framework for Android applications.
  • Security Analysis Frameworks - Security assessment framework for identifying Android vulnerabilities.
  • Specialized Security Domains - Framework for Android security assessment and exploitation.

Istoric stele

Graficul istoricului de stele pentru fsecurelabs/drozerGraficul istoricului de stele pentru fsecurelabs/drozer

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face fsecurelabs/drozer?

Drozer este un framework de testare a securității și un analizor de runtime pentru aplicații și dispozitive Android. Acesta funcționează ca un framework de gestionare a exploit-urilor și un set de instrumente de securitate utilizat pentru a identifica vulnerabilități, configurări greșite și scurgeri de date în sistemul de operare Android și aplicațiile instalate pe acesta.

Care sunt principalele funcționalități ale fsecurelabs/drozer?

Principalele funcționalități ale fsecurelabs/drozer sunt: Android Application Auditing, Android Remote Execution Agents, Android Security Testing Frameworks, Android Security Tools, Android Device Shell Management, Android Application Penetration Testing, Android Exploitation Frameworks, Vulnerability Research.

Care sunt câteva alternative open-source pentru fsecurelabs/drozer?

Alternativele open-source pentru fsecurelabs/drozer includ: mwrlabs/drozer — Drozer is an Android security assessment framework and vulnerability scanner. It serves as a security auditor for… mobsf/mobile-security-framework-mobsf — Mobile Security Framework is an automated security testing platform designed for the analysis of Android, iOS, and… reverseclabs/drozer — Drozer is a security testing framework for Android applications that operates through an agent-based remote execution… tiann/epic — Epic is a toolkit for Android runtime instrumentation, method interception, and security posture auditing. It… m0bilesecurity/rms-runtime-mobile-security — This project is an Android security analysis toolkit and mobile app runtime manipulator designed for reverse… fuzion24/justtrustme — JustTrustMe is an Android security auditing tool and mobile application penetration testing utility. Its primary…

Alternative open-source pentru Drozer

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Drozer.
  • mwrlabs/drozerAvatar mwrlabs

    mwrlabs/drozer

    4,535Vezi pe GitHub↗

    Drozer is an Android security assessment framework and vulnerability scanner. It serves as a security auditor for Android devices and their installed software, providing a specialized environment for analyzing inter-process communication mechanisms and auditing application endpoints. The framework focuses on Android inter-process communication analysis, allowing for the interrogation of system services and application components. It enables the execution of specialized security modules and custom scripts to identify vulnerabilities and test the security of runtime interfaces. The system prov

    Python
    Vezi pe GitHub↗4,535
  • mobsf/mobile-security-framework-mobsfAvatar MobSF

    MobSF/Mobile-Security-Framework-MobSF

    21,224Vezi pe GitHub↗

    Mobile Security Framework is an automated security testing platform designed for the analysis of Android, iOS, and Windows mobile application binaries. It functions as a comprehensive suite for identifying security vulnerabilities, privacy risks, and malicious code within mobile software packages. The framework distinguishes itself by combining static and dynamic analysis techniques to evaluate application behavior. It performs static inspection of source code and binaries to detect insecure patterns, while simultaneously utilizing dynamic instrumentation and containerized sandboxing to monit

    JavaScriptandroid-securityapi-testingapk
    Vezi pe GitHub↗21,224
reverseclabs/drozerAvatar ReversecLabs

ReversecLabs/drozer

4,542Vezi pe GitHub↗

Drozer is a security testing framework for Android applications that operates through an agent-based remote execution model. It combines a client-server command routing system with a device-side agent, enabling security assessments by mapping inter-process communication (IPC) attack surfaces and running dynamic exploit modules directly on Android devices. The framework distinguishes itself through its ability to discover and enumerate exported Android components by analyzing manifest data and crafting Intents to probe for vulnerabilities. It supports content provider query injection to detect

Pythonandroiddrozerjava
Vezi pe GitHub↗4,542
  • tiann/epicAvatar tiann

    tiann/epic

    4,547Vezi pe GitHub↗

    Epic is a toolkit for Android runtime instrumentation, method interception, and security posture auditing. It functions as an aspect-oriented programming framework and a dynamic method interceptor designed to monitor and alter the behavior of Java methods within the Android Runtime. The project provides capabilities for intercepting and modifying both core Android framework components and specific application logic. This allows for the injection of custom Java behavior and the redirection of method execution without altering the original source code. The framework includes tools for applicat

    Javaandroidaopart
    Vezi pe GitHub↗4,547
  • Vezi toate cele 30 alternative pentru Drozer→