mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Better naming
This commit is contained in:
parent
b824826a89
commit
11058667e4
4 changed files with 52 additions and 50 deletions
|
|
@ -34,8 +34,8 @@ def errorUse(expression):
|
|||
"""
|
||||
|
||||
output = None
|
||||
query = agent.cleanupPayload(kb.injection.data[2].epayload)
|
||||
query = unescaper.unescape(query)
|
||||
vector = agent.cleanupPayload(kb.injection.data[2].vector)
|
||||
query = unescaper.unescape(vector)
|
||||
query = agent.prefixQuery(query)
|
||||
query = agent.suffixQuery(query)
|
||||
check = "%s(?P<result>.*?)%s" % (kb.misc.start, kb.misc.stop)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue