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