Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetUpdateCallback ¶ added in v1.0.3
func GetUpdateCallback() func()
GetUpdateCallback returns a callback function that updates uncover
Types ¶
type Options ¶
type Options struct { Query goflags.StringSlice Engine goflags.StringSlice ConfigFile string ProviderFile string OutputFile string OutputFields string JSON bool Raw bool Limit int Silent bool Verbose bool NoColor bool Timeout int RateLimit int RateLimitMinute int Retries int Shodan goflags.StringSlice ShodanIdb goflags.StringSlice Fofa goflags.StringSlice Censys goflags.StringSlice Quake goflags.StringSlice Netlas goflags.StringSlice Hunter goflags.StringSlice ZoomEye goflags.StringSlice CriminalIP goflags.StringSlice Publicwww goflags.StringSlice HunterHow goflags.StringSlice Google goflags.StringSlice DisableUpdateCheck bool }
Options contains the configuration options for tuning the enumeration process.
func ParseOptions ¶
func ParseOptions() *Options
ParseOptions parses the command line flags provided by a user
type OutputWriter ¶
func NewOutputWriter ¶
func NewOutputWriter() (*OutputWriter, error)
func (*OutputWriter) AddWriters ¶
func (o *OutputWriter) AddWriters(writers ...io.Writer)
func (*OutputWriter) Close ¶ added in v1.0.5
func (o *OutputWriter) Close()
Close closes the output writers
func (*OutputWriter) Write ¶
func (o *OutputWriter) Write(data []byte)
Write writes the data taken as input using only the writer(s) with that name.
func (*OutputWriter) WriteJsonData ¶ added in v0.0.7
func (o *OutputWriter) WriteJsonData(data sources.Result)
WriteJsonData writes the result taken as input in JSON format
func (*OutputWriter) WriteString ¶
func (o *OutputWriter) WriteString(data string)
WriteString writes the string taken as input using only
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner is an instance of the uncover enumeration client used to orchestrate the whole process.
Click to show internal directories.
Click to hide internal directories.