[sqlmap-users] Bug
Brought to you by:
inquisb
From: <nig...@em...> - 2010-11-12 17:59:20
|
C:\pentest\sqlmap.0.9>sqlmap -u "http://www.site.com/dvds.php?dvdId=4&isOn=1" --auth-type=basic --auth-cred=user:pass -f -b [18:50:12] [CRITICAL] unhandled exception in sqlmap/0.9-dev, retry your run with the latest development version from the Subversio n repository. If the exception persists, please send by e-mail to sql...@li... the command line, the followi ng text and any information needed to reproduce the bug. The developers will try to reproduce the bug, fix it accordingly and get back to you. sqlmap version: 0.9-dev Python version: 2.6.5 Operating system: nt Traceback (most recent call last): File "C:\pentest\sqlmap.0.9\sqlmap.py", line 79, in main start() File "C:\pentest\sqlmap.0.9\lib\controller\controller.py", line 261, in start injType = checkSqlInjection(place, parameter, value, parenthesis) File "C:\pentest\sqlmap.0.9\lib\controller\checks.py", line 94, in checkSqlInjection falseResult = Request.queryPage(payload, place) File "C:\pentest\sqlmap.0.9\lib\request\connect.py", line 383, 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\sqlmap.0.9\lib\request\connect.py", line 218, in getPage page = conn.read() File "C:\Python26\lib\socket.py", line 329, in read data = self._sock.recv(rbufsize) File "C:\Python26\lib\httplib.py", line 518, in read return self._read_chunked(amt) File "C:\Python26\lib\httplib.py", line 561, in _read_chunked raise IncompleteRead(''.join(value)) IncompleteRead: IncompleteRead(1284 bytes read) [*] shutting down at: 18:50:12 |