awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
davinci1010 avatar

davinci1010/pinduoduo_backdoor

0
View on GitHub↗
5,442 نجوم·1,915 تفرعات·10 مشاهدات

Pinduoduo Backdoor

هذا المشروع عبارة عن مجموعة من تقارير تحليل البرمجيات الضارة والكود المفكك الذي يركز على باب خلفي (Backdoor) مضمن داخل تطبيق Android. يعمل كدراسة لبرمجيات Android APK الضارة، حيث يوثق أنماط الكود المحددة المستخدمة للوصول غير المصرح به إلى البيانات وتجاوز أمان النظام.

يركز البحث على تحميل كود البايت (Bytecode) الديناميكي وتنفيذ الملفات عن بُعد لتنفيذ الاستمرارية. يحلل بشكل خاص آليات تنزيل وتشغيل ملفات Dalvik القابلة للتنفيذ عن بُعد لتغيير سلوك التطبيق دون تحديث الحزمة المثبتة.

يغطي التحليل العديد من مجالات الأمان، بما في ذلك أبحاث تصعيد الامتيازات لتحديد كيفية تجاوز فحوصات النظام للحصول على أذونات مرتفعة. كما يتضمن عمليات تدقيق لتقنيات تسريب البيانات المستخدمة لالتقاط إشعارات النظام وسجلات استخدام التطبيقات.

Features

  • Android - Provides a comprehensive analysis of malicious APKs, including data theft and security bypass techniques.
  • Dynamic Loading Analysis - Investigates the mechanism of downloading and executing remote Dalvik Executable files for persistence.
  • Malicious Code Delivery Analysis - Investigates mechanisms for downloading and executing remote files to implement persistence and unauthorized data collection.
  • Dynamic Code Loaders - Investigates the injection and execution of remote DEX files into running Android environments for persistence.
  • Dynamic Bytecode Execution - Implements mechanisms for downloading and executing Java bytecode at runtime to modify application behavior.
  • Android Privilege Escalations - Researches specific code patterns used to bypass system checks and gain elevated permissions on Android.
  • Privilege Escalation Analysis - Studies decompiled files and vulnerability reports to identify how system checks are bypassed for elevated permissions.
  • Android Privilege Escalations - Documents how system permission checks are bypassed to gain unauthorized access to restricted Android OS features.
  • Remote Payload Stagers - Retrieves encrypted execution modules from remote servers to implement persistence and background data collection.
  • Java Bytecode Analysis - Analyzes disassembled Android DEX files to map the logic of hidden backdoor functions and triggers.
  • Data Exfiltration - Identifies code patterns used to unauthorizedly access and transmit sensitive user information and system notifications.
  • Application Usage Exfiltration - Reads application usage statistics from the system to monitor user activity and transmit data to external servers.
  • Notification Interception - Intercepts system-level alerts and notifications to capture sensitive user information and private application data.

سجل النجوم

مخطط تاريخ النجوم لـ davinci1010/pinduoduo_backdoorمخطط تاريخ النجوم لـ davinci1010/pinduoduo_backdoor

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Pinduoduo Backdoor

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Pinduoduo Backdoor.
  • charles2gan/gda-android-reversing-toolالصورة الرمزية لـ charles2gan

    charles2gan/GDA-android-reversing-Tool

    4,778عرض على GitHub↗

    This project is a comprehensive Android reverse engineering suite that functions as a decompiler, bytecode deobfuscator, and malware analysis tool. It is designed to convert APK, DEX, and OAT binaries into human-readable source code using a native implementation that does not require a Java Virtual Machine. The platform is distinguished by its integration with Frida for dynamic analysis, allowing users to hook methods, inject custom JavaScript, and dump device memory in real time. It also features specialized security engines, including a taint propagation engine and a stack-state machine, to

    Pythondecompilermalware-analysismobile-security
    عرض على GitHub↗4,778
  • adaptivethreat/bloodhoundالصورة الرمزية لـ adaptivethreat

    adaptivethreat/Bloodhound

    10,552عرض على GitHub↗

    Bloodhound is an Active Directory attack path mapper and security auditor designed to visualize trust relationships and permission chains. It serves as an attack surface management tool that identifies paths to domain administrator and other high-privileged accounts. The project uses a graph database analyzer to map complex identity and access relationships. It quantifies the risk of privilege escalation by identifying misconfigured permissions and trust links within Windows domains. The system provides capabilities for Active Directory security analysis, identity and access auditing, and ne

    PowerShell
    عرض على GitHub↗10,552
  • alibaba/freelineالصورة الرمزية لـ alibaba

    alibaba/freeline

    5,463عرض على GitHub↗

    Freeline is a mobile application update framework and bytecode hot-swap engine designed to deliver incremental binary updates to devices. It functions as a binary diff patching tool and a mobile over-the-air patching framework that allows for the delivery of small update packages to fix bugs and replace resources without requiring a full application reinstall. The system distinguishes itself through its ability to perform dynamic code swapping and native library updating. It replaces shared object binaries and code segments in a running process via socket servers, enabling logic updates and h

    Java
    عرض على GitHub↗5,463
  • bloodhoundad/bloodhoundالصورة الرمزية لـ BloodHoundAD

    BloodHoundAD/BloodHound

    10,552عرض على GitHub↗

    BloodHound is a graph-based security analysis tool designed to map trust relationships and attack vectors within Active Directory environments. It functions as an attack path mapper and risk assessment system that uses graph theory to identify hidden relationships and paths leading to high-privilege accounts. The tool specializes in network attack surface mapping and privilege escalation pathfinding. It quantifies security risks by measuring the reliability of attack paths to critical targets, allowing for the prioritization of vulnerability elimination. The system provides capabilities for

    PowerShell
    عرض على GitHub↗10,552
عرض جميع البدائل الـ 30 لـ Pinduoduo Backdoor→

الأسئلة الشائعة

ما هي وظيفة davinci1010/pinduoduo_backdoor؟

هذا المشروع عبارة عن مجموعة من تقارير تحليل البرمجيات الضارة والكود المفكك الذي يركز على باب خلفي (Backdoor) مضمن داخل تطبيق Android. يعمل كدراسة لبرمجيات Android APK الضارة، حيث يوثق أنماط الكود المحددة المستخدمة للوصول غير المصرح به إلى البيانات وتجاوز أمان النظام.

ما هي الميزات الرئيسية لـ davinci1010/pinduoduo_backdoor؟

الميزات الرئيسية لـ davinci1010/pinduoduo_backdoor هي: Android, Dynamic Loading Analysis, Malicious Code Delivery Analysis, Dynamic Code Loaders, Dynamic Bytecode Execution, Android Privilege Escalations, Privilege Escalation Analysis, Remote Payload Stagers.

ما هي البدائل مفتوحة المصدر لـ davinci1010/pinduoduo_backdoor؟

تشمل البدائل مفتوحة المصدر لـ davinci1010/pinduoduo_backdoor: charles2gan/gda-android-reversing-tool — This project is a comprehensive Android reverse engineering suite that functions as a decompiler, bytecode… fission/fission — Fission is a function-as-a-service platform and serverless framework for Kubernetes. It manages the lifecycle and… alibaba/freeline — Freeline is a mobile application update framework and bytecode hot-swap engine designed to deliver incremental binary… bloodhoundad/bloodhound — BloodHound is a graph-based security analysis tool designed to map trust relationships and attack vectors within… adaptivethreat/bloodhound — Bloodhound is an Active Directory attack path mapper and security auditor designed to visualize trust relationships… itm4n/privesccheck — PrivescCheck is a PowerShell-based security auditing tool designed to scan Windows configurations for potential…