2 repository-uri
Logic for translating generic shell commands into platform-specific operations.
Distinct from Cross-Platform Scripting: Focuses on the translation layer between command intent and OS execution, whereas cross-platform scripting is the broader capability.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Command Mapping. Refine with filters or upvote what's useful.
ShellJS is a Node.js shell command library that provides a portable Unix-like utility suite for cross-platform system automation. It serves as a cross-platform filesystem API and a process wrapper for spawning and controlling external system subprocesses. The project translates Unix shell commands into equivalent operations for the host operating system, allowing scripts to run consistently across different platforms. It supports the registration of custom commands and the integration of third-party plugins to extend its portable shell capabilities. The library covers broad capability areas
Translates Unix-style shell commands into equivalent operations for the host operating system to ensure script portability.
Pupy is a command and control framework and post-exploitation suite used for remote administration and system management. It functions as a cross-platform tool for deploying payloads and controlling multiple remote agents through encrypted communication channels. The framework features a multi-platform payload generator that creates custom executable files using configurable network launchers. It employs a network traffic obfuscator that stacks encryption and obfuscation protocols to hide communication from observation. The system provides capabilities for in-memory code execution, remote pr
Provides a translation layer that maps generic shell commands to platform-specific operations for heterogeneous systems.