mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor update
This commit is contained in:
parent
bf5544903b
commit
ebde4b190e
|
@ -174,7 +174,7 @@ class Fingerprint(GenericFingerprint):
|
||||||
infoMsg = "confirming %s" % DBMS.MYSQL
|
infoMsg = "confirming %s" % DBMS.MYSQL
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|
||||||
result = inject.checkBooleanExpression("USER()=USER()")
|
result = inject.checkBooleanExpression("USER() LIKE USER()")
|
||||||
|
|
||||||
if not result:
|
if not result:
|
||||||
warnMsg = "the back-end DBMS is not %s" % DBMS.MYSQL
|
warnMsg = "the back-end DBMS is not %s" % DBMS.MYSQL
|
||||||
|
|
|
@ -397,8 +397,7 @@
|
||||||
<dbms value="Firebird">
|
<dbms value="Firebird">
|
||||||
<cast query="CAST(%s AS VARCHAR(10000))"/>
|
<cast query="CAST(%s AS VARCHAR(10000))"/>
|
||||||
<length query="CHAR_LENGTH(%s)"/>
|
<length query="CHAR_LENGTH(%s)"/>
|
||||||
<!-- TODO: add proper value -->
|
<delimiter query="||"/>
|
||||||
<delimiter query=""/>
|
|
||||||
<limit query="ROWS %d TO %d"/>
|
<limit query="ROWS %d TO %d"/>
|
||||||
<limitregexp query="\s+ROWS\s+([\d]+)(\s+\TO\s+([\d]+))?"/>
|
<limitregexp query="\s+ROWS\s+([\d]+)(\s+\TO\s+([\d]+))?"/>
|
||||||
<limitgroupstart query="1"/>
|
<limitgroupstart query="1"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user