Interface ImplantBuilds

Configs of previously built implants

interface ImplantBuilds {
    Configs: { [key: string]: clientpb.ImplantConfig };
    ResourceIDs: { [key: string]: clientpb.ResourceID };
    staged: { [key: string]: boolean };
}

Properties

Configs: { [key: string]: clientpb.ImplantConfig }
ResourceIDs: { [key: string]: clientpb.ResourceID }
staged: { [key: string]: boolean }