Documentation ¶
Index ¶
- func DataSourceInfo(all []service.Service, sys systems.System) []string
- func EventNames(ctx context.Context, g *netmap.Graph, uuid string, f *stringset.Set) []*requests.Output
- func EventOutput(ctx context.Context, g *netmap.Graph, uuid string, f *stringset.Set, ...) []*requests.Output
- func ExtractOutput(ctx context.Context, g *netmap.Graph, e *enum.Enumeration, ...) []*requests.Output
- func GetAllSourceInfo(cfg *config.Config) []string
- func ProccessCommand(args []string)
- func Run(flag string, args []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSourceInfo ¶
DataSourceInfo acquires the information for data sources used by the provided System.
func EventNames ¶
func EventNames(ctx context.Context, g *netmap.Graph, uuid string, f *stringset.Set) []*requests.Output
EventNames returns findings within the receiver Graph for the event identified by the uuid string parameter and not already in the filter argument. The filter is updated by EventNames.
func EventOutput ¶
func EventOutput(ctx context.Context, g *netmap.Graph, uuid string, f *stringset.Set, asninfo bool, cache *requests.ASNCache, limit int) []*requests.Output
EventOutput returns findings within the receiver Graph for the event identified by the uuid string parameter and not already in the filter argument. The filter is updated by EventOutput.
func ExtractOutput ¶
func ExtractOutput(ctx context.Context, g *netmap.Graph, e *enum.Enumeration, filter *stringset.Set, asinfo bool, limit int) []*requests.Output
ExtractOutput is a convenience method for obtaining new discoveries made by the enumeration process.
func GetAllSourceInfo ¶
GetAllSourceInfo returns the output for the 'list' flag.
func ProccessCommand ¶
func ProccessCommand(args []string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.