hi. thank you for your report. find it fixed in the latest revision.
actually table value was None there and we weren't checking. if you tend to spot something for several times please report and we'll fix it as quick as we can. kr On Thu, Mar 24, 2011 at 9:20 AM, Kirill Morozov <[email protected]> wrote: > [08:07:06] [CRITICAL] there was a problem while hashing entry: u'Dud\xfa'. > Please report by e-mail to [email protected]. > [08:07:06] [CRITICAL] there was a problem while hashing entry: u'el > caribe\xf1o'. Please report by e-mail to [email protected]. > > > [08:07:06] [CRITICAL] unhandled exception in sqlmap/0.9-dev, retry your run > with the latest development version from the Subversion repository. If the > exception persists, please send by e-mail to > [email protected] the following text and any information > required to reproduce the bug. The developers will try to reproduce the bug, > fix it accordingly and get back to you. > sqlmap version: 0.9-dev (r3457) > Python version: 2.6.5 > Operating system: posix > Command line: ./sqlmap.py -u > **************************************************** --dump -D ******** -T > *********** > Technique: ERROR > Back-end DBMS: MySQL (fingerprinted) > Traceback (most recent call last): > File "./sqlmap.py", line 82, in main > start() > File "/root/sqlmap-dev/lib/controller/controller.py", line 427, in start > action() > File "/root/sqlmap-dev/lib/controller/action.py", line 103, in action > conf.dumper.dbTableValues(conf.dbmsHandler.dumpTable()) > File "/root/sqlmap-dev/plugins/generic/enumeration.py", line 1438, in > dumpTable > attackDumpedTable() > File "/root/sqlmap-dev/lib/utils/hash.py", line 264, in attackDumpedTable > if value.lower() == hash_.lower(): > AttributeError: 'NoneType' object has no attribute 'lower' > I saw this error 5-7 times. I think there hash_ is None. > -- > Kirill Morozov > KIMO2-RIPE, RHCE > > > ------------------------------------------------------------------------------ > Enable your software for Intel(R) Active Management Technology to meet the > growing manageability and security demands of your customers. Businesses > are taking advantage of Intel(R) vPro (TM) technology - will your software > be a part of the solution? Download the Intel(R) Manageability Checker > today! http://p.sf.net/sfu/intel-dev2devmar > _______________________________________________ > sqlmap-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar E-mail: miroslav.stampar (at) gmail.com PGP Key ID: 0xB5397B1B ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ sqlmap-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlmap-users
