We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7de4b commit bc31bd1Copy full SHA for bc31bd1
doc/THANKS
@@ -5,6 +5,9 @@ Chip Andrews <chip@sqlsecurity.com>
5
at SQLSecurity.com and permission to implement the update feature
6
taking data from his site
7
8
+Simon Baker <simonb@sec-1.com>
9
+ for reporting some bugs
10
+
11
Daniele Bellucci <daniele.bellucci@gmail.com>
12
for starting sqlmap project and developing it between July and August
13
2006
plugins/generic/enumeration.py
@@ -999,7 +999,7 @@ def dumpTable(self):
999
1000
if conf.dumpAll:
1001
logger.warn(errMsg)
1002
- return kb.data.dumpedTable
+ return None
1003
else:
1004
raise sqlmapNoneDataException, errMsg
1005
0 commit comments