Thread: [sqlmap-users] Bug report: unhandled exception in sqlmap/1.0-dev-6ea07f7
Brought to you by:
inquisb
From: Alexander H. <ah...@pr...> - 2012-11-30 07:07:55
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi List, another glitch I ran into. Let me know if you need further info. [07:47:38] [ERROR] thread MainThread: unhandled exception in sqlmap/1.0-dev-6ea07f7, 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-6ea07f7 Python version: 2.7.3rc2 Operating system: posix Command line: ./sqlmap.py -u ******************************************** -D *********** --dump Technique: ERROR Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "/home/tools/sqlmap/lib/core/threads.py", line 130, in runThreads threadFunction() File "/home/tools/sqlmap/lib/techniques/error/use.py", line 387, in errorThread output = __errorFields(expression, expressionFields, expressionFieldsList, num, emptyFields) File "/home/tools/sqlmap/lib/techniques/error/use.py", line 181, in __errorFields output = NULL if emptyFields and field in emptyFields else __oneShotErrorUse(expressionReplaced, field) File "/home/tools/sqlmap/lib/techniques/error/use.py", line 95, in __oneShotErrorUse page, headers = Request.queryPage(payload, content=True) File "/home/tools/sqlmap/lib/request/connect.py", line 764, 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/tools/sqlmap/lib/request/connect.py", line 402, in getPage return Connect.__getPageProxy(**kwargs) File "/home/tools/sqlmap/lib/request/connect.py", line 91, in __getPageProxy return Connect.getPage(**kwargs) File "/home/tools/sqlmap/lib/request/connect.py", line 348, in getPage conn = urllib2.urlopen(req) File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "/usr/lib/python2.7/urllib2.py", line 400, in open response = self._open(req, data) File "/usr/lib/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.7/urllib2.py", line 1146, in do_open h = http_class(host, timeout=req.timeout) # will parse host:port File "/usr/lib/python2.7/httplib.py", line 693, in __init__ self._set_hostport(host, port) File "/usr/lib/python2.7/httplib.py", line 721, in _set_hostport raise InvalidURL("nonnumeric port: '%s'" % host[i+1:]) InvalidURL: nonnumeric port: '1' for key 'group_key'' - -- Alexander Hagenah Dubai, UAE. Mobile: +971 (0)50 6448151 Key ID (2048bit): 0x354C0DDB Fingerprint: FBA1 439F 7343 3729 18AF D62C 54DE FD22 354C 0DDB -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAlC4VvoACgkQVN79IjVMDdtgVgCfQVTWmGlFVp2jjMocRBz4/oc6 Q/YAninIAZxlOx4XbJogvE9OPnPIKLDN =wBp/ -----END PGP SIGNATURE----- |
From: Miroslav S. <mir...@gm...> - 2012-11-30 09:05:33
|
Hi. Thank you for your report. This moment opened a new issue for it [1]. Will keep you posted. Kind regards, Miroslav Stampar [1] https://github.com/sqlmapproject/sqlmap/issues/268 On Fri, Nov 30, 2012 at 7:49 AM, Alexander Hagenah <ah...@pr...> wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi List, > > another glitch I ran into. Let me know if you need further info. > > [07:47:38] [ERROR] thread MainThread: unhandled exception in > sqlmap/1.0-dev-6ea07f7, 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-6ea07f7 > Python version: 2.7.3rc2 > Operating system: posix > Command line: ./sqlmap.py -u > ******************************************** -D *********** --dump > Technique: ERROR > Back-end DBMS: MySQL (fingerprinted) > Traceback (most recent call last): > File "/home/tools/sqlmap/lib/core/threads.py", line 130, in runThreads > threadFunction() > File "/home/tools/sqlmap/lib/techniques/error/use.py", line 387, in > errorThread > output = __errorFields(expression, expressionFields, > expressionFieldsList, num, emptyFields) > File "/home/tools/sqlmap/lib/techniques/error/use.py", line 181, in > __errorFields > output = NULL if emptyFields and field in emptyFields else > __oneShotErrorUse(expressionReplaced, field) > File "/home/tools/sqlmap/lib/techniques/error/use.py", line 95, in > __oneShotErrorUse > page, headers = Request.queryPage(payload, content=True) > File "/home/tools/sqlmap/lib/request/connect.py", line 764, 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/tools/sqlmap/lib/request/connect.py", line 402, in getPage > return Connect.__getPageProxy(**kwargs) > File "/home/tools/sqlmap/lib/request/connect.py", line 91, in > __getPageProxy > return Connect.getPage(**kwargs) > File "/home/tools/sqlmap/lib/request/connect.py", line 348, in getPage > conn = urllib2.urlopen(req) > File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen > return _opener.open(url, data, timeout) > File "/usr/lib/python2.7/urllib2.py", line 400, in open > response = self._open(req, data) > File "/usr/lib/python2.7/urllib2.py", line 418, in _open > '_open', req) > File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain > result = func(*args) > File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open > return self.do_open(httplib.HTTPConnection, req) > File "/usr/lib/python2.7/urllib2.py", line 1146, in do_open > h = http_class(host, timeout=req.timeout) # will parse host:port > File "/usr/lib/python2.7/httplib.py", line 693, in __init__ > self._set_hostport(host, port) > File "/usr/lib/python2.7/httplib.py", line 721, in _set_hostport > raise InvalidURL("nonnumeric port: '%s'" % host[i+1:]) > InvalidURL: nonnumeric port: '1' for key 'group_key'' > > - -- > Alexander Hagenah > > Dubai, UAE. > Mobile: +971 (0)50 6448151 > > Key ID (2048bit): 0x354C0DDB > Fingerprint: FBA1 439F 7343 3729 18AF D62C 54DE FD22 354C 0DDB > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.11 (GNU/Linux) > > iEYEARECAAYFAlC4VvoACgkQVN79IjVMDdtgVgCfQVTWmGlFVp2jjMocRBz4/oc6 > Q/YAninIAZxlOx4XbJogvE9OPnPIKLDN > =wBp/ > -----END PGP SIGNATURE----- > > > > ------------------------------------------------------------------------------ > Keep yourself connected to Go Parallel: > TUNE You got it built. Now make it sing. Tune shows you how. > http://goparallel.sourceforge.net > _______________________________________________ > 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...> - 2012-11-30 09:36:20
|
Hi Alexander. I can see what's happening (at first glance it seems obvious, but it's really not :). It would be a tromendous help if you could send me a traffic file (just append --fresh-queries -t traffic.txt to those parameters used) where this happens. Kind regards, Miroslav Stampar On Fri, Nov 30, 2012 at 10:05 AM, Miroslav Stampar < mir...@gm...> wrote: > Hi. > > Thank you for your report. This moment opened a new issue for it [1]. Will > keep you posted. > > Kind regards, > Miroslav Stampar > > [1] https://github.com/sqlmapproject/sqlmap/issues/268 > > > On Fri, Nov 30, 2012 at 7:49 AM, Alexander Hagenah <ah...@pr...>wrote: > >> >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Hi List, >> >> another glitch I ran into. Let me know if you need further info. >> >> [07:47:38] [ERROR] thread MainThread: unhandled exception in >> sqlmap/1.0-dev-6ea07f7, 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-6ea07f7 >> Python version: 2.7.3rc2 >> Operating system: posix >> Command line: ./sqlmap.py -u >> ******************************************** -D *********** --dump >> Technique: ERROR >> Back-end DBMS: MySQL (fingerprinted) >> Traceback (most recent call last): >> File "/home/tools/sqlmap/lib/core/threads.py", line 130, in runThreads >> threadFunction() >> File "/home/tools/sqlmap/lib/techniques/error/use.py", line 387, in >> errorThread >> output = __errorFields(expression, expressionFields, >> expressionFieldsList, num, emptyFields) >> File "/home/tools/sqlmap/lib/techniques/error/use.py", line 181, in >> __errorFields >> output = NULL if emptyFields and field in emptyFields else >> __oneShotErrorUse(expressionReplaced, field) >> File "/home/tools/sqlmap/lib/techniques/error/use.py", line 95, in >> __oneShotErrorUse >> page, headers = Request.queryPage(payload, content=True) >> File "/home/tools/sqlmap/lib/request/connect.py", line 764, 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/tools/sqlmap/lib/request/connect.py", line 402, in getPage >> return Connect.__getPageProxy(**kwargs) >> File "/home/tools/sqlmap/lib/request/connect.py", line 91, in >> __getPageProxy >> return Connect.getPage(**kwargs) >> File "/home/tools/sqlmap/lib/request/connect.py", line 348, in getPage >> conn = urllib2.urlopen(req) >> File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen >> return _opener.open(url, data, timeout) >> File "/usr/lib/python2.7/urllib2.py", line 400, in open >> response = self._open(req, data) >> File "/usr/lib/python2.7/urllib2.py", line 418, in _open >> '_open', req) >> File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain >> result = func(*args) >> File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open >> return self.do_open(httplib.HTTPConnection, req) >> File "/usr/lib/python2.7/urllib2.py", line 1146, in do_open >> h = http_class(host, timeout=req.timeout) # will parse host:port >> File "/usr/lib/python2.7/httplib.py", line 693, in __init__ >> self._set_hostport(host, port) >> File "/usr/lib/python2.7/httplib.py", line 721, in _set_hostport >> raise InvalidURL("nonnumeric port: '%s'" % host[i+1:]) >> InvalidURL: nonnumeric port: '1' for key 'group_key'' >> >> - -- >> Alexander Hagenah >> >> Dubai, UAE. >> Mobile: +971 (0)50 6448151 >> >> Key ID (2048bit): 0x354C0DDB >> Fingerprint: FBA1 439F 7343 3729 18AF D62C 54DE FD22 354C 0DDB >> -----BEGIN PGP SIGNATURE----- >> Version: GnuPG v1.4.11 (GNU/Linux) >> >> iEYEARECAAYFAlC4VvoACgkQVN79IjVMDdtgVgCfQVTWmGlFVp2jjMocRBz4/oc6 >> Q/YAninIAZxlOx4XbJogvE9OPnPIKLDN >> =wBp/ >> -----END PGP SIGNATURE----- >> >> >> >> ------------------------------------------------------------------------------ >> Keep yourself connected to Go Parallel: >> TUNE You got it built. Now make it sing. Tune shows you how. >> http://goparallel.sourceforge.net >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >> > > > > -- > Miroslav Stampar > http://about.me/stamparm > -- Miroslav Stampar http://about.me/stamparm |