[sqlmap-users] --os-shell current
Brought to you by:
inquisb
|
From: Nicolas K. <kr...@an...> - 2009-05-06 13:15:32
|
Hi, i'm pasting the error that i get from the current svn revision
[16:07:27] [ERROR] unhandled exception in sqlmap/0.7rc2, 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.7rc2
Python version: 2.5.2
Operating system: linux2
Traceback (most recent call last):
File "./sqlmap.py", line 84, in main
start()
File "/root/sqlmap/lib/controller/controller.py", line 263, in start
action()
File "/root/sqlmap/lib/controller/action.py", line 140, in action
conf.dbmsHandler.osShell()
File "/root/sqlmap/plugins/generic/takeover.py", line 294, in osShell
backdoorUrl = self.__webBackdoorInit()
File "/root/sqlmap/plugins/generic/takeover.py", line 186, in
__webBackdoorInit
uplPage, _ = Request.getPage(url=uploaderUrl, direct=True)
File "/root/sqlmap/lib/request/connect.py", line 131, 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: '80.'
[*] shutting down at: 16:07:27
Regards,
Nicolas
|