mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-09 18:02:56 +01:00
Temporary fix for bug reported by ultramegaman (infinite loop)
This commit is contained in:
parent
6e784e766b
commit
d3589493d1
1 changed files with 0 additions and 3 deletions
|
|
@ -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 a new issue