Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.
shell_session_control

shell_session_control

Function
Arg Description Type
name The name of the shell session. string
stdin Write this string to the session stdin. string
close_stdin If specified we close the stdin of the session. This will usually terminate the session gracefully. bool
kill If specified we kill the session. bool

Required permissions: EXECVE

Description

Control a previously created shell session.