ShellReq - Request the implant open a realtime shell tunnel

interface ShellReq {
    Cols: number;
    EnablePTY: boolean;
    Path: string;
    Pid: number;
    Request?: commonpb.Request;
    Rows: number;
    TunnelID: string;
}

Properties

Cols: number
EnablePTY: boolean
Path: string
Pid: number
Request?: commonpb.Request
Rows: number
TunnelID: string

Bind to this tunnel