mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
Minor bug fix in MySQL comment injection fingerprint technique
This commit is contained in:
parent
278f0aad7c
commit
0f79ec0088
1 changed files with 3 additions and 0 deletions
|
|
@ -162,6 +162,9 @@ class MySQLMap(Fingerprint, Enumeration, Filesystem, Takeover):
|
|||
result = Request.queryPage(payload)
|
||||
|
||||
if result == kb.defaultResult:
|
||||
if not prevVer:
|
||||
prevVer = version
|
||||
|
||||
if version[0] == "3":
|
||||
midVer = prevVer[1:3]
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue