Thread: [sqlmap-users] Bug Report
Brought to you by:
inquisb
From: Matthias K. <zac...@gm...> - 2009-08-26 21:06:06
|
Hi SQLMAP-Team, I'd like to send you a bug report. If you need more details (e.g. URL) just let me know ! Thanks for your support, Zach ------------ [23:02:24] [ERROR] unhandled exception in sqlmap/0.8-dev1, please copy the command line and the following text and send by e-mail to sql...@li... . The developer will fix it as soon as possible: sqlmap version: 0.8-dev1 Python version: 2.6.2 Operating system: darwin Traceback (most recent call last): File "./sqlmap.py", line 84, in main start() File "/Users/zach/SQL/sqlmap/lib/controller/controller.py", line 210, in start injType = checkSqlInjection(place, parameter, value, parenthesis) File "/Users/zach/SQL/sqlmap/lib/controller/checks.py", line 98, in checkSqlInjection trueResult = Request.queryPage(payload, place) File "/Users/zach/SQL/sqlmap/lib/request/connect.py", line 274, in queryPage page, headers = Connect.getPage(get=get, post=post, cookie=cookie, ua=ua, silent=silent) File "/Users/zach/SQL/sqlmap/lib/request/connect.py", line 166, in getPage page = conn.read() File "/Library/Frameworks/Python.framework/Versions/2.6/lib/ python2.6/socket.py", line 327, in read data = self._sock.recv(rbufsize) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/ python2.6/httplib.py", line 517, in read return self._read_chunked(amt) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/ python2.6/httplib.py", line 578, in _read_chunked value += self._safe_read(chunk_left) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/ python2.6/httplib.py", line 619, in _safe_read raise IncompleteRead(''.join(s), amt) IncompleteRead: IncompleteRead(328 bytes read, 7260 more expected) [*] shutting down at: 23:02:24 |
From: <shi...@gm...> - 2010-04-20 14:08:40
|
Hi, here is another one. [16:05:17] [ERROR] unhandled exception in sqlmap/0.9-dev, please copy the command line and the following text and send by e-mail to sql...@li.... The developer will fix it as soon as possible: sqlmap version: 0.9-dev Python version: 2.6.1 Operating system: darwin Traceback (most recent call last): File "./sqlmap.py", line 78, in main start() File "/Users/hagbart/source/sqlmap_svn/lib/controller/controller.py", line 267, in start action() File "/Users/hagbart/source/sqlmap_svn/lib/controller/action.py", line 151, in action conf.dbmsHandler.osSmb() File "/Users/hagbart/source/sqlmap_svn/plugins/generic/takeover.py", line 225, in osSmb elif kb.dbms == "Microsoft SQL Server" and kb.dbmsVersion[0] in ( "2005", "2008" ): TypeError: 'NoneType' object is unsubscriptable [*] shutting down at: 16:05:17 |
From: m4l1c3 <mal...@gm...> - 2010-09-13 14:52:39
|
./sqlmap.py -u "http://DOMAIN.com:80/DIR1/?PAR1=99&PAR2=99&PAR3=99" -p PAR1 --tables TABLE1 -D DATAB1 --union-use sqlmap version: 0.9-dev Python version: 2.5.2 Operating system: posix Traceback (most recent call last): File "./sqlmap.py", line 89, in main start() File "/pentest/database/sqlmap-dev/lib/controller/controller.py", line 278, in start action() File "/pentest/database/sqlmap-dev/lib/controller/action.py", line 77, in action conf.dumper.technic("valid union", unionTest()) File "/pentest/database/sqlmap-dev/lib/techniques/inband/union/test.py", line 233, in unionTest value = __unionConfirm() File "/pentest/database/sqlmap-dev/lib/techniques/inband/union/test.py", line 132, in __unionConfirm value = __unionPosition(negative=True) File "/pentest/database/sqlmap-dev/lib/techniques/inband/union/test.py", line 93, in __unionPosition if randQuery in resultPage and not htmlParsed: TypeError: argument of type 'NoneType' is not iterable [*] shutting down at: 10:48:46 |
From: Miroslav S. <mir...@gm...> - 2010-09-13 15:15:49
|
thanks for report m4l1c3. found and fixed. kr On Mon, Sep 13, 2010 at 4:52 PM, m4l1c3 <mal...@gm...> wrote: > ./sqlmap.py -u "http://DOMAIN.com:80/DIR1/?PAR1=99&PAR2=99&PAR3=99" -p PAR1 > --tables TABLE1 -D DATAB1 --union-use > > sqlmap version: 0.9-dev > Python version: 2.5.2 > Operating system: posix > Traceback (most recent call last): > File "./sqlmap.py", line 89, in main > start() > File "/pentest/database/sqlmap-dev/lib/controller/controller.py", line > 278, in start > action() > File "/pentest/database/sqlmap-dev/lib/controller/action.py", line 77, in > action > conf.dumper.technic("valid union", unionTest()) > File "/pentest/database/sqlmap-dev/lib/techniques/inband/union/test.py", > line 233, in unionTest > value = __unionConfirm() > File "/pentest/database/sqlmap-dev/lib/techniques/inband/union/test.py", > line 132, in __unionConfirm > value = __unionPosition(negative=True) > File "/pentest/database/sqlmap-dev/lib/techniques/inband/union/test.py", > line 93, in __unionPosition > if randQuery in resultPage and not htmlParsed: > TypeError: argument of type 'NoneType' is not iterable > > [*] shutting down at: 10:48:46 > > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing > http://p.sf.net/sfu/novell-sfdev2dev > > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar E-mail / Jabber: miroslav.stampar (at) gmail.com Mobile: +385921010204 (HR 0921010204) PGP Key ID: 0xB5397B1B |
From: yonny m. <yo...@go...> - 2011-02-15 17:50:25
|
/pentest/database/sqlmap$ sqlmap --level 5 --risk 3 --parse-errors --msf-path /pentest/exploits/framework3 --text-only --threads 1 --timeout 139 --data="psw=1212&uname=112" -u " http://192.168.1.132/index.php" -v1 --dbms mysql Traceback (most recent call last): File "/pentest/database/sqlmap/sqlmap.py", line 26, in <module> from lib.controller.controller import start File "/pentest/database/sqlmap/lib/controller/controller.py", line 12, in <module> from lib.controller.action import action File "/pentest/database/sqlmap/lib/controller/action.py", line 10, in <module> from lib.controller.handler import setHandler File "/pentest/database/sqlmap/lib/controller/handler.py", line 27, in <module> from plugins.dbms.mssqlserver import MSSQLServerMap File "/pentest/database/sqlmap/plugins/dbms/mssqlserver/__init__.py", line 14, in <module> from plugins.dbms.mssqlserver.enumeration import Enumeration File "/pentest/database/sqlmap/plugins/dbms/mssqlserver/enumeration.py", line 25, in <module> from plugins.generic.enumeration import Enumeration as GenericEnumeration File "/pentest/database/sqlmap/plugins/generic/enumeration.py", line 48, in <module> from lib.core.settings import CONCAT_ROW_DELIMITER ImportError: cannot import name CONCAT_ROW_DELIMITER |
From: Miroslav S. <mir...@gm...> - 2011-02-15 21:20:32
|
hi yonny. this is strange. there are two possible reasons and one not so possible: 1) either you have done update only of some files, not the whole project or 2) either that sqlmap (alias? batch?) you run somehow screws environment or 3) something else is screwed :) could you please try to update to the latest revision and try to run with python sqlmap.py? i've updated to the latest revision and i've run with same switches without any problems. kr On Tue, Feb 15, 2011 at 6:50 PM, yonny mutai <yo...@go...> wrote: > /pentest/database/sqlmap$ sqlmap --level 5 --risk 3 --parse-errors > --msf-path /pentest/exploits/framework3 --text-only --threads 1 > --timeout 139 --data="psw=1212&uname=112" -u > "http://192.168.1.132/index.php" -v1 --dbms mysql > Traceback (most recent call last): > File "/pentest/database/sqlmap/sqlmap.py", line 26, in <module> > from lib.controller.controller import start > File "/pentest/database/sqlmap/lib/controller/controller.py", line 12, in > <module> > from lib.controller.action import action > File "/pentest/database/sqlmap/lib/controller/action.py", line 10, in > <module> > from lib.controller.handler import setHandler > File "/pentest/database/sqlmap/lib/controller/handler.py", line 27, in > <module> > from plugins.dbms.mssqlserver import MSSQLServerMap > File "/pentest/database/sqlmap/plugins/dbms/mssqlserver/__init__.py", line > 14, in <module> > from plugins.dbms.mssqlserver.enumeration import Enumeration > File "/pentest/database/sqlmap/plugins/dbms/mssqlserver/enumeration.py", > line 25, in <module> > from plugins.generic.enumeration import Enumeration as > GenericEnumeration > File "/pentest/database/sqlmap/plugins/generic/enumeration.py", line 48, > in <module> > from lib.core.settings import CONCAT_ROW_DELIMITER > ImportError: cannot import name CONCAT_ROW_DELIMITER > > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar E-mail: miroslav.stampar (at) gmail.com Alternate: miroslav.stampar (at) mail.ru PGP Key ID: 0xB5397B1B Location: Zagreb, Croatia |