Thread: [sqlmap-users] Sqlmap Bug
Brought to you by:
inquisb
From: b1lack <b1...@16...> - 2013-03-27 02:39:38
|
Hello Great hack: I really like this tool,Today, however, I found that injection project encountered a problem. Do not know how to contact to the love of friends of Internet security abroad?I come from China! Error message: [10:34:24] [CRITICAL] unhandled exception in sqlmap/1.0-dev-c19a283, retry your run with the latest development version from the GitHub repository. If the exception persists, please send by e-mail to 'sql...@li...' or open a new issue at 'https://github.com/sqlmapproject/sqlmap/issues/new' with 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-c19a283 Python version: 2.6.5 Operating system: posix Command line: ./sqlmap.py -u *********************************************************** --random-agent --tables -D ******* -T ******** --dump --stop 2 Technique: BOOLEAN Back-end DBMS: Microsoft SQL Server (fingerprinted) Traceback (most recent call last): File "./sqlmap.py", line 87, in main start() File "/pentest/database/sqlmap/lib/controller/controller.py", line 576, in start action() File "/pentest/database/sqlmap/lib/controller/action.py", line 109, in action conf.dumper.dbTables(conf.dbmsHandler.getTables()) File "/pentest/database/sqlmap/lib/core/dump.py", line 236, in dbTables blank = " " * (maxlength - len(normalizeUnicode(table) or str(table))) UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128) |
From: Seb <aff...@gm...> - 2014-10-22 19:52:54
|
[19:49:15] [CRITICAL] unhandled exception occurred in sqlmap/1.0-dev-nongit-20141022. It is recommended to retry your run with the latest development version from official GitHub repository at 'https://github.com/sqlmapproject/sqlmap'. If the exception persists, please open a new issue at 'https://github.com/sqlmapproject/sqlmap/issues/new' (or less preferably send by e-mail to 'sql...@li...') with the following text and any other 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.6.5 Operating system: posix Command line: sqlmap.py -u ***************************************************** Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "sqlmap.py", line 97, in main start() File "/home/sqlmap-master/lib/controller/controller.py", line 369, in start if not checkConnection(suppressOutput=conf.forms) or not checkString() or not checkRegexp(): File "/home/sqlmap-master/lib/controller/checks.py", line 1269, in checkConnection page, _ = Request.queryPage(content=True, noteResponseTime=False) File "/home/sqlmap-master/lib/request/connect.py", line 900, in queryPage page, headers, code = Connect.getPage(url=uri, get=get, post=post, cookie=cookie, ua=ua, referer=referer, host=host, silent=silent, method=method, auxHeaders=auxHeaders, response=response, raise404=raise404, ignoreTimeout=timeBasedCompare) File "/home/sqlmap-master/lib/request/connect.py", line 319, in getPage headers = forgeHeaders({HTTP_HEADER.COOKIE: cookie, HTTP_HEADER.USER_AGENT: ua, HTTP_HEADER.REFERER: referer}) File "/home/sqlmap-master/lib/request/basic.py", line 56, in forgeHeaders headers.update(items or {}) File "/home/sqlmap-master/thirdparty/odict/odict.py", line 691, in update raise TypeError('undefined order, cannot get items from dict') TypeError: undefined order, cannot get items from dict |
From: Miroslav S. <mir...@gm...> - 2014-10-22 21:21:25
|
Hi. Thank you for your report and find it fixed now. Kind regards, Miroslav Stampar On Wed, Oct 22, 2014 at 9:53 PM, Seb <aff...@gm...> wrote: > [19:49:15] [CRITICAL] unhandled exception occurred in > sqlmap/1.0-dev-nongit-20141022. It is recommended to retry your run with > the latest development version from official GitHub repository at > 'https://github.com/sqlmapproject/sqlmap'. If the exception persists, > please open a new issue at > 'https://github.com/sqlmapproject/sqlmap/issues/new' (or less preferably > send by e-mail to 'sql...@li...') with the > following text and any other 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.6.5 > Operating system: posix > Command line: sqlmap.py -u > ***************************************************** > Technique: None > Back-end DBMS: None (identified) > Traceback (most recent call last): > File "sqlmap.py", line 97, in main > start() > File "/home/sqlmap-master/lib/controller/controller.py", line 369, in > start > if not checkConnection(suppressOutput=conf.forms) or not > checkString() or not checkRegexp(): > File "/home/sqlmap-master/lib/controller/checks.py", line 1269, in > checkConnection > page, _ = Request.queryPage(content=True, noteResponseTime=False) > File "/home/sqlmap-master/lib/request/connect.py", line 900, in > queryPage > page, headers, code = Connect.getPage(url=uri, get=get, post=post, > cookie=cookie, ua=ua, referer=referer, host=host, silent=silent, > method=method, auxHeaders=auxHeaders, response=response, > raise404=raise404, ignoreTimeout=timeBasedCompare) > File "/home/sqlmap-master/lib/request/connect.py", line 319, in getPage > headers = forgeHeaders({HTTP_HEADER.COOKIE: cookie, > HTTP_HEADER.USER_AGENT: ua, HTTP_HEADER.REFERER: referer}) > File "/home/sqlmap-master/lib/request/basic.py", line 56, in > forgeHeaders > headers.update(items or {}) > File "/home/sqlmap-master/thirdparty/odict/odict.py", line 691, in > update > raise TypeError('undefined order, cannot get items from dict') > TypeError: undefined order, cannot get items from dict > > > > ------------------------------------------------------------------------------ > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar http://about.me/stamparm |
From: Miroslav S. <mir...@gm...> - 2013-03-28 14:38:08
|
Hi. This should be fixed now. Kind regards, Miroslav Stampar On Wed, Mar 27, 2013 at 3:39 AM, b1lack <b1...@16...> wrote: > Hello Great hack: > I really like this tool,Today, however, I found that > injection project encountered a problem. > Do not know how to contact to the love of friends of > Internet security abroad?I come from China! > > > Error message: > [10:34:24] [CRITICAL] unhandled exception in sqlmap/1.0-dev-c19a283, retry > your run with the latest development version from the GitHub repository. If > the exception persists, please send by e-mail to ' > sql...@li...' or open a new issue at ' > https://github.com/sqlmapproject/sqlmap/issues/new' with 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-c19a283 > > Python version: > 2.6.5 > > Operating system: > posix > > Command line: ./sqlmap.py -u > *********************************************************** --random-agent > --tables -D ******* -T ******** --dump --stop > 2 > Technique: > BOOLEAN > > Back-end DBMS: Microsoft SQL Server > (fingerprinted) > Traceback (most recent call last): > File "./sqlmap.py", line 87, in main > start() > File "/pentest/database/sqlmap/lib/controller/controller.py", line 576, > in start > action() > File "/pentest/database/sqlmap/lib/controller/action.py", line 109, in > action > conf.dumper.dbTables(conf.dbmsHandler.getTables()) > File "/pentest/database/sqlmap/lib/core/dump.py", line 236, in dbTables > blank = " " * (maxlength - len(normalizeUnicode(table) or str(table))) > UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: > ordinal not in range(128) > > > > > > ------------------------------------------------------------------------------ > Own the Future-Intel® Level Up Game Demo Contest 2013 > Rise to greatness in Intel's independent game demo contest. > Compete for recognition, cash, and the chance to get your game > on Steam. $5K grand prize plus 10 genre and skill prizes. > Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |