mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 12:41:58 +00:00
Minor variable rename
This commit is contained in:
parent
cb9b9c4204
commit
955dbc85e7
10 changed files with 63 additions and 63 deletions
|
|
@ -76,14 +76,14 @@ class Fingerprint(GenericFingerprint):
|
|||
|
||||
return True
|
||||
|
||||
logMsg = "testing %s" % DBMS.SQLITE
|
||||
logger.info(logMsg)
|
||||
infoMsg = "testing %s" % DBMS.SQLITE
|
||||
logger.info(infoMsg)
|
||||
|
||||
result = inject.checkBooleanExpression("LAST_INSERT_ROWID()=LAST_INSERT_ROWID()")
|
||||
|
||||
if result:
|
||||
logMsg = "confirming %s" % DBMS.SQLITE
|
||||
logger.info(logMsg)
|
||||
infoMsg = "confirming %s" % DBMS.SQLITE
|
||||
logger.info(infoMsg)
|
||||
|
||||
result = inject.checkBooleanExpression("SQLITE_VERSION()=SQLITE_VERSION()")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue