[sqlmap-users] (no subject)
Brought to you by:
inquisb
From: <nig...@em...> - 2010-10-16 14:58:59
|
sqlmap -u "http://Website.com/content.php?show=videos§ion=12&gallery=28" -f -b -o [16:43:59] [INFO] testing connection to the target url [16:44:01] [INFO] testing NULL connection to the target url [16:44:03] [INFO] testing if the url is stable, wait a few seconds [16:44:06] [INFO] url is stable [16:44:06] [INFO] testing if User-Agent parameter 'User-Agent' is dynamic [16:45:13] [INFO] confirming that User-Agent parameter 'User-Agent' is dynamic [16:45:13] [CRITICAL] connection timed out to the target url, sqlmap is going to retry the request [16:45:14] [CRITICAL] unhandled exception in sqlmap/0.9-dev, please copy the command line and the following text and send by e-mai l to sql...@li.... The developer will fix it as soon as possible: sqlmap version: 0.9-dev Python version: 2.6.5 Operating system: nt Traceback (most recent call last): File "C:\pentest\p\sqlmap.0.9\sqlmap.py", line 78, in main start() File "C:\pentest\p\sqlmap.0.9\lib\controller\controller.py", line 230, in start elif not checkDynParam(place, parameter, value): File "C:\pentest\p\sqlmap.0.9\lib\controller\checks.py", line 135, in checkDynParam dynResult2 = Request.queryPage(payload, place) File "C:\pentest\p\sqlmap.0.9\lib\request\connect.py", line 339, in queryPage page, headers = Connect.getPage(url=uri, get=get, post=post, cookie=cookie, ua=ua, silent=silent, method=method, auxHeaders=au xHeaders, response=response, raise404=raise404) File "C:\pentest\p\sqlmap.0.9\lib\request\connect.py", line 252, in getPage return Connect.__getPageProxy(**kwargs) File "C:\pentest\p\sqlmap.0.9\lib\request\connect.py", line 42, in __getPageProxy return Connect.getPage(**kwargs) File "C:\pentest\p\sqlmap.0.9\lib\request\connect.py", line 164, in getPage conn = urllib2.urlopen(req) File "C:\Python26\lib\urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "C:\Python26\lib\urllib2.py", line 391, in open response = self._open(req, data) File "C:\Python26\lib\urllib2.py", line 409, in _open '_open', req) File "C:\Python26\lib\urllib2.py", line 369, in _call_chain result = func(*args) File "C:\pentest\p\sqlmap.0.9\extra\keepalive\keepalive.py", line 204, in http_open return self.do_open(HTTPConnection, req) File "C:\pentest\p\sqlmap.0.9\extra\keepalive\keepalive.py", line 154, in do_open self._start_connection(h, req) File "C:\pentest\p\sqlmap.0.9\extra\keepalive\keepalive.py", line 129, in _start_connection h.putrequest('GET', req.get_selector()) File "C:\Python26\lib\httplib.py", line 814, in putrequest raise CannotSendRequest() CannotSendRequest [*] shutting down at: 16:45:14 |