README ¶ Cmap (Cyberspace mapping) 基于多个网络资产测绘引擎提取目标资产信息 Thanks projectdiscovery/uncover Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables type Service func New(opts *options.Options) (*Service, error) func (s *Service) Execute(ctx context.Context) (<-chan sources.Result, error) func (s *Service) ExecuteWithCallback(ctx context.Context, callback func(result sources.Result)) error Constants ¶ This section is empty. Variables ¶ View Source var DefaultChannelBuffSize = 32 Functions ¶ This section is empty. Types ¶ type Service ¶ type Service struct { Options *options.Options Plugins []plugins.Plugin Session *sources.Session } func New ¶ func New(opts *options.Options) (*Service, error) func (*Service) Execute ¶ func (s *Service) Execute(ctx context.Context) (<-chan sources.Result, error) func (*Service) ExecuteWithCallback ¶ func (s *Service) ExecuteWithCallback(ctx context.Context, callback func(result sources.Result)) error ExecuteWithWriters writes output to writer along with stdout Source Files ¶ View all Source files cmap.go Directories ¶ Show internal Expand all Path Synopsis cmd excel example options sources config plugins utils Click to show internal directories. Click to hide internal directories.