Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
AppsJSONPath string
TimeoutSeconds int
LoadingTimeoutSeconds int
JSON bool
Scraper string
MaxDepth int
MaxVisitedLinks int
MsDelayBetweenRequests int
UserAgent string
// contains filtered or unexported fields
}
Config for gowap
type Wappalyzer ¶
type Wappalyzer struct {
Scraper scraper.Scraper
Apps map[string]*application
Categories map[string]*extendedCategory
Config *Config
}
Wappalyzer implements analyze method as original wappalyzer does
func (*Wappalyzer) Analyze ¶
func (wapp *Wappalyzer) Analyze(paramURL string) (result interface{}, err error)
Click to show internal directories.
Click to hide internal directories.