mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor update of fingerprinting payloads
This commit is contained in:
parent
466a80b22b
commit
71e18a98d2
5 changed files with 8 additions and 8 deletions
|
|
@ -93,7 +93,7 @@ class Fingerprint(GenericFingerprint):
|
|||
infoMsg = "actively fingerprinting %s" % DBMS.SQLITE
|
||||
logger.info(infoMsg)
|
||||
|
||||
result = inject.checkBooleanExpression("RANDOMBLOB(-1)>0")
|
||||
result = inject.checkBooleanExpression("RANDOMBLOB(-1) IS NOT NULL")
|
||||
version = '3' if result else '2'
|
||||
Backend.setVersion(version)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue