|
__init__(self)
|
|
discover(self,
fuzzableRequest)
|
|
_updateDb(self)
New versions of the ghdb can be downloaded from:
|
|
_doReverseGHDB(self,
domain)
In reverse ghdb, i search for site:domain , fetch every page one
by one and try MYSELF to match the query thats on the ghdb with the
result.
|
|
_reverseMatch(self,
gh,
response)
Do a reverse search !
|
|
_createRegexs(gh)
Create a regular expression based on a google search
|
|
_doClasicGHDB(self,
domain)
In classic GHDB, i search google for every term in the ghdb.
|
|
_classicWorker(self,
gh,
search)
|
|
_readGhdb(self)
Reads the ghdb.xml file and returns a list of googleHack
objects.
|
|
getOptionsXML(self)
This method returns a XML containing the Options that the plugin
has.
|
|
setOptions(self,
optionsMap)
This method sets all the options that are configured using the
user interface generated by the framework using the result of
getOptionsXML().
|
|
getPluginDeps(self)
|
|
getLongDesc(self)
|
|
Inherited from core.controllers.basePlugin.baseDiscoveryPlugin.baseDiscoveryPlugin:
getType
Inherited from core.controllers.basePlugin.basePlugin.basePlugin:
__eq__,
getDesc,
getName,
printUniq,
setUrlOpener
|