mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update
This commit is contained in:
parent
685a8e7d2c
commit
70f6eab715
9 changed files with 27 additions and 26 deletions
|
|
@ -44,7 +44,7 @@ class Fingerprint(GenericFingerprint):
|
|||
value += "back-end DBMS: "
|
||||
|
||||
if not conf.extensiveFp:
|
||||
value += "Oracle"
|
||||
value += DBMS.ORACLE
|
||||
return value
|
||||
|
||||
actVer = formatDBMSfp()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue