interface GetPrivs {
    PrivInfo: sliverpb.WindowsPrivilegeEntry[];
    ProcessIntegrity: string;
    ProcessName: string;
    Response?: commonpb.Response;
}

Properties

ProcessIntegrity: string
ProcessName: string
Response?: commonpb.Response