mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor code adjustments
This commit is contained in:
parent
24c5d7b313
commit
215175e3b7
12 changed files with 28 additions and 26 deletions
|
|
@ -24,7 +24,7 @@ def timeTest():
|
|||
logger.info(infoMsg)
|
||||
|
||||
timeQuery = getDelayQuery(andCond=True)
|
||||
query = agent.prefixQuery(" AND %s" % timeQuery)
|
||||
query = agent.prefixQuery("AND %s" % timeQuery)
|
||||
query = agent.postfixQuery(query)
|
||||
payload = agent.payload(newValue=query)
|
||||
start = time.time()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue