[sqlmap-users] unhandled exception
Brought to you by:
inquisb
|
From: Kerem G. <ker...@gm...> - 2009-12-21 09:24:15
|
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: ''
|