mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
minor cleanup
This commit is contained in:
parent
37f7001143
commit
dcb9c93328
|
@ -39,8 +39,8 @@ reqCount = 0
|
|||
def __oneShotErrorUse(expression, field):
|
||||
global reqCount
|
||||
|
||||
offset = 1
|
||||
retVal = None
|
||||
offset = 1
|
||||
|
||||
while True:
|
||||
check = "%s(?P<result>.*?)%s" % (kb.misc.start, kb.misc.stop)
|
||||
|
@ -56,7 +56,6 @@ def __oneShotErrorUse(expression, field):
|
|||
injExpression = unescaper.unescape(injExpression)
|
||||
injExpression = query.replace("[QUERY]", injExpression)
|
||||
payload = agent.payload(newValue=injExpression)
|
||||
print payload
|
||||
|
||||
# Perform the request
|
||||
page, headers = Request.queryPage(payload, content=True)
|
||||
|
|
Loading…
Reference in New Issue
Block a user