Re: [sqlmap-users] Bug Report
Brought to you by:
inquisb
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 |