Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d358949

Browse files
committed
Temporary fix for bug reported by ultramegaman (infinite loop)
1 parent 6e784e7 commit d358949

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

plugins/generic/enumeration.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1391,9 +1391,6 @@ def __pivotDumpTable(self, table, colList, count=None, blind=True):
13911391
return entries, lengths
13921392

13931393
def dumpTable(self):
1394-
if conf.db and not conf.tbl:
1395-
return self.dumpAll()
1396-
13971394
if not conf.tbl and not conf.col:
13981395
errMsg = "missing table parameter"
13991396
raise sqlmapMissingMandatoryOptionException, errMsg

0 commit comments

Comments
 (0)