Versions in this module Expand all Collapse all v0 v0.2.0 Jun 1, 2026 Changes in this version + var EnrichmentType_name = map[int32]string + var EnrichmentType_value = map[string]int32 + var File_pkg_agentproto_agent_proto protoreflect.FileDescriptor + var OptimizationType_name = map[int32]string + var OptimizationType_value = map[string]int32 + type AssetEnrichmentRequest struct + ChunkID string + EnrichmentID string + EnumerationConfiguration []byte + IsPublicEnumeration bool + IsVerification bool + StreamName string + Targets []*Target + Type EnrichmentType + UserID int64 + func (*AssetEnrichmentRequest) Descriptor() ([]byte, []int) + func (*AssetEnrichmentRequest) ProtoMessage() + func (x *AssetEnrichmentRequest) GetChunkID() string + func (x *AssetEnrichmentRequest) GetEnrichmentID() string + func (x *AssetEnrichmentRequest) GetEnumerationConfiguration() []byte + func (x *AssetEnrichmentRequest) GetIsPublicEnumeration() bool + func (x *AssetEnrichmentRequest) GetIsVerification() bool + func (x *AssetEnrichmentRequest) GetStreamName() string + func (x *AssetEnrichmentRequest) GetTargets() []*Target + func (x *AssetEnrichmentRequest) GetType() EnrichmentType + func (x *AssetEnrichmentRequest) GetUserID() int64 + func (x *AssetEnrichmentRequest) ProtoReflect() protoreflect.Message + func (x *AssetEnrichmentRequest) Reset() + func (x *AssetEnrichmentRequest) String() string + type EnrichmentType int32 + const EnrichmentType_DNS_BRUTEFORCE + const EnrichmentType_DNS_PERMUTE + const EnrichmentType_DNS_RESOLVE + const EnrichmentType_ENRICHMENT_UNKNOWN + const EnrichmentType_HTTP_PROBE + const EnrichmentType_PORT_SCAN + func (EnrichmentType) Descriptor() protoreflect.EnumDescriptor + func (EnrichmentType) EnumDescriptor() ([]byte, []int) + func (EnrichmentType) Type() protoreflect.EnumType + func (x EnrichmentType) Enum() *EnrichmentType + func (x EnrichmentType) Number() protoreflect.EnumNumber + func (x EnrichmentType) String() string + type OptimizationType int32 + const OptimizationType_OPTIMIZATION_HOST_CENTERED + const OptimizationType_OPTIMIZATION_NONE + const OptimizationType_OPTIMIZATION_UNKNOWN + func (OptimizationType) Descriptor() protoreflect.EnumDescriptor + func (OptimizationType) EnumDescriptor() ([]byte, []int) + func (OptimizationType) Type() protoreflect.EnumType + func (x OptimizationType) Enum() *OptimizationType + func (x OptimizationType) Number() protoreflect.EnumNumber + func (x OptimizationType) String() string + type ScanRequest struct + ChunkID string + Fork bool + HistoryID int64 + Optimization OptimizationType + PrivateTemplates map[string]string + PrivateWorkflows map[string]string + PublicTemplates map[string]int64 + PublicWorkflows map[string]int64 + RunHeadlessSync bool + ScanConfiguration []byte + ScanID string + Targets map[string]int64 + TemplateRequestCount int32 + TemplateURLs map[string]string + UserID int64 + WorkflowsURLs map[string]string + func (*ScanRequest) Descriptor() ([]byte, []int) + func (*ScanRequest) ProtoMessage() + func (x *ScanRequest) GetChunkID() string + func (x *ScanRequest) GetFork() bool + func (x *ScanRequest) GetHistoryID() int64 + func (x *ScanRequest) GetOptimization() OptimizationType + func (x *ScanRequest) GetPrivateTemplates() map[string]string + func (x *ScanRequest) GetPrivateWorkflows() map[string]string + func (x *ScanRequest) GetPublicTemplates() map[string]int64 + func (x *ScanRequest) GetPublicWorkflows() map[string]int64 + func (x *ScanRequest) GetRunHeadlessSync() bool + func (x *ScanRequest) GetScanConfiguration() []byte + func (x *ScanRequest) GetScanID() string + func (x *ScanRequest) GetTargets() map[string]int64 + func (x *ScanRequest) GetTemplateRequestCount() int32 + func (x *ScanRequest) GetTemplateURLs() map[string]string + func (x *ScanRequest) GetUserID() int64 + func (x *ScanRequest) GetWorkflowsURLs() map[string]string + func (x *ScanRequest) ProtoReflect() protoreflect.Message + func (x *ScanRequest) Reset() + func (x *ScanRequest) String() string + type Target struct + DomainName string + Host string + func (*Target) Descriptor() ([]byte, []int) + func (*Target) ProtoMessage() + func (x *Target) GetDomainName() string + func (x *Target) GetHost() string + func (x *Target) ProtoReflect() protoreflect.Message + func (x *Target) Reset() + func (x *Target) String() string