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

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

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

4 रिपॉजिटरी

Awesome GitHub RepositoriesRemote Shell Executions

Execution of shell commands on designated remote machines, optionally running the same command on multiple nodes simultaneously.

Distinct from Shell Command Execution: Distinct from Shell Command Execution: focuses on remote execution across multiple nodes rather than local command execution.

Explore 4 awesome GitHub repositories matching development tools & productivity · Remote Shell Executions. Refine with filters or upvote what's useful.

Awesome Remote Shell Executions GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • ouqiang/gocronouqiang का अवतार

    ouqiang/gocron

    6,255GitHub पर देखें↗

    定时任务管理系统

    Execute shell scripts on designated remote machines, optionally running the same command on multiple nodes at once.

    Gocroncrontabgolang
    GitHub पर देखें↗6,255
  • fizzadar/pyinfraFizzadar का अवतार

    Fizzadar/pyinfra

    5,793GitHub पर देखें↗

    pyinfra is an agentless infrastructure automation framework that turns declarative Python code into idempotent shell commands to manage servers, containers, and local machines over SSH without requiring any pre-installed software on target hosts. It operates by comparing the desired state of a system against its current state, using a dry-run simulation mode to preview changes and a fact-based conditional execution engine to gather host attributes at runtime and control which operations run. The tool compiles Python operations into optimized shell commands and executes them in parallel across

    Translates Python declarative operations into optimized shell commands for remote execution.

    Python
    GitHub पर देखें↗5,793
  • pyinfra-dev/pyinfrapyinfra-dev का अवतार

    pyinfra-dev/pyinfra

    5,779GitHub पर देखें↗

    pyinfra is a Python-based infrastructure automation framework that turns Python code into shell commands for managing servers, Docker containers, and local machines. It operates as a declarative, idempotent deployment tool, applying desired system states by comparing target configurations against current states and making only the necessary changes. The framework provides a connector-based transport abstraction that unifies SSH, Docker, and local execution behind a common interface, with a parallel execution engine that manages concurrent operations across hosts. The tool distinguishes itself

    Translates Python operation calls into optimized shell command sequences for remote execution.

    Pythoncloud-managementconfiguration-managementhigh-performance
    GitHub पर देखें↗5,779
  • rhinosecuritylabs/pacuRhinoSecurityLabs का अवतार

    RhinoSecurityLabs/pacu

    5,234GitHub पर देखें↗

    Pacu एक एक्सप्लॉइटेशन फ्रेमवर्क है जिसे Amazon Web Services वातावरण की सुरक्षा का ऑडिट और परीक्षण करने के लिए डिज़ाइन किया गया है। यह क्लाउड पेनेट्रेशन टेस्टिंग टूल और संसाधन एन्यूमेरेटर के रूप में कार्य करता है जिसका उपयोग गलत कॉन्फ़िगरेशन की पहचान करने, अटैक सरफेस को मैप करने और विशेषाधिकार वृद्धि पथों को निष्पादित करने के लिए किया जाता है। फ्रेमवर्क पोस्ट-एक्सप्लॉइटेशन और रेड टीम ऑपरेशंस के लिए विशेष क्षमताएं प्रदान करता है, जिसमें पहचान और एक्सेस प्रबंधन बैकडोरिंग के माध्यम से दृढ़ता स्थापित करना शामिल है। यह एक प्लगइन-आधारित मॉड्यूल सिस्टम के साथ खुद को अलग करता है जो कस्टम कार्यों के विकास और कई भौगोलिक क्षेत्रों में API अनुरोधों के ऑर्केस्ट्रेशन की अनुमति देता है। यह प्रोजेक्ट सुरक्षा ऑडिटिंग गतिविधियों की एक विस्तृत श्रृंखला को कवर करता है, जिसमें बुनियादी ढांचे की गणना, भंडारण सेवाओं से डेटा निष्कर्षण और पहचान ऑडिटिंग शामिल है। इसमें पेलोड इंजेक्शन और स्टार्टअप स्क्रिप्ट के माध्यम से रिमोट कोड निष्पादन के लिए उपकरण शामिल हैं, साथ ही डिटेक्शन सेवाओं को बाधित करने और नेटवर्क पार्श्व आंदोलन का विश्लेषण करने की क्षमताएं भी शामिल हैं। Pacu स्थिति बनाए रखने और API कॉल को कम करने के लिए अलग-थलग कंटेनरों और एक स्थानीय डेटाबेस का उपयोग करके लक्ष्य-विशिष्ट प्रमाणीकरण कुंजियों और सेशन मेटाडेटा का प्रबंधन करता है।

    Injects custom shell scripts into instance startup data to run commands as root during reboot.

    Python
    GitHub पर देखें↗5,234
  1. Home
  2. Development Tools & Productivity
  3. Shell Command Execution
  4. Remote Shell Executions

सब-टैग एक्सप्लोर करें

  • Cloud Startup Script InjectionsInjection of malicious scripts into instance user data to execute commands upon boot. **Distinct from Remote Shell Executions:** Focuses on injecting code into the instance's startup sequence (user data), distinct from direct remote shell execution.
  • Python-to-Shell CompilationsTranslates Python operation calls into optimized shell command sequences for remote execution. **Distinct from Remote Shell Executions:** Distinct from Remote Shell Executions: focuses on compiling Python calls into shell commands, not just executing shell commands remotely.