mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor variable rename
This commit is contained in:
parent
cb9b9c4204
commit
955dbc85e7
10 changed files with 63 additions and 63 deletions
|
|
@ -70,8 +70,8 @@ class Fingerprint(GenericFingerprint):
|
|||
|
||||
return True
|
||||
|
||||
logMsg = "testing %s" % DBMS.ORACLE
|
||||
logger.info(logMsg)
|
||||
infoMsg = "testing %s" % DBMS.ORACLE
|
||||
logger.info(infoMsg)
|
||||
|
||||
# NOTE: SELECT ROWNUM=ROWNUM FROM DUAL does not work connecting
|
||||
# directly to the Oracle database
|
||||
|
|
@ -81,8 +81,8 @@ class Fingerprint(GenericFingerprint):
|
|||
result = inject.checkBooleanExpression("ROWNUM=ROWNUM")
|
||||
|
||||
if result:
|
||||
logMsg = "confirming %s" % DBMS.ORACLE
|
||||
logger.info(logMsg)
|
||||
infoMsg = "confirming %s" % DBMS.ORACLE
|
||||
logger.info(infoMsg)
|
||||
|
||||
# NOTE: SELECT LENGTH(SYSDATE)=LENGTH(SYSDATE) FROM DUAL does
|
||||
# not work connecting directly to the Oracle database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue