mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-13 10:00:36 +03:00
minor update
This commit is contained in:
parent
5d35d255ba
commit
4ac3794e80
|
@ -700,6 +700,8 @@ class Connect:
|
||||||
start = time.time()
|
start = time.time()
|
||||||
|
|
||||||
if kb.nullConnection and not content and not response and not timeBasedCompare:
|
if kb.nullConnection and not content and not response and not timeBasedCompare:
|
||||||
|
noteResponseTime = False
|
||||||
|
|
||||||
if kb.nullConnection == NULLCONNECTION.HEAD:
|
if kb.nullConnection == NULLCONNECTION.HEAD:
|
||||||
method = HTTPMETHOD.HEAD
|
method = HTTPMETHOD.HEAD
|
||||||
elif kb.nullConnection == NULLCONNECTION.RANGE:
|
elif kb.nullConnection == NULLCONNECTION.RANGE:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user