Hi.

This one is an interesting case. It appears that it returns multiple
results for the same query in the output web page result. Problem is that
we are already watching for "duplicates" but this is something new.

Could you please return traffic file for that same program run with
appended options: -t traffic.txt --fresh-queries?

Kind regards,
Miroslav Stampar

2012/1/31 朱冯贶天 <zh...@hotmail.com>

>  Hello,
>
> I met with a bug when I was using sqlmap. It suggested that I sent by
> email with feedback to you.
>
>
> Debug info is :
>
> [23:14:12] [CRITICAL] unhandled exception in sqlmap/1.0-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.netthe 
> follo
> wing 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
> Python version: 2.7.1
> Operating system: nt
> Command line: sqlmap.py -u
> *****************************************************
> ************** -v 3 --text-only -o --threads=10 -D ** --start 1 --stop 5
> --dump
> Technique: UNION
> Back-end DBMS: Oracle (fingerprinted)
> Traceback (most recent call last):
>   File "D:\temp_workspace\PyLearning\src\sqlmap\_sqlmap.py", line 83, in
> main
>     start()
>   File
> "D:\temp_workspace\PyLearning\src\sqlmap\lib\controller\controller.py", l
> ine 563, in start
>     action()
>   File "D:\temp_workspace\PyLearning\src\sqlmap\lib\controller\action.py",
> line
> 109, in action
>     conf.dbmsHandler.dumpTable()
>   File
> "D:\temp_workspace\PyLearning\src\sqlmap\plugins\generic\enumeration.py",
>  line 1558, in dumpTable
>     self.getColumns(onlyColNames=True)
>   File
> "D:\temp_workspace\PyLearning\src\sqlmap\plugins\generic\enumeration.py",
>  line 1138, in getColumns
>     value = inject.getValue(query, blind=False)
>   File "D:\temp_workspace\PyLearning\src\sqlmap\lib\request\inject.py",
> line 435
> , in getValue
>     value = __goInband(query, expected, unique, resumeValue, unpack, dump)
>   File "D:\temp_workspace\PyLearning\src\sqlmap\lib\request\inject.py",
> line 383
> , in __goInband
>     output = unionUse(expression, unpack=unpack, dump=dump)
>   File
> "D:\temp_workspace\PyLearning\src\sqlmap\lib\techniques\union\use.py", li
> ne 254, in unionUse
>     elif count and not count.isdigit():
> AttributeError: 'BigArray' object has no attribute 'isdigit'
>
> [*] shutting down at 23:14:12
>
>
> Glad to hear from you.
>
> Thank you.
>
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> 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
>
>


-- 
Miroslav Stampar
http://about.me/stamparm
------------------------------------------------------------------------------
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