[02:45:36] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4027), 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 (r4027)
Python version: 2.6.5
Operating system: posix
Command line: ./sqlmap.py -m target.txt --random-agent --batch
Technique: None
Back-end DBMS: Microsoft Access (identified)
Traceback (most recent call last):
  File "./sqlmap.py", line 86, in main
    start()
  File "/root/sqlmap-dev/lib/controller/controller.py", line 424, in start
    elif not checkDynParam(place, parameter, value):
  File "/root/sqlmap-dev/lib/controller/checks.py", line 642, in
checkDynParam
    dynResult = Request.queryPage(payload, place, raise404=False)
  File "/root/sqlmap-dev/lib/request/connect.py", line 608, in queryPage
    return comparison(page, getRatioValue, pageLength)
  File "/root/sqlmap-dev/lib/request/comparison.py", line 77, in comparison
    seqMatcher.a = seqMatcher.a.encode(kb.pageEncoding or
DEFAULT_PAGE_ENCODING)
UnicodeEncodeError: 'latin-1' codec can't encode character u'\u2019' in
position 28004: ordinal not in range(256)

-- 
Kirill Morozov
KIMO2-RIPE, RHCE
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to