Shell - Request the implant open a realtime shell tunnel

interface Shell {
    EnablePTY: boolean;
    Path: string;
    Pid: number;
    Response?: commonpb.Response;
    TunnelID: string;
}

Properties

EnablePTY: boolean
Path: string
Pid: number
Response?: commonpb.Response
TunnelID: string