Re: [sqlmap-users] bug report
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2011-03-18 16:54:24
|
hi m4l1c3. it's fixed in the latest commit but i believe that you maybe have problems with some other parts. it's quite strange that you get NULL column names. have you tried other switches? do plain switches like --banner work? kr On Fri, Mar 18, 2011 at 5:15 PM, m4l1c3 <mal...@gm...> wrote: > sqlmap version: 0.9-dev (r3432) > Python version: 2.5.2 > Operating system: posix > Command line: ./sqlmap.py -u > ********************************************************* -o --batch > --columns -D SOME_DB -T TBL --timeout 2000 > Technique: ERROR > Back-end DBMS: MySQL (fingerprinted) > Traceback (most recent call last): > File "./sqlmap.py", line 82, in main > start() > File "/pentest/database/sqlmap-dev/lib/controller/controller.py", line > 424, in start > action() > File "/pentest/database/sqlmap-dev/lib/controller/action.py", line 97, in > action > conf.dumper.dbTableColumns(conf.dbmsHandler.getColumns()) > File "/pentest/database/sqlmap-dev/lib/core/dump.py", line 201, in > dbTableColumns > colList.sort(key=lambda x: x.lower()) > File "/pentest/database/sqlmap-dev/lib/core/dump.py", line 201, in > <lambda> > colList.sort(key=lambda x: x.lower()) > AttributeError: 'NoneType' object has no attribute 'lower' > > [*] shutting down at: 12:11:56 > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar E-mail: miroslav.stampar (at) gmail.com PGP Key ID: 0xB5397B1B |