mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-09 18:23:45 +03:00
minor update
This commit is contained in:
parent
1f085a0241
commit
40398f358c
|
@ -545,15 +545,15 @@ class Connect:
|
||||||
if not place:
|
if not place:
|
||||||
place = kb.injection.place or PLACE.GET
|
place = kb.injection.place or PLACE.GET
|
||||||
|
|
||||||
|
if timeBasedCompare:
|
||||||
|
value = value.replace("[SLEEPTIME]", str(conf.timeSec))
|
||||||
|
|
||||||
raise404 = place != PLACE.URI if raise404 is None else raise404
|
raise404 = place != PLACE.URI if raise404 is None else raise404
|
||||||
|
|
||||||
payload = agent.extractPayload(value)
|
payload = agent.extractPayload(value)
|
||||||
threadData = getCurrentThreadData()
|
threadData = getCurrentThreadData()
|
||||||
|
|
||||||
if payload:
|
if payload:
|
||||||
if timeBasedCompare:
|
|
||||||
payload = payload.replace("[SLEEPTIME]", str(conf.timeSec))
|
|
||||||
|
|
||||||
if kb.tamperFunctions:
|
if kb.tamperFunctions:
|
||||||
for function in kb.tamperFunctions:
|
for function in kb.tamperFunctions:
|
||||||
payload = function(payload)
|
payload = function(payload)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user