Versions in this module Expand all Collapse all v1 v1.0.2 May 29, 2023 Changes in this version + const Version + type Options struct + Censys goflags.StringSlice + ConfigFile string + CriminalIP goflags.StringSlice + Delay int + Engine goflags.StringSlice + Fofa goflags.StringSlice + Hunter goflags.StringSlice + JSON bool + Limit int + Netlas goflags.StringSlice + NoColor bool + OutputFields string + OutputFile string + Provider *Provider + ProviderFile string + Quake goflags.StringSlice + Query goflags.StringSlice + Raw bool + Retries int + Shodan goflags.StringSlice + ShodanIdb goflags.StringSlice + Silent bool + Timeout int + Verbose bool + Version bool + ZoomEye goflags.StringSlice + func ParseOptions() *Options + type OutputWriter struct + func NewOutputWriter() (*OutputWriter, error) + func (o *OutputWriter) AddWriters(writers ...io.Writer) + func (o *OutputWriter) Write(data []byte) + func (o *OutputWriter) WriteJsonData(data uncover.Result) + func (o *OutputWriter) WriteString(data string) + type Provider struct + Censys []string + CriminalIP []string + Fofa []string + Hunter []string + Netlas []string + Quake []string + Shodan []string + ZoomEye []string + func (provider *Provider) GetKeys() uncover.Keys + func (provider *Provider) HasKeys() bool + type Runner struct + func NewRunner(options *Options) (*Runner, error) + func (r *Runner) Run(ctx context.Context, query ...string) error