mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Another minor update
This commit is contained in:
@@ -396,7 +396,7 @@ class Entries:
|
||||
|
||||
conf.db = db
|
||||
dumpFromTbls = []
|
||||
message = "which table(s) of database '%s'?\n" % db
|
||||
message = "which table(s) of database '%s'?\n" % unsafeSQLIdentificatorNaming(db)
|
||||
message += "[a]ll (default)\n"
|
||||
|
||||
for tbl in tblData:
|
||||
|
||||
Reference in New Issue
Block a user