Interface ExternalImplantConfig

interface ExternalImplantConfig {
    Build?: clientpb.ImplantBuild;
    Config?: clientpb.ImplantConfig;
    encoders: { [key: string]: string };
    HTTPC2?: clientpb.HTTPC2Config;
}

Properties

encoders: { [key: string]: string }