mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +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
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user