awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
trifectatechfoundation avatar

trifectatechfoundation/sudo-rs

0
View on GitHub↗
4,410 स्टार्स·168 फोर्क्स·Rust·Apache-2.0·4 व्यूज़

Sudo Rs

sudo-rs Rust में लिखा गया एक लो-लेवल सिस्टम यूटिलिटी और विशेषाधिकार प्राप्त कमांड निष्पादक है। यह सुपरयूज़र या वैकल्पिक उपयोगकर्ता अनुमतियों के साथ प्रोग्राम चलाने और सत्र विशेषाधिकारों को अन्य स्थानीय उपयोगकर्ता पहचानों पर स्विच करने के लिए sudo और su का एक मेमोरी-सुरक्षित कार्यान्वयन प्रदान करता है।

यह प्रोजेक्ट सैंडबॉक्स्ड प्रोसेस लॉन्चर के रूप में कार्य करने के लिए कर्नल सुरक्षा मॉड्यूल के साथ एकीकृत होता है, जो निष्पादन के दौरान सिस्टम संसाधनों और प्रक्रिया क्षमताओं को प्रतिबंधित करता है।

इस उपयोगिता में मल्टी-लैंग्वेज सिस्टम लोकलाइज़ेशन के लिए समर्थन शामिल है, जो सिस्टम लोकेल के आधार पर अनुवादित उपयोगकर्ता इंटरफ़ेस टेक्स्ट प्रदान करने के लिए संकलित संदेश कैटलॉग का उपयोग करता है।

Features

  • Linux User Identity Switchers - Provides a memory-safe tool for switching session privileges to another local user identity on Linux.
  • Privileged Shell Executions - Launches programs with elevated security permissions of another user or superuser within a memory-safe environment.
  • Rust Systems Programming - Implemented as low-level system software in Rust to ensure memory safety and high performance for privileged operations.
  • User Session Switching - Enables switching the current active system session to a different local user identity for administrative tasks.
  • Application Sandboxing - Creates isolated environments using kernel security modules to prevent applications from accessing unauthorized system resources.
  • Kernel-Based Sandboxing - Integrates directly with kernel security modules to enforce strict resource limits and security isolation for processes.
  • Privilege Escalation Executors - Provides a memory-safe implementation of sudo and su for executing commands with superuser or alternate user permissions.
  • Privileged Process Spawners - Provides mechanisms to spawn new system processes with elevated root-level credentials by altering user and group IDs.
  • Process Sandboxing - Restricts system resources and process capabilities by isolating processes through kernel security module integration.
  • Ownership-Based Safety - Leverages Rust's strict ownership and borrowing system to prevent buffer overflows and use-after-free vulnerabilities.
  • Typed Error Management - Uses a result-based type system to ensure all possible failure states are explicitly managed during execution.

स्टार हिस्ट्री

trifectatechfoundation/sudo-rs के लिए स्टार हिस्ट्री चार्टtrifectatechfoundation/sudo-rs के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Sudo Rs के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Sudo Rs के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • electron/electron-api-demoselectron का अवतार

    electron/electron-api-demos

    10,235GitHub पर देखें↗

    This repository provides a collection of interactive sample applications and reference implementations for the Electron framework. It serves as a library of API reference demos designed to help developers learn how to implement core desktop features. The project features visual demonstrations of cross-platform GUI management and practical examples of native operating system integration. It includes dedicated samples for handling native modules, crash reports, and the configuration of security implementations such as content security policies and process sandboxing. The codebase covers a broa

    HTML
    GitHub पर देखें↗10,235
  • byt3bl33d3r/offensivenimbyt3bl33d3r का अवतार

    byt3bl33d3r/OffensiveNim

    3,033GitHub पर देखें↗

    OffensiveNim is a red teaming framework and post-exploitation toolkit developed in Nim. It provides a collection of low-level primitives and a Windows API wrapper designed for offensive security operations, including malware development and shellcode loading. The project focuses on evasion and obfuscation through techniques such as API unhooking, direct system calls, and anti-debugging mechanisms. It features diverse payload delivery methods, including reflective binary loading, the execution of .NET assemblies via CLR hosting, and various shellcode injection techniques using fibers, COM obje

    Nim
    GitHub पर देखें↗3,033
  • microsoft/windowsappsdkmicrosoft का अवतार

    microsoft/WindowsAppSDK

    4,604GitHub पर देखें↗

    The Windows App SDK is a set of APIs and UI frameworks for building native Windows desktop applications. It provides a Windows Runtime API for accessing system capabilities and a dedicated UI framework for creating responsive, accessible interfaces. The project also functions as a desktop app deployment framework and a local AI execution environment for running hardware-accelerated models on CPUs, GPUs, and NPUs. The SDK distinguishes itself by enabling the modernization of legacy applications, allowing developers to embed modern controls and platform features into existing projects without a

    C++cppcsharpdesktop
    GitHub पर देखें↗4,604
  • crossbeam-rs/crossbeamcrossbeam-rs का अवतार

    crossbeam-rs/crossbeam

    8,492GitHub पर देखें↗

    Crossbeam is a concurrency toolkit for Rust providing low-level primitives for writing multi-threaded programs. It focuses on lock-free data structures and memory management primitives designed for shared-memory concurrent environments. The project includes a work-stealing scheduler that uses double-ended queues to balance workloads across multiple processor cores. This system enables the implementation of work-stealing deques to distribute tasks and prevent bottlenecks. The toolkit covers broader capabilities for parallel algorithm development, multi-threaded task scheduling, and general co

    Rustconcurrencydata-structureslock-free
    GitHub पर देखें↗8,492
Sudo Rs के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

trifectatechfoundation/sudo-rs क्या करता है?

sudo-rs Rust में लिखा गया एक लो-लेवल सिस्टम यूटिलिटी और विशेषाधिकार प्राप्त कमांड निष्पादक है। यह सुपरयूज़र या वैकल्पिक उपयोगकर्ता अनुमतियों के साथ प्रोग्राम चलाने और सत्र विशेषाधिकारों को अन्य स्थानीय उपयोगकर्ता पहचानों पर स्विच करने के लिए sudo और su का एक मेमोरी-सुरक्षित कार्यान्वयन प्रदान करता है।

trifectatechfoundation/sudo-rs की मुख्य विशेषताएं क्या हैं?

trifectatechfoundation/sudo-rs की मुख्य विशेषताएं हैं: Linux User Identity Switchers, Privileged Shell Executions, Rust Systems Programming, User Session Switching, Application Sandboxing, Kernel-Based Sandboxing, Privilege Escalation Executors, Privileged Process Spawners।

trifectatechfoundation/sudo-rs के कुछ ओपन-सोर्स विकल्प क्या हैं?

trifectatechfoundation/sudo-rs के ओपन-सोर्स विकल्पों में शामिल हैं: electron/electron-api-demos — This repository provides a collection of interactive sample applications and reference implementations for the… byt3bl33d3r/offensivenim — OffensiveNim is a red teaming framework and post-exploitation toolkit developed in Nim. It provides a collection of… microsoft/windowsappsdk — The Windows App SDK is a set of APIs and UI frameworks for building native Windows desktop applications. It provides a… containers/bubblewrap — Bubblewrap is a Linux sandbox runner that creates lightweight, isolated execution environments for running untrusted… crossbeam-rs/crossbeam — Crossbeam is a concurrency toolkit for Rust providing low-level primitives for writing multi-threaded programs. It… netblue30/firejail — Firejail is a Linux application sandbox and kernel security wrapper that isolates untrusted applications from the host…