|
__init__(self)
|
|
discover(self,
fuzzableRequest)
Searches for new Url's by adding and substracting numbers to the
url and the parameters.
|
|
_doRequest(self,
fr)
|
|
_mangleDigits(self,
fuzzableRequest)
Mangle those digits.
|
|
_doCombinations(self,
aString)
Example:
|
|
_findDigits(self,
aString)
Finds digits in a string and returns a list with string
sections.
|
|
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
|