mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
now [SLEEPTIME] is changeable properly in vivo
This commit is contained in:
@@ -551,6 +551,9 @@ class Connect:
|
||||
threadData = getCurrentThreadData()
|
||||
|
||||
if payload:
|
||||
if timeBasedCompare:
|
||||
payload = payload.replace("[SLEEPTIME]", str(conf.timeSec))
|
||||
|
||||
if kb.tamperFunctions:
|
||||
for function in kb.tamperFunctions:
|
||||
payload = function(payload)
|
||||
|
||||
Reference in New Issue
Block a user