mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 00:42:23 +01:00
minor update
This commit is contained in:
parent
5d35d255ba
commit
4ac3794e80
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue