mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-29 01:19:47 +03:00
Merge bcf39b09ea
into 7de63a7efb
This commit is contained in:
commit
8921dc36a0
|
@ -81,6 +81,7 @@ def tableExists(tableFile, regex=None):
|
|||
if choice == '2':
|
||||
message = "what's the custom common tables file location?\n"
|
||||
tableFile = readInput(message) or tableFile
|
||||
tableFile = tableFile.strip('"')
|
||||
|
||||
infoMsg = "checking table existence using items from '%s'" % tableFile
|
||||
logger.info(infoMsg)
|
||||
|
|
Loading…
Reference in New Issue
Block a user