mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Removing unused methods
This commit is contained in:
parent
f9e80adcef
commit
18d78a34cc
5 changed files with 6 additions and 34 deletions
|
|
@ -207,16 +207,6 @@ class Agent(object):
|
|||
|
||||
return retVal
|
||||
|
||||
def fullPayload(self, query):
|
||||
if conf.direct:
|
||||
return self.payloadDirect(query)
|
||||
|
||||
query = self.prefixQuery(query)
|
||||
query = self.suffixQuery(query)
|
||||
payload = self.payload(newValue=query)
|
||||
|
||||
return payload
|
||||
|
||||
def prefixQuery(self, expression, prefix=None, where=None, clause=None):
|
||||
"""
|
||||
This method defines how the input expression has to be escaped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue