mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 11:33:47 +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
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user