mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
code refactoring (added UNKNOWN_DBMS_VERSION instead of "Unknown")
This commit is contained in:
parent
b4450c6ddd
commit
a19cb2c13a
6 changed files with 13 additions and 6 deletions
|
|
@ -49,6 +49,8 @@ DUMP_STOP_MARKER = "__STOP__"
|
|||
PAYLOAD_DELIMITER = "\x00"
|
||||
CHAR_INFERENCE_MARK = "%c"
|
||||
|
||||
UNKNOWN_DBMS_VERSION = "Unknown"
|
||||
|
||||
# suffix used for naming meta databases in DBMS(es) without explicit database name
|
||||
METADB_SUFFIX = "_masterdb"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue