Aranea::Modules::SearchGoogle
- Aranea module for fetching
relevant pages from Google
This Aranea modules is meant to be used in conjunction with the
Aranea::Shell
.
This Aranea module partially executes the requests in the
request_list
by fetching raw text snippets from Google and
populating the page_list
. Note that this module does not
performs additional postprocessing, e.g., to extract bindings for
exact requests. For further postprocessing of raw Google extracts,
see ScanResults
. The idea is to
decouple the snippet extraction code from the candidate generation
code so that we can replace Google with any other search engine.