[19:49:15] [CRITICAL] unhandled exception occurred in 
sqlmap/1.0-dev-nongit-20141022. It is recommended to retry your run with 
the latest development version from official GitHub repository at 
'https://github.com/sqlmapproject/sqlmap'. If the exception persists, 
please open a new issue at 
'https://github.com/sqlmapproject/sqlmap/issues/new' (or less preferably 
send by e-mail to 'sqlmap-users@lists.sourceforge.net') with the 
following text and any other information required to reproduce the bug. 
The developers will try to reproduce the bug, fix it accordingly and get 
back to you
sqlmap version: 1.0-dev
Python version: 2.6.5
Operating system: posix
Command line: sqlmap.py -u 
*****************************************************
Technique: None
Back-end DBMS: None (identified)
Traceback (most recent call last):
   File "sqlmap.py", line 97, in main
     start()
   File "/home/sqlmap-master/lib/controller/controller.py", line 369, in 
start
     if not checkConnection(suppressOutput=conf.forms) or not 
checkString() or not checkRegexp():
   File "/home/sqlmap-master/lib/controller/checks.py", line 1269, in 
checkConnection
     page, _ = Request.queryPage(content=True, noteResponseTime=False)
   File "/home/sqlmap-master/lib/request/connect.py", line 900, in queryPage
     page, headers, code = Connect.getPage(url=uri, get=get, post=post, 
cookie=cookie, ua=ua, referer=referer, host=host, silent=silent, 
method=method, auxHeaders=auxHeaders, response=response, 
raise404=raise404, ignoreTimeout=timeBasedCompare)
   File "/home/sqlmap-master/lib/request/connect.py", line 319, in getPage
     headers = forgeHeaders({HTTP_HEADER.COOKIE: cookie, 
HTTP_HEADER.USER_AGENT: ua, HTTP_HEADER.REFERER: referer})
   File "/home/sqlmap-master/lib/request/basic.py", line 56, in forgeHeaders
     headers.update(items or {})
   File "/home/sqlmap-master/thirdparty/odict/odict.py", line 691, in update
     raise TypeError('undefined order, cannot get items from dict')
TypeError: undefined order, cannot get items from dict


------------------------------------------------------------------------------
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to