Thread: [sqlmap-users] unhandled exception in sqlmap/0.8
Brought to you by:
inquisb
From: Fahad Al S. <fh...@gm...> - 2010-03-25 12:50:58
|
sqlmap version: 0.8 Python version: 2.6.2 Operating system: win32 Traceback (most recent call last): File "sqlmap.py", line 74, in main File "lib\core\option.pyc", line 1137, in init File "lib\core\option.pyc", line 247, in __setGoogleDorking File "lib\utils\google.pyc", line 115, in search File "socket.pyc", line 327, in read File "httplib.pyc", line 537, in read File "socket.pyc", line 351, in read timeout: timed out [*] shutting down at: 15:48:08 |
From: Моск Д. <ya...@da...> - 2010-04-28 15:25:15
|
sqlmap version: 0.8 Python version: 2.6.2 Operating system: win32 Traceback (most recent call last): File "sqlmap.py", line 77, in main File "lib\controller\controller.pyc", line 259, in start File "lib\controller\action.pyc", line 108, in action File "plugins\generic\enumeration.pyc", line 768, in getTables File "lib\request\inject.pyc", line 373, in getValue File "lib\request\inject.pyc", line 303, in __goInferenceProxy File "lib\request\inject.pyc", line 95, in __goInferenceFields File "lib\request\inject.pyc", line 55, in __goInference File "lib\techniques\blind\inference.pyc", line 271, in bisection UnboundLocalError: local variable 'infoMsg' referenced before assignment P.S. in cmd line I'am use "--first 117" parameter for dump all tables which name starts with letter 'u', what I do wrong? |
From: Miroslav S. <mir...@gm...> - 2010-04-29 08:30:31
|
Hi Dmitri. Thank you for your report. We've fixed the issue. Please use the latest SVN revision to have it fixed (svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev). Kind regards, Miroslav Stampar 2010/4/28 Моск Дмитрий <ya...@da...>: > sqlmap version: 0.8 > Python version: 2.6.2 > Operating system: win32 > Traceback (most recent call last): > File "sqlmap.py", line 77, in main > File "lib\controller\controller.pyc", line 259, in start > File "lib\controller\action.pyc", line 108, in action > File "plugins\generic\enumeration.pyc", line 768, in getTables > File "lib\request\inject.pyc", line 373, in getValue > File "lib\request\inject.pyc", line 303, in __goInferenceProxy > File "lib\request\inject.pyc", line 95, in __goInferenceFields > File "lib\request\inject.pyc", line 55, in __goInference > File "lib\techniques\blind\inference.pyc", line 271, in bisection > UnboundLocalError: local variable 'infoMsg' referenced before assignment > > P.S. in cmd line I'am use "--first 117" parameter for dump all tables which name starts with letter 'u', what I do wrong? > > ------------------------------------------------------------------------------ > _______________________________________________ > 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: Augusto U. <x2...@gm...> - 2010-07-19 16:05:56
|
sqlmap -u "http://127.0.0.1/dvwa/vulnerabilities/sqli/?id=2&Submit=Submit#" --cookie="security=low; PHPSESSID=igb52eg20l6of28706ll43h364" -v 1 sqlmap/0.8 - automatic SQL injection and database takeover tool http://sqlmap.sourceforge.net [*] starting at: 12:03:59 [12:03:59] [INFO] using '/home/XXXX/.sqlmap/output/127.0.0.1/session' as session file [12:03:59] [INFO] resuming match ratio '0.997' from session file [12:03:59] [INFO] resuming injection point 'GET' from session file [12:03:59] [INFO] resuming injection parameter 'id' from session file [12:03:59] [INFO] resuming injection type 'stringsingle' from session file [12:03:59] [INFO] resuming 0 number of parenthesis from session file [12:03:59] [INFO] resuming string match ''' from session file you did not provide any string to match. Do you want to use the resumed string to be matched in page when the query is valid? [Y/n] [12:03:59] [INFO] testing connection to the target url [12:03:59] [INFO] testing for parenthesis on injectable parameter [12:03:59] [INFO] testing MySQL [12:03:59] [INFO] confirming MySQL [12:03:59] [ERROR] unhandled exception in sqlmap/0.8, 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 Python version: 2.6.5 Operating system: linux2 Traceback (most recent call last): File "/usr/bin/sqlmap", line 77, in main start() File "/usr/share/sqlmap/lib/controller/controller.py", line 259, in start action() File "/usr/share/sqlmap/lib/controller/action.py", line 46, in action conf.dbmsHandler = setHandler() File "/usr/share/sqlmap/lib/controller/handler.py", line 64, in setHandler if dbmsHandler.checkDbms(): File "/usr/share/sqlmap/plugins/dbms/mysql.py", line 280, in checkDbms if inject.getValue("SELECT %s FROM information_schema.TABLES LIMIT 0, 1" % randInt, charsetType=2) == randInt: File "/usr/share/sqlmap/lib/request/inject.py", line 373, in getValue value = __goInferenceProxy(expression, fromUser, expected, batch, resumeValue, unpack, charsetType, firstChar, lastChar) File "/usr/share/sqlmap/lib/request/inject.py", line 123, in __goInferenceProxy output = resume(expression, payload) File "/usr/share/sqlmap/lib/utils/resume.py", line 144, in resume substringQuery = queries[kb.dbms].substring KeyError: None |
From: Miroslav S. <mir...@gm...> - 2010-07-20 08:11:16
|
Hi Augusto. Thank you for your report. We've fixed it in our last commit. Please checkout latest development version from our SVN repository ($ svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev) to have it fixed. Kind regards. On Mon, Jul 19, 2010 at 6:05 PM, Augusto Urbieta <x2...@gm...> wrote: > sqlmap -u "http://127.0.0.1/dvwa/vulnerabilities/sqli/?id=2&Submit=Submit#" > --cookie="security=low; PHPSESSID=igb52eg20l6of28706ll43h364" -v 1 > > > sqlmap/0.8 - automatic SQL injection and database takeover tool > http://sqlmap.sourceforge.net > > [*] starting at: 12:03:59 > > [12:03:59] [INFO] using '/home/XXXX/.sqlmap/output/127.0.0.1/session' as > session file > [12:03:59] [INFO] resuming match ratio '0.997' from session file > [12:03:59] [INFO] resuming injection point 'GET' from session file > [12:03:59] [INFO] resuming injection parameter 'id' from session file > [12:03:59] [INFO] resuming injection type 'stringsingle' from session file > [12:03:59] [INFO] resuming 0 number of parenthesis from session file > [12:03:59] [INFO] resuming string match ''' from session file > you did not provide any string to match. Do you want to use the resumed > string to be matched in page when the query is valid? [Y/n] > [12:03:59] [INFO] testing connection to the target url > [12:03:59] [INFO] testing for parenthesis on injectable parameter > [12:03:59] [INFO] testing MySQL > [12:03:59] [INFO] confirming MySQL > [12:03:59] [ERROR] unhandled exception in sqlmap/0.8, 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 > Python version: 2.6.5 > Operating system: linux2 > Traceback (most recent call last): > File "/usr/bin/sqlmap", line 77, in main > start() > File "/usr/share/sqlmap/lib/controller/controller.py", line 259, in start > action() > File "/usr/share/sqlmap/lib/controller/action.py", line 46, in action > conf.dbmsHandler = setHandler() > File "/usr/share/sqlmap/lib/controller/handler.py", line 64, in setHandler > if dbmsHandler.checkDbms(): > File "/usr/share/sqlmap/plugins/dbms/mysql.py", line 280, in checkDbms > if inject.getValue("SELECT %s FROM information_schema.TABLES LIMIT 0, 1" > % randInt, charsetType=2) == randInt: > File "/usr/share/sqlmap/lib/request/inject.py", line 373, in getValue > value = __goInferenceProxy(expression, fromUser, expected, batch, > resumeValue, unpack, charsetType, firstChar, lastChar) > File "/usr/share/sqlmap/lib/request/inject.py", line 123, in > __goInferenceProxy > output = resume(expression, payload) > File "/usr/share/sqlmap/lib/utils/resume.py", line 144, in resume > substringQuery = queries[kb.dbms].substring > KeyError: None > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > 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: <dig...@us...> - 2010-09-06 06:39:30
|
C:\sqlmap-0.8_exe>sqlmap -u "http://www.victim.com/index.cfm?pid=9" --current-d b -v 0 sqlmap/0.8 - automatic SQL injection and database takeover tool http://sqlmap.sourceforge.net [*] starting at: 13:08:22 you did not provide any string to match. Do you want to use the resumed string t o be matched in page when the query is valid? [Y/n] y web server operating system: Windows web application technology: ASP.NET, Microsoft IIS 6.0 back-end DBMS: Microsoft SQL Server 2000 [13:17:06] [ERROR] unhandled exception in sqlmap/0.8, please copy the command li ne and the following text and send by e-mail to sql...@li...urceforge.n et. The developer will fix it as soon as possible: sqlmap version: 0.8 Python version: 2.6.2 Operating system: win32 Traceback (most recent call last): File "sqlmap.py", line 77, in main File "lib\controller\controller.pyc", line 259, in start File "lib\controller\action.pyc", line 88, in action File "plugins\generic\enumeration.pyc", line 146, in getCurrentDb File "lib\request\inject.pyc", line 373, in getValue File "lib\request\inject.pyc", line 303, in __goInferenceProxy File "lib\request\inject.pyc", line 95, in __goInferenceFields File "lib\request\inject.pyc", line 55, in __goInference File "lib\techniques\blind\inference.pyc", line 281, in bisection File "lib\techniques\blind\inference.pyc", line 125, in getChar File "lib\request\connect.pyc", line 282, in queryPage File "lib\request\connect.pyc", line 179, in getPage File "socket.pyc", line 327, in read File "httplib.pyc", line 537, in read File "socket.pyc", line 351, in read error: [Errno 10054] An existing connection was forcibly closed by the remote ho st [*] shutting down at: 13:17:06 |
From: Miroslav S. <mir...@gm...> - 2010-09-06 08:31:36
|
Hi. Could you please try to do this using latest development version from our SVN repository (svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev). In the mean time (from version 0.8 onwards) we've done some checking for this kind of stuff. Kind regards. On Mon, Sep 6, 2010 at 8:23 AM, <dig...@us...> wrote: > C:\sqlmap-0.8_exe>sqlmap -u "http://www.victim.com/index.cfm?pid=9" > --current-d > b -v 0 > > sqlmap/0.8 - automatic SQL injection and database takeover tool > http://sqlmap.sourceforge.net > > [*] starting at: 13:08:22 > > you did not provide any string to match. Do you want to use the resumed > string t > o be matched in page when the query is valid? [Y/n] y > web server operating system: Windows > web application technology: ASP.NET, Microsoft IIS 6.0 > back-end DBMS: Microsoft SQL Server 2000 > > [13:17:06] [ERROR] unhandled exception in sqlmap/0.8, please copy the > command li > ne and the following text and send by e-mail to > sql...@li...urceforge.n > et. The developer will fix it as soon as possible: > sqlmap version: 0.8 > Python version: 2.6.2 > Operating system: win32 > Traceback (most recent call last): > File "sqlmap.py", line 77, in main > File "lib\controller\controller.pyc", line 259, in start > File "lib\controller\action.pyc", line 88, in action > File "plugins\generic\enumeration.pyc", line 146, in getCurrentDb > File "lib\request\inject.pyc", line 373, in getValue > File "lib\request\inject.pyc", line 303, in __goInferenceProxy > File "lib\request\inject.pyc", line 95, in __goInferenceFields > File "lib\request\inject.pyc", line 55, in __goInference > File "lib\techniques\blind\inference.pyc", line 281, in bisection > File "lib\techniques\blind\inference.pyc", line 125, in getChar > File "lib\request\connect.pyc", line 282, in queryPage > File "lib\request\connect.pyc", line 179, in getPage > File "socket.pyc", line 327, in read > File "httplib.pyc", line 537, in read > File "socket.pyc", line 351, in read > error: [Errno 10054] An existing connection was forcibly closed by the > remote ho > st > > [*] shutting down at: 13:17:06 > > > > ------------------------------------------------------------------------------ > This SF.net Dev2Dev email is sponsored by: > > Show off your parallel programming skills. > Enter the Intel(R) Threading Challenge 2010. > http://p.sf.net/sfu/intel-thread-sfd > _______________________________________________ > 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: <dig...@us...> - 2010-09-06 12:23:56
|
Hi. i have been download sqlmap-dev from link u give at https://svn.sqlmap.org/sqlmap/trunk/sqlmap C:\sqlmap>sqlmap.py Traceback (most recent call last): File "C:\sqlmap\sqlmap.py", line 30, in ? import warnings ImportError: No module named warnings sqlmap.py source : 01.#!/usr/bin/env python 02. 03.""" 04.$Id$ 05. 06.This file is part of the sqlmap project, http://sqlmap.sourceforge.net. 07. 08.Copyright (c) 2007-2010 Bernardo Damele A. G. <ber...@gm...> 09.Copyright (c) 2006 Daniele Bellucci <dan...@gm...> 10. 11.sqlmap is free software; you can redistribute it and/or modify it under 12.the terms of the GNU General Public License as published by the Free 13.Software Foundation version 2 of the License. 14. 15.sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY 16.WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 17.FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 18.details. 19. 20.You should have received a copy of the GNU General Public License along 21.with sqlmap; if not, write to the Free Software Foundation, Inc., 51 22.Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 23.""" 24. 25.import codecs 25.import os 27.import sys 28.import time 29.import traceback 30.import warnings [===] Kind regards. -----Original Message----- From: Miroslav Stampar <mir...@gm...> To: dig...@us... Cc: sql...@li... Sent: Mon, Sep 6, 2010 3:31 pm Subject: Re: [sqlmap-users] [ERROR 10054] unhandled exception in sqlmap/0.8 Hi. Could you please try to do this using latest development version from our SVN repository (svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev). In the mean time (from version 0.8 onwards) we've done some checking for this kind of stuff. Kind regards. |
From: Pavel S. <sap...@gm...> - 2010-09-13 00:24:29
|
sqlmap version: 0.8 Python version: 2.6.4 Operating system: linux2 Traceback (most recent call last): File "/usr/bin/sqlmap", line 77, in main start() File "/usr/share/sqlmap/lib/controller/controller.py", line 259, in start action() File "/usr/share/sqlmap/lib/controller/action.py", line 88, in action dumper.string("current database", conf.dbmsHandler.getCurrentDb()) File "/usr/share/sqlmap/plugins/generic/enumeration.py", line 146, in getCurrentDb kb.data.currentDb = inject.getValue(query) File "/usr/share/sqlmap/lib/request/inject.py", line 373, in getValue value = __goInferenceProxy(expression, fromUser, expected, batch, resumeValue, unpack, charsetType, firstChar, lastChar) File "/usr/share/sqlmap/lib/request/inject.py", line 123, in __goInferenceProxy output = resume(expression, payload) File "/usr/share/sqlmap/lib/utils/resume.py", line 152, in resume if len(resumedValue) == int(length): ValueError: invalid literal for int() with base 10: '\x02' |
From: Miroslav S. <mir...@gm...> - 2010-09-13 08:23:57
|
Hi. Could you please send me program arguments you used (including url) privately via mail? We are not sure what's causing this. KR On Mon, Sep 13, 2010 at 2:24 AM, Pavel Saparov <sap...@gm...> wrote: > sqlmap version: 0.8 > Python version: 2.6.4 > Operating system: linux2 > Traceback (most recent call last): > File "/usr/bin/sqlmap", line 77, in main > start() > File "/usr/share/sqlmap/lib/controller/controller.py", line 259, in start > action() > File "/usr/share/sqlmap/lib/controller/action.py", line 88, in action > dumper.string("current database", conf.dbmsHandler.getCurrentDb()) > File "/usr/share/sqlmap/plugins/generic/enumeration.py", line 146, in > getCurrentDb > kb.data.currentDb = inject.getValue(query) > File "/usr/share/sqlmap/lib/request/inject.py", line 373, in getValue > value = __goInferenceProxy(expression, fromUser, expected, batch, > resumeValue, unpack, charsetType, firstChar, lastChar) > File "/usr/share/sqlmap/lib/request/inject.py", line 123, in > __goInferenceProxy > output = resume(expression, payload) > File "/usr/share/sqlmap/lib/utils/resume.py", line 152, in resume > if len(resumedValue) == int(length): > ValueError: invalid literal for int() with base 10: '\x02' > > ------------------------------------------------------------------------------ > 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: Rajesh A. <ra...@gm...> - 2011-03-03 10:34:26
|
[ERROR] unhandled exception in sqlmap/0.8, 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 Python version: 2.5.2 Operating system: linux2 Traceback (most recent call last): File "./sqlmap.py", line 77, in main start() File "/home/rajesh/mysoft/sqlmap/lib/controller/controller.py", line 259, in start action() File "/home/rajesh/mysoft/sqlmap/lib/controller/action.py", line 144, in action conf.dbmsHandler.osPwn() File "/home/rajesh/mysoft/sqlmap/plugins/generic/takeover.py", line 169, in osPwn self.initEnv(web=web) File "/home/rajesh/mysoft/sqlmap/lib/takeover/abstraction.py", line 155, in initEnv self.webInit() File "/home/rajesh/mysoft/sqlmap/lib/takeover/web.py", line 189, in webInit uplPage, _ = Request.getPage(url=self.webUploaderUrl, direct=True, raise404=False) File "/home/rajesh/mysoft/sqlmap/lib/request/connect.py", line 126, in getPage conn = urllib2.urlopen(req) File "/usr/lib/python2.5/urllib2.py", line 124, in urlopen return _opener.open(url, data) File "/usr/lib/python2.5/urllib2.py", line 381, in open response = self._open(req, data) File "/usr/lib/python2.5/urllib2.py", line 399, in _open '_open', req) File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain result = func(*args) File "/usr/lib/python2.5/urllib2.py", line 1107, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.5/urllib2.py", line 1064, in do_open h = http_class(host) # will parse host:port File "/usr/lib/python2.5/httplib.py", line 639, in __init__ self._set_hostport(host, port) File "/usr/lib/python2.5/httplib.py", line 651, in _set_hostport raise InvalidURL("nonnumeric port: '%s'" % host[i+1:]) InvalidURL: nonnumeric port: '' |
From: Miroslav S. <mir...@gm...> - 2011-03-03 10:42:31
|
hi Rajesh you are using pretty outdated version. please update to the latest 0.9/dev version from our repository to have it fixed: svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev kr On Thu, Mar 3, 2011 at 11:34 AM, Rajesh A. <ra...@gm...> wrote: > [ERROR] unhandled exception in sqlmap/0.8, 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 > Python version: 2.5.2 > Operating system: linux2 > Traceback (most recent call last): > File "./sqlmap.py", line 77, in main > start() > File "/home/rajesh/mysoft/sqlmap/lib/controller/controller.py", line 259, > in start > action() > File "/home/rajesh/mysoft/sqlmap/lib/controller/action.py", line 144, in > action > conf.dbmsHandler.osPwn() > File "/home/rajesh/mysoft/sqlmap/plugins/generic/takeover.py", line 169, > in osPwn > self.initEnv(web=web) > File "/home/rajesh/mysoft/sqlmap/lib/takeover/abstraction.py", line 155, > in initEnv > self.webInit() > File "/home/rajesh/mysoft/sqlmap/lib/takeover/web.py", line 189, in > webInit > uplPage, _ = Request.getPage(url=self.webUploaderUrl, direct=True, > raise404=False) > File "/home/rajesh/mysoft/sqlmap/lib/request/connect.py", line 126, in > getPage > conn = urllib2.urlopen(req) > File "/usr/lib/python2.5/urllib2.py", line 124, in urlopen > return _opener.open(url, data) > File "/usr/lib/python2.5/urllib2.py", line 381, in open > response = self._open(req, data) > File "/usr/lib/python2.5/urllib2.py", line 399, in _open > '_open', req) > File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain > result = func(*args) > File "/usr/lib/python2.5/urllib2.py", line 1107, in http_open > return self.do_open(httplib.HTTPConnection, req) > File "/usr/lib/python2.5/urllib2.py", line 1064, in do_open > h = http_class(host) # will parse host:port > File "/usr/lib/python2.5/httplib.py", line 639, in __init__ > self._set_hostport(host, port) > File "/usr/lib/python2.5/httplib.py", line 651, in _set_hostport > raise InvalidURL("nonnumeric port: '%s'" % host[i+1:]) > InvalidURL: nonnumeric port: '' > > ------------------------------------------------------------------------------ > Free Software Download: Index, Search & Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT > data > generated by your applications, servers and devices whether physical, > virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar E-mail: miroslav.stampar (at) gmail.com PGP Key ID: 0xB5397B1B |
From: Rajesh A. <ra...@gm...> - 2011-03-03 11:14:27
|
OK. Thanks a lot. On Thu, Mar 3, 2011 at 4:12 PM, Miroslav Stampar <mir...@gm... > wrote: > hi Rajesh > > you are using pretty outdated version. please update to the latest > 0.9/dev version from our repository to have it fixed: > svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap sqlmap-dev > > kr > > On Thu, Mar 3, 2011 at 11:34 AM, Rajesh A. <ra...@gm...> wrote: > > [ERROR] unhandled exception in sqlmap/0.8, 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 > > Python version: 2.5.2 > > Operating system: linux2 > > Traceback (most recent call last): > > File "./sqlmap.py", line 77, in main > > start() > > File "/home/rajesh/mysoft/sqlmap/lib/controller/controller.py", line > 259, > > in start > > action() > > File "/home/rajesh/mysoft/sqlmap/lib/controller/action.py", line 144, > in > > action > > conf.dbmsHandler.osPwn() > > File "/home/rajesh/mysoft/sqlmap/plugins/generic/takeover.py", line > 169, > > in osPwn > > self.initEnv(web=web) > > File "/home/rajesh/mysoft/sqlmap/lib/takeover/abstraction.py", line > 155, > > in initEnv > > self.webInit() > > File "/home/rajesh/mysoft/sqlmap/lib/takeover/web.py", line 189, in > > webInit > > uplPage, _ = Request.getPage(url=self.webUploaderUrl, direct=True, > > raise404=False) > > File "/home/rajesh/mysoft/sqlmap/lib/request/connect.py", line 126, in > > getPage > > conn = urllib2.urlopen(req) > > File "/usr/lib/python2.5/urllib2.py", line 124, in urlopen > > return _opener.open(url, data) > > File "/usr/lib/python2.5/urllib2.py", line 381, in open > > response = self._open(req, data) > > File "/usr/lib/python2.5/urllib2.py", line 399, in _open > > '_open', req) > > File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain > > result = func(*args) > > File "/usr/lib/python2.5/urllib2.py", line 1107, in http_open > > return self.do_open(httplib.HTTPConnection, req) > > File "/usr/lib/python2.5/urllib2.py", line 1064, in do_open > > h = http_class(host) # will parse host:port > > File "/usr/lib/python2.5/httplib.py", line 639, in __init__ > > self._set_hostport(host, port) > > File "/usr/lib/python2.5/httplib.py", line 651, in _set_hostport > > raise InvalidURL("nonnumeric port: '%s'" % host[i+1:]) > > InvalidURL: nonnumeric port: '' > > > > > ------------------------------------------------------------------------------ > > Free Software Download: Index, Search & Analyze Logs and other IT data in > > Real-Time with Splunk. Collect, index and harness all the fast moving IT > > data > > generated by your applications, servers and devices whether physical, > > virtual > > or in the cloud. Deliver compliance at lower cost and gain new business > > insights. http://p.sf.net/sfu/splunk-dev2dev > > _______________________________________________ > > sqlmap-users mailing list > > sql...@li... > > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > > > > > > > -- > Miroslav Stampar > > E-mail: miroslav.stampar (at) gmail.com > PGP Key ID: 0xB5397B1B > |
From: Bernardo D. A. G. <ber...@gm...> - 2010-03-26 10:37:16
|
Please provide the command line you used to launch sqlmap and possibly the output with -v5. It looks to me that you launched with -g and without Internet connectivity, but I might be wrong lacking of proper details. Bernardo On Thu, Mar 25, 2010 at 12:50, Fahad Al Shunaiber <fh...@gm...> wrote: > sqlmap version: 0.8 > Python version: 2.6.2 > Operating system: win32 > Traceback (most recent call last): > File "sqlmap.py", line 74, in main > File "lib\core\option.pyc", line 1137, in init > File "lib\core\option.pyc", line 247, in __setGoogleDorking > File "lib\utils\google.pyc", line 115, in search > File "socket.pyc", line 327, in read > File "httplib.pyc", line 537, in read > File "socket.pyc", line 351, in read > timeout: timed out > > [*] shutting down at: 15:48:08 > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Bernardo Damele A. G. E-mail / Jabber: bernardo.damele (at) gmail.com Mobile: +447788962949 (UK 07788962949) PGP Key ID: 0x05F5A30F |
From: Miroslav S. <mir...@gm...> - 2010-03-26 11:53:57
|
Hi. As Bernardo mentioned, it's probably a connectivity fault. Nevertheless, now we've added a support for this kind of error in form of a sqlmap error message, instead of that ugly "socket timeout". Kind regards. On Fri, Mar 26, 2010 at 11:37 AM, Bernardo Damele A. G. <ber...@gm...> wrote: > Please provide the command line you used to launch sqlmap and possibly > the output with -v5. > It looks to me that you launched with -g and without Internet > connectivity, but I might be wrong lacking of proper details. > > Bernardo > > > On Thu, Mar 25, 2010 at 12:50, Fahad Al Shunaiber <fh...@gm...> wrote: >> sqlmap version: 0.8 >> Python version: 2.6.2 >> Operating system: win32 >> Traceback (most recent call last): >> File "sqlmap.py", line 74, in main >> File "lib\core\option.pyc", line 1137, in init >> File "lib\core\option.pyc", line 247, in __setGoogleDorking >> File "lib\utils\google.pyc", line 115, in search >> File "socket.pyc", line 327, in read >> File "httplib.pyc", line 537, in read >> File "socket.pyc", line 351, in read >> timeout: timed out >> >> [*] shutting down at: 15:48:08 >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >> >> > > > > -- > Bernardo Damele A. G. > > E-mail / Jabber: bernardo.damele (at) gmail.com > Mobile: +447788962949 (UK 07788962949) > PGP Key ID: 0x05F5A30F > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > 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 |