Re: [sqlmap-users] (no subject)
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2010-10-16 21:32:22
|
hi. thank you for your report. updated version should handle this issue (connection time outs are not welcome, while expected from time to time, but keepalive module shouldn't crash like this when reusing connection instance - fixed). kind regards. On Sat, Oct 16, 2010 at 4:58 PM, <nig...@em...> wrote: > 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 > > ------------------------------------------------------------------------------ > Download new Adobe(R) Flash(R) Builder(TM) 4 > The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly > Flex(R) Builder(TM)) enable the development of rich applications that run > across multiple browsers and platforms. Download your free trials today! > http://p.sf.net/sfu/adobe-dev2dev > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar E-mail / Jabber: miroslav.stampar (at) gmail.com Mobile: +385921010204 (HR 0921010204) PGP Key ID: 0xB5397B1B Location: Zagreb, Croatia |