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

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

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

p-e-w/maybeArchived

0
View on GitHub↗
6,314 نجوم·160 تفرعات·Python·2 مشاهدات

Maybe

Maybe هو محاكي لتنفيذ الأوامر ومدقق لعمليات نظام الملفات. يوفر بيئة تشغيل تجريبية تسجل تغييرات الملفات المقصودة دون إجراء عمليات كتابة فعلية على القرص ويعمل كطبقة أمنية لمنع التعديلات غير المصرح بها.

تعترض الأداة استدعاءات النظام لمعاينة واعتماد تعديلات نظام الملفات قبل تنفيذها. وتستخدم حلقة تنفيذ تعتمد على موافقة المستخدم توقف تنفيذ البرنامج مؤقتاً حتى يوافق المستخدم على عمليات النظام المعلقة.

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

Features

  • Dry Run Simulations - Provides a dry-run environment that records intended file changes without performing actual write operations to the disk.
  • System Operation Approvals - Features a manual verification interface that pauses execution until a user consents to pending system operations.
  • Command Effect Previews - Intercepts system calls to list file modifications before execution for user review and approval.
  • System-Call Interception - Intercepts operating system calls to preview and approve filesystem modifications before they are committed.
  • Filesystem Operation Auditing - Tracks intended file modifications and deletions to provide a comprehensive preview of a command's impact.
  • Filesystem Operation Auditors - Acts as a security layer that compares requested system changes against a predefined allow-list to block unauthorized modifications.
  • Operation Allow-Lists - Implements a security layer that compares requested system modifications against a predefined list of permitted actions.
  • System Modification Restrictions - Prevents unauthorized system changes through a configurable allow-list or deny-list of permitted modifications.
  • Plugin-Based Logic Extensions - Allows extending syscall filtering logic through the use of external modular plugins.
  • Custom Filtering Plugins - Provides the capability to block specific system calls using custom plugins based on runtime arguments.
  • Destructive Command Testing - Enables running potentially destructive scripts in a controlled way to verify behavior without risking data loss.

سجل النجوم

مخطط تاريخ النجوم لـ p-e-w/maybeمخطط تاريخ النجوم لـ p-e-w/maybe

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

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

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

Start searching with AI

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

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

    gaozhangmin/boxplayer

    6,550عرض على GitHub↗

    Boxplayer is a cloud media player and storage manager that enables high-definition video streaming and file administration across multiple cloud storage providers through a unified interface. It functions as a cloud media player with subtitle and audio support, a metadata organizer for structuring media libraries, and a high-speed download manager using a multi-threaded engine. The project implements a Model Context Protocol server, which exposes cloud storage and media management functions as programmable tools and context for AI agents. This allows for AI-driven storage automation and the a

    TypeScriptelectron-applinuxmacos
    عرض على GitHub↗6,550
  • anthropic-experimental/sandbox-runtimeالصورة الرمزية لـ anthropic-experimental

    anthropic-experimental/sandbox-runtime

    3,099عرض على GitHub↗

    This project is an OS-level process sandbox and cross-platform security wrapper for Linux and macOS. It is designed to isolate arbitrary processes from the host machine by restricting filesystem and network access without the use of full containerization. The system functions as a system-call interceptor and access controller, blocking unauthorized operating system calls based on predefined security policies. It employs allowlists and denylists to manage resource requests and monitors for security violations in real time. Capability areas include filesystem access management using glob-patte

    TypeScript
    عرض على GitHub↗3,099
  • fastos/fastsocketالصورة الرمزية لـ fastos

    fastos/fastsocket

    3,742عرض على GitHub↗

    Fastsocket is a high-performance Linux socket implementation designed for linear scalability on multicore systems. It functions as a TCP throughput optimizer and a multicore packet steering engine that reduces system call overhead and lock contention to increase total network processing capacity. The project distinguishes itself through a network system call interceptor that uses a shared library to redirect standard socket calls to optimized interfaces without requiring changes to application binaries. It employs active connection steering by encoding CPU core IDs into source ports and utili

    C
    عرض على GitHub↗3,742
  • hyperdbg/hyperdbgالصورة الرمزية لـ HyperDbg

    HyperDbg/HyperDbg

    3,885عرض على GitHub↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Cbinary-analysisdebugdebugger
    عرض على GitHub↗3,885
عرض جميع البدائل الـ 30 لـ Maybe→

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

ما هي وظيفة p-e-w/maybe؟

Maybe هو محاكي لتنفيذ الأوامر ومدقق لعمليات نظام الملفات. يوفر بيئة تشغيل تجريبية تسجل تغييرات الملفات المقصودة دون إجراء عمليات كتابة فعلية على القرص ويعمل كطبقة أمنية لمنع التعديلات غير المصرح بها.

ما هي الميزات الرئيسية لـ p-e-w/maybe؟

الميزات الرئيسية لـ p-e-w/maybe هي: Dry Run Simulations, System Operation Approvals, Command Effect Previews, System-Call Interception, Filesystem Operation Auditing, Filesystem Operation Auditors, Operation Allow-Lists, System Modification Restrictions.

ما هي البدائل مفتوحة المصدر لـ p-e-w/maybe؟

تشمل البدائل مفتوحة المصدر لـ p-e-w/maybe: gaozhangmin/boxplayer — Boxplayer is a cloud media player and storage manager that enables high-definition video streaming and file… fastos/fastsocket — Fastsocket is a high-performance Linux socket implementation designed for linear scalability on multicore systems. It… lxc/lxd — LXD is a unified platform for managing both system containers and virtual machines through a single REST API and… hyperdbg/hyperdbg — HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control… anthropic-experimental/sandbox-runtime — This project is an OS-level process sandbox and cross-platform security wrapper for Linux and macOS. It is designed to… mantvydasb/redteaming-tactics-and-techniques — This project is a red teaming knowledge base and offensive security playbook designed to simulate adversary behavior.…