[sqlmap-users] error using sqlmap latest svn
Brought to you by:
inquisb
From: Jacco v. T. <jac...@gm...> - 2011-04-27 09:49:26
|
[11:08:16] [WARNING] HTTP error codes detected during testing: 403 (Forbidden) - 11 times, 500 (Internal Server Error) - 6103 times [11:08:16] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r3770), retry your run with the latest development version from the Subversion repository. If the e xception persists, please send by e-mail to sql...@li... t he following text and any information required to reproduce the bug. The develop ers will try to reproduce the bug, fix it accordingly and get back to you. sqlmap version: 1.0-dev (r3770) Python version: 2.7.1 Operating system: nt Command line: sqlmap.py -u ***************************************************** **************************** --dump-all --random-agent --proxy= http://127.0.0.1: 8118 --check-payload Technique: UNION Back-end DBMS: Microsoft SQL Server (fingerprinted) Traceback (most recent call last): File "sqlmap.py", line 83, in main start() File "C:\sqlmap-0.9\lib\controller\controller.py", line 485, in start action() File "C:\sqlmap-0.9\lib\controller\action.py", line 106, in action conf.dbmsHandler.dumpAll() File "C:\sqlmap-0.9\plugins\generic\enumeration.py", line 1525, in dumpAll data = self.dumpTable() File "C:\sqlmap-0.9\plugins\generic\enumeration.py", line 1337, in dumpTable entries = zip(*[entries[colName] for colName in colList]) KeyError: u'Synonym' |