[sqlmap-users] Bug Report
Brought to you by:
inquisb
|
From: Matthias K. <zac...@gm...> - 2009-08-26 21:06:06
|
Hi SQLMAP-Team,
I'd like to send you a bug report.
If you need more details (e.g. URL) just let me know !
Thanks for your support,
Zach
------------
[23:02:24] [ERROR] unhandled exception in sqlmap/0.8-dev1, 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-dev1
Python version: 2.6.2
Operating system: darwin
Traceback (most recent call last):
File "./sqlmap.py", line 84, in main
start()
File "/Users/zach/SQL/sqlmap/lib/controller/controller.py", line
210, in start
injType = checkSqlInjection(place, parameter, value, parenthesis)
File "/Users/zach/SQL/sqlmap/lib/controller/checks.py", line 98, in
checkSqlInjection
trueResult = Request.queryPage(payload, place)
File "/Users/zach/SQL/sqlmap/lib/request/connect.py", line 274, in
queryPage
page, headers = Connect.getPage(get=get, post=post,
cookie=cookie, ua=ua, silent=silent)
File "/Users/zach/SQL/sqlmap/lib/request/connect.py", line 166, in
getPage
page = conn.read()
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/socket.py", line 327, in read
data = self._sock.recv(rbufsize)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/httplib.py", line 517, in read
return self._read_chunked(amt)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/httplib.py", line 578, in _read_chunked
value += self._safe_read(chunk_left)
File "/Library/Frameworks/Python.framework/Versions/2.6/lib/
python2.6/httplib.py", line 619, in _safe_read
raise IncompleteRead(''.join(s), amt)
IncompleteRead: IncompleteRead(328 bytes read, 7260 more expected)
[*] shutting down at: 23:02:24
|