mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
Temporary fix for bug reported by ultramegaman (infinite loop)
This commit is contained in:
parent
6e784e766b
commit
d3589493d1
|
@ -1391,9 +1391,6 @@ class Enumeration:
|
|||
return entries, lengths
|
||||
|
||||
def dumpTable(self):
|
||||
if conf.db and not conf.tbl:
|
||||
return self.dumpAll()
|
||||
|
||||
if not conf.tbl and not conf.col:
|
||||
errMsg = "missing table parameter"
|
||||
raise sqlmapMissingMandatoryOptionException, errMsg
|
||||
|
|
Loading…
Reference in New Issue
Block a user