Interface ImplantBuild

interface ImplantBuild {
    AgeServerPublicKey: string;
    Burned: boolean;
    ID: string;
    ImplantConfigID: string;
    ImplantID: string;
    MD5: string;
    MinisignServerPublicKey: string;
    MtlsCACert: string;
    MtlsCert: string;
    MtlsKey: string;
    Name: string;
    PeerPrivateKey: string;
    PeerPublicKey: string;
    PeerPublicKeyDigest: string;
    PeerPublicKeySignature: string;
    SHA1: string;
    SHA256: string;
    Stage: boolean;
    WGImplantPrivKey: string;
    WGServerPubKey: string;
}

Properties

AgeServerPublicKey: string
Burned: boolean
ID: string
ImplantConfigID: string
ImplantID: string
MD5: string
MinisignServerPublicKey: string
MtlsCACert: string
MtlsCert: string
MtlsKey: string
Name: string
PeerPrivateKey: string
PeerPublicKey: string
PeerPublicKeyDigest: string
PeerPublicKeySignature: string
SHA1: string
SHA256: string
Stage: boolean
WGImplantPrivKey: string
WGServerPubKey: string