|
GET2POST(self,
vuln)
This method changes a vulnerability mutant, so all the data that
was sent in the query string, is now sent in the postData; of course,
the HTTP method is also changed from GET to POST.
|
|
__init__(self)
|
|
_cut(self,
body)
After defining a cut, I can cut parts of an HTML and return the
important sections.
|
|
_defineCut(self,
body,
expectedResult,
exact=True)
Defines the section where the result of an attack will be.
|
|
canExploit(self)
Determines if audit plugins found exploitable vulns.
|
|
exploit(self,
url)
Exploits a vulnerability found by an audit plugin.
|
|
fastExploit(self,
url)
|
|
getAttackType(self)
Returns the type of exploit, SHELL, PROXY, etc.
|
|
getRootProbability(self)
|
|
getType(self)
|
|
Inherited from basePlugin.basePlugin:
__eq__,
getDesc,
getLongDesc,
getName,
getOptionsXML,
getPluginDeps,
printUniq,
setOptions,
setUrlOpener
|