mirror of
https://github.com/vxcontrol/soldr-modules.git
synced 2026-07-19 13:33:58 -04:00
[PR #47] [MERGED] Shell module #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/soldr-modules/pull/47
Author: @jnovikov
Created: 2/12/2023
Status: ✅ Merged
Merged: 5/24/2023
Merged by: @asdek
Base:
master← Head:shell_module📝 Commits (3)
9640b65Shell: Implemented module.afda356Shell: add tests, config, fixes issues.faa553aShell: remove comments and debug prints.📊 Changes
37 files changed (+2159 additions, -0 deletions)
View changed files
📝
Dockerfile(+1 -0)📝
config.json(+37 -0)➕
shell/1.0.0/bmodule/main.vue(+183 -0)➕
shell/1.0.0/bmodule/xterm.css(+192 -0)➕
shell/1.0.0/bmodule/xterm.js(+1 -0)➕
shell/1.0.0/cmodule/args.json(+4 -0)➕
shell/1.0.0/cmodule/clibs/windows/386/sys/winpty-agent.exe(+0 -0)➕
shell/1.0.0/cmodule/clibs/windows/386/sys/winpty.dll(+0 -0)➕
shell/1.0.0/cmodule/clibs/windows/amd64/sys/winpty-agent.exe(+0 -0)➕
shell/1.0.0/cmodule/clibs/windows/amd64/sys/winpty.dll(+0 -0)➕
shell/1.0.0/cmodule/engines/acts_engine.lua(+295 -0)➕
shell/1.0.0/cmodule/engines/base_engine.lua(+330 -0)➕
shell/1.0.0/cmodule/main.lua(+72 -0)➕
shell/1.0.0/cmodule/ptys/pty.lua(+34 -0)➕
shell/1.0.0/cmodule/ptys/unixpty.lua(+259 -0)➕
shell/1.0.0/cmodule/ptys/winpty.lua(+266 -0)➕
shell/1.0.0/config/action_config_schema.json(+68 -0)➕
shell/1.0.0/config/changelog.json(+14 -0)➕
shell/1.0.0/config/config_schema.json(+6 -0)➕
shell/1.0.0/config/current_action_config.json(+10 -0)...and 17 more files
📄 Description
Introduce shell module.
This PR introduces new module that allow to spawn interactive shell.
Module supports actions for starting and stopping shells. Module supports multiple shells spawned on single agent.
Implementation details:
How to test the Change
You can import module and try to interact with the spawned shell.
Changelog Entry
Checklist:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.