mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 08:22:15 +01:00
Another minor update
This commit is contained in:
parent
799bd51c2e
commit
834ae6aac0
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue