[08:07:06] [CRITICAL] there was a problem while hashing entry: u'Dud\xfa'.
Please report by e-mail to sqlmap-users@lists.sourceforge.net.
[08:07:06] [CRITICAL] there was a problem while hashing entry: u'el
caribe\xf1o'. Please report by e-mail to sqlmap-users@lists.sourceforge.net.


[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
sqlmap-users@lists.sourceforge.net 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
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to