mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
Another minor update
This commit is contained in:
parent
799bd51c2e
commit
834ae6aac0
|
@ -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 New Issue
Block a user