Re: [sqlmap-users] Unhandled exception in sqlmap (r4077)
Brought to you by:
inquisb
From: Olu A. <sey...@gm...> - 2011-06-14 07:24:36
|
Hi, Sqlmap gave this critical error Thanks > > > sqlmap version: 1.0-dev (r4077) > Python version: 2.6.1 > Operating system: posix > Command line: ./sqlmap.py -u http://www.abc.com/rp.jsp?uname= --thread=10 > -v 3 --dump -D database -T table --parse-errors --fresh-queries > Technique: TIME > Back-end DBMS: Sybase (fingerprinted) > Traceback (most recent call last): > File "./sqlmap.py", line 85, in main > start() > File "/Users/fx/sqlmap/lib/controller/controller.py", line 541, in start > action() > File "/Users/fx/sqlmap/lib/controller/action.py", line 109, in action > conf.dbmsHandler.dumpTable() > File "/Users/fx/sqlmap/plugins/generic/enumeration.py", line 1479, in > dumpTable > self.getColumns(onlyColNames=True) > File "/Users/fx/sqlmap/plugins/dbms/sybase/enumeration.py", line 220, in > getColumns > columns[name] = sybaseTypes[type_] if type_ else None > KeyError: u'A' > > > |