[sqlmap-users] problem while hashing
Brought to you by:
inquisb
From: Kirill M. <l0...@l0...> - 2011-03-24 08:20:59
|
[08:07:06] [CRITICAL] there was a problem while hashing entry: u'Dud\xfa'. Please report by e-mail to sql...@li.... [08:07:06] [CRITICAL] there was a problem while hashing entry: u'el caribe\xf1o'. Please report by e-mail to sql...@li.... [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 sql...@li... 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 |