Documentation ¶
Overview ¶
Package passive implements the functionality for a non-headless crawler. It uses net/http for making requests and goquery for scraping web page HTML.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Sources = map[string]source.Source{ "waybackarchive": &waybackarchive.Source{}, "commoncrawl": &commoncrawl.Source{}, "alienvault": &alienvault.Source{}, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.