[CRITICAL] unhandled exception in sqlmap/1.0-dev (r4009), 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: 1.0-dev (r4009)
Python version: 2.6.5
Operating system: posix
Command line: sqlmap.py -u
************************************************************** --proxy=
http://00000:80 --random-agent -D ********* -T **** -C ************* --dump
--start=1 --stop=20
Technique: UNION
Back-end DBMS: MySQL (fingerprinted)
Traceback (most recent call last):
  File "sqlmap.py", line 86, in main
    start()
  File "/pentest/database/sqlmap/lib/controller/controller.py", line 539,
in start
    action()
  File "/pentest/database/sqlmap/lib/controller/action.py", line 109, in
action
    conf.dbmsHandler.dumpTable()
  File "/pentest/database/sqlmap/plugins/generic/enumeration.py", line
1551, in dumpTable
    entries = inject.getValue(query, blind=False, dump=True)
  File "/pentest/database/sqlmap/lib/request/inject.py", line 434, in
getValue
    value = __goInband(query, expected, sort, resumeValue, unpack, dump)
  File "/pentest/database/sqlmap/lib/request/inject.py", line 386, in
__goInband
    output = unionUse(expression, unpack=unpack, dump=dump)
  File "/pentest/database/sqlmap/lib/techniques/inband/union/use.py", line
332, in unionUse
    runThreads(numThreads, unionThread)
  File "/pentest/database/sqlmap/lib/core/threads.py", line 62, in
runThreads
    threadFunction()
  File "/pentest/database/sqlmap/lib/techniques/inband/union/use.py", line
302, in unionThread
    output = __oneShotUnionUse(limitedExpr, unpack)
  File "/pentest/database/sqlmap/lib/techniques/inband/union/use.py", line
79, in __oneShotUnionUse
    extractRegexResult(check, removeReflectiveValues(page, payload),
re.DOTALL | re.IGNORECASE), \
  File "/pentest/database/sqlmap/lib/core/common.py", line 2514, in
removeReflectiveValues
    if regex.split(REFLECTED_NON_ALPHA_NUM_REGEX)[0].lower() in
content.lower(): # fast optimization check
UnicodeDecodeError: 'ascii' codec can't decode byte 0x96 in position 90:
ordinal not in range(128)

[*] shutting down at: 04:32:26
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to