mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Few bug fixes in -d (there were late values in payloads in some cases; sqlalchemy returns RowProxy for tuple)
This commit is contained in:
parent
f936746423
commit
1c47b33020
3 changed files with 6 additions and 2 deletions
|
|
@ -224,7 +224,6 @@ class Fingerprint(GenericFingerprint):
|
|||
else:
|
||||
Backend.setVersionList([">= 5.0.0", "< 5.0.3"])
|
||||
|
||||
# For cases when information_schema is missing
|
||||
elif inject.checkBooleanExpression("DATABASE() LIKE SCHEMA()"):
|
||||
Backend.setVersion(">= 5.0.2")
|
||||
setDbms("%s 5" % DBMS.MYSQL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue