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

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

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

malwaredllc/byob

0
View on GitHub↗
9,478 نجوم·2,156 تفرعات·Python·GPL-3.0·14 مشاهدات

Byob

This project is a post-exploitation framework and command and control platform designed for security research and penetration testing. It functions as a remote access tool consisting of a central command server and encrypted executable payloads that establish reverse shell connections.

The system utilizes a web-based dashboard for multi-client administration, allowing for remote host monitoring and direct shell access through an in-browser terminal. It generates cross-platform, encrypted binaries that employ a multi-stage delivery chain and a key exchange mechanism to secure communications.

The platform includes capabilities for in-memory module execution to avoid disk artifacts, alongside sandbox and virtual machine detection to evade security software. Its functional surface covers post-exploitation tasks such as remote privilege escalation and data collection through a suite of modules for keystroke capture and network sniffing.

Features

  • C2 Server Hosting - Hosts a central command and control server that listens for incoming connections and manages session data.
  • Remote Access Trojans - Implements an encrypted executable payload that establishes a covert reverse shell for remote system monitoring and control.
  • C2 Listener Servers - Serves as a central listener and database managing encrypted reverse shell connections via a web dashboard.
  • Payload Development - Includes tools for creating and obfuscating multi-stage encrypted binaries that establish reverse shells.
  • In-Memory Payload Execution - Allows loading scripts and third-party packages directly into remote process memory to avoid disk artifacts.
  • Key Exchange Protocols - Implements a Diffie-Hellman key exchange to establish secure AES-256 encrypted communication between clients and the server.
  • Multi-Stage Payload Delivery - Employs a sequence of dropper and stager binaries to establish connections before loading the final payload.
  • Post-Exploitation Frameworks - Functions as a comprehensive platform for managing access and gathering data on compromised systems during penetration testing.
  • Reverse Shells - Uses a reverse shell architecture where clients initiate outbound connections to bypass firewalls.
  • Security Research Environments - Provides a modular environment specifically designed for testing antivirus evasion and privilege escalation across different architectures.
  • Remote Agent Administration - Provides a centralized interface to administer multiple remote machines using a point-and-click execution model.
  • Endpoint Command and Control - Maintains persistent shells and executes in-memory scripts on target machines without leaving disk footprints.
  • Web-Based Remote Terminals - Provides a web-based dashboard and terminal emulator for executing shell commands on remote systems.
  • Remote Host Session Tracking - Provides a database-backed system to track metadata and active connections for multiple remote hosts.
  • Encrypted Shells - Compiles architecture-agnostic executables that utilize AES-256 encryption to secure shell communication.
  • Remote Shells - Enables direct interactive shell access to remote clients through an integrated in-browser terminal.
  • Privilege Escalation Tools - Executes specialized tasks to elevate system permissions and run advanced modules through remote memory imports.
  • Security Software Evasion - Detects and blocks known antivirus processes from spawning to maintain stealth on the target host.
  • Virtualization Detection - Implements checks to identify if the payload is executing within a virtual machine or sandbox to evade detection.
  • Multi-Stage Delivery Chains - Generates a sequenced chain of droppers and stagers to establish remote connections and import modules.
  • Key Exchange Payloads - Produces platform-agnostic payloads that implement Diffie-Hellman key exchange to secure reverse shell connections.
  • Environment Evasion Checks - Checks for virtual machines and sandbox indicators to abort execution and avoid detection.
  • Remote Monitoring Dashboards - Offers a web-based dashboard and interactive map for monitoring remote hosts and managing connections.
  • Command and Control - Framework for building custom C2 implants.
  • Malware Analysis - Framework for building custom botnets.
  • Security And Forensics - Framework for building and operating security research botnets.

سجل النجوم

مخطط تاريخ النجوم لـ malwaredllc/byobمخطط تاريخ النجوم لـ malwaredllc/byob

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

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

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

Start searching with AI

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Byob.
  • samratashok/nishangالصورة الرمزية لـ samratashok

    samratashok/nishang

    9,951عرض على GitHub↗

    Nishang is a PowerShell-based offensive security framework designed for red teaming and penetration testing on Windows targets. It functions as a post-exploitation toolkit and payload generator to automate attacks and manage remote targets. The project provides specialized capabilities for bypassing security controls, such as disabling the Antimalware Scan Interface and employing in-memory execution to avoid disk-based detection. It includes a variety of stealthy command and control mechanisms, utilizing non-standard channels like DNS TXT records, ICMP traffic, and webmail for communication a

    PowerShellactivedirectoryhackinginfosec
    عرض على GitHub↗9,951
  • havocframework/havocالصورة الرمزية لـ HavocFramework

    HavocFramework/Havoc

    8,182عرض على GitHub↗

    Havoc is a post-exploitation framework used for red team operations. It provides a centralized command and control system for managing remote agents through persistent network connections and customizable communication profiles. The framework focuses on security evasion and stealth, utilizing indirect syscall execution, return address spoofing, and hardware-breakpoint patching to bypass endpoint detection and response tools. It includes a payload generation workflow to create executable shellcode or DLLs for initial remote access. The system covers a broad range of operational capabilities,

    Go
    عرض على GitHub↗8,182
  • nathanlopez/stitchالصورة الرمزية لـ nathanlopez

    nathanlopez/Stitch

    3,532عرض على GitHub↗

    Stitch is a command and control framework and post-exploitation toolkit designed for managing multiple remote systems from a central server. It functions as a remote administration tool and payload builder, enabling the execution of commands and the deployment of agents across different operating systems. The project features a cross-platform builder for generating custom executable agents with configurable network bindings and boot behaviors. It utilizes encrypted communication channels to secure traffic between the controller and remote clients, and it supports the execution of dynamic scri

    Pythoncross-platformkeyloggerlinux
    عرض على GitHub↗3,532
  • bc-security/empireالصورة الرمزية لـ BC-SECURITY

    BC-SECURITY/Empire

    5,045عرض على GitHub↗

    Empire is a post-exploitation command-and-control (C2) framework designed for red team operations. It deploys and manages agents written in PowerShell, Python, C#, Go, and C across Windows, Linux, and macOS, using encrypted communication channels over HTTP, HTTPS, and SMB. The framework executes over 400 built-in modules for reconnaissance, privilege escalation, credential theft, and lateral movement, and provides a modular engine for authoring custom attack modules. What sets Empire apart is its multi-language agent deployment system, which allows operators to choose implants that suit each

    PowerShellc2empirehacktoberfest
    عرض على GitHub↗5,045
عرض جميع البدائل الـ 30 لـ Byob→

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

ما هي وظيفة malwaredllc/byob؟

This project is a post-exploitation framework and command and control platform designed for security research and penetration testing. It functions as a remote access tool consisting of a central command server and encrypted executable payloads that establish reverse shell connections.

ما هي الميزات الرئيسية لـ malwaredllc/byob؟

الميزات الرئيسية لـ malwaredllc/byob هي: C2 Server Hosting, Remote Access Trojans, C2 Listener Servers, Payload Development, In-Memory Payload Execution, Key Exchange Protocols, Multi-Stage Payload Delivery, Post-Exploitation Frameworks.

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

تشمل البدائل مفتوحة المصدر لـ malwaredllc/byob: samratashok/nishang — Nishang is a PowerShell-based offensive security framework designed for red teaming and penetration testing on Windows… havocframework/havoc — Havoc is a post-exploitation framework used for red team operations. It provides a centralized command and control… nathanlopez/stitch — Stitch is a command and control framework and post-exploitation toolkit designed for managing multiple remote systems… bc-security/empire — Empire is a post-exploitation command-and-control (C2) framework designed for red team operations. It deploys and… k8gege/ladon — Ladon is an internal network penetration scanner and vulnerability assessment tool designed to identify high-risk… n1nj4sec/pupy — Pupy is a command and control framework and post-exploitation suite used for remote administration and system…