Re: [sqlmap-users] unhandled exception
Brought to you by:
inquisb
|
From: Bernardo D. A. G. <ber...@gm...> - 2009-12-21 11:07:12
|
Try with sqlmap latest development version from subversion and
preferably with Python 2.6.
On Mon, Dec 21, 2009 at 09:24, Kerem Gunes <ker...@gm...> wrote:
> sqlmap version: 0.7
> Python version: 2.5.1
> Operating system: darwin
> Traceback (most recent call last):
> File "./sqlmap.py", line 84, in main
> start()
> File "/Users/h4x/pwn/sqlmap-0.7/lib/controller/controller.py", line 263,
> in start
> action()
> File "/Users/h4x/pwn/sqlmap-0.7/lib/controller/action.py", line 140, in
> action
> conf.dbmsHandler.osShell()
> File "/Users/h4x/pwn/sqlmap-0.7/plugins/generic/takeover.py", line 295, in
> osShell
> backdoorUrl = self.__webBackdoorInit()
> File "/Users/h4x/pwn/sqlmap-0.7/plugins/generic/takeover.py", line 187, in
> __webBackdoorInit
> uplPage, _ = Request.getPage(url=uploaderUrl, direct=True)
> File "/Users/h4x/pwn/sqlmap-0.7/lib/request/connect.py", line 131, in
> getPage
> conn = urllib2.urlopen(req)
> File
> "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py",
> line 121, in urlopen
> return _opener.open(url, data)
> File
> "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py",
> line 374, in open
> response = self._open(req, data)
> File
> "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py",
> line 392, in _open
> '_open', req)
> File
> "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py",
> line 353, in _call_chain
> result = func(*args)
> File
> "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py",
> line 1100, in http_open
> return self.do_open(httplib.HTTPConnection, req)
> File
> "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/urllib2.py",
> line 1057, in do_open
> h = http_class(host) # will parse host:port
> File
> "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/httplib.py",
> line 635, in __init__
> self._set_hostport(host, port)
> File
> "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/httplib.py",
> line 647, in _set_hostport
> raise InvalidURL("nonnumeric port: '%s'" % host[i+1:])
> InvalidURL: nonnumeric port: ''
>
>
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> 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
|