mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Potential fix for #2980
This commit is contained in:
parent
fa4c1c5251
commit
909a3456e3
3 changed files with 6 additions and 3 deletions
|
|
@ -105,6 +105,9 @@ class Entries:
|
|||
tblList[tblList.index(tbl)] = safeSQLIdentificatorNaming(tbl, True)
|
||||
|
||||
for tbl in tblList:
|
||||
if kb.dumpKeyboardInterrupt:
|
||||
break
|
||||
|
||||
if conf.exclude and tbl in conf.exclude.split(','):
|
||||
infoMsg = "skipping table '%s'" % unsafeSQLIdentificatorNaming(tbl)
|
||||
singleTimeLogMessage(infoMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue