mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-29 17:39:56 +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':
|
if choice == '2':
|
||||||
message = "what's the custom common tables file location?\n"
|
message = "what's the custom common tables file location?\n"
|
||||||
tableFile = readInput(message) or tableFile
|
tableFile = readInput(message) or tableFile
|
||||||
|
tableFile = tableFile.strip('"')
|
||||||
|
|
||||||
infoMsg = "checking table existence using items from '%s'" % tableFile
|
infoMsg = "checking table existence using items from '%s'" % tableFile
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user