mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Minor bug fix in MySQL comment injection fingerprint technique
This commit is contained in:
parent
278f0aad7c
commit
0f79ec0088
|
@ -162,6 +162,9 @@ class MySQLMap(Fingerprint, Enumeration, Filesystem, Takeover):
|
||||||
result = Request.queryPage(payload)
|
result = Request.queryPage(payload)
|
||||||
|
|
||||||
if result == kb.defaultResult:
|
if result == kb.defaultResult:
|
||||||
|
if not prevVer:
|
||||||
|
prevVer = version
|
||||||
|
|
||||||
if version[0] == "3":
|
if version[0] == "3":
|
||||||
midVer = prevVer[1:3]
|
midVer = prevVer[1:3]
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user