[sqlmap-users] sqlmap has stop working...
Brought to you by:
inquisb
From: Ignacio H. <nac...@gm...> - 2009-02-02 03:46:34
|
cmd-line: ./sqlmap.py --update sqlmap version: 0.6.4-rc5 Python version: 2.5.2 Operating system: linux2 Traceback (most recent call last): File "./sqlmap.py", line 78, in main init(cmdLineOptions) File "/home/nacho/sqlmap/lib/core/option.py", line 770, in init update() File "/home/nacho/sqlmap/lib/core/update.py", line 339, in update __updateSqlmap() File "/home/nacho/sqlmap/lib/core/update.py", line 230, in __updateSqlmap sqlmapNewestVersion, _ = Request.getPage(url=SQLMAP_VERSION_URL, direct=True) File "/home/nacho/sqlmap/lib/request/connect.py", line 210, in getPage return Connect.__getPageProxy(get=get, post=post, cookie=cookie, ua=ua, direct=direct, multipart=multipart) File "/home/nacho/sqlmap/lib/request/connect.py", line 55, in __getPageProxy return Connect.getPage(**kwargs) File "/home/nacho/sqlmap/lib/request/connect.py", line 68, in getPage url = kwargs.get('url', conf.url).replace(" ", "%20") AttributeError: 'NoneType' object has no attribute 'replace' Hi Bernardo, i was using sqlmap and suddenly it stopped working. I tryed to update it and i got this error. When i try to scan an url it shows this message almost inmediately without waiting the timeout (about this in rc5 you say it has been incresed to 30 seconds but in my case it is still in 15 seconds by default) [04:30:43] [INFO] testing connection to the target url [04:30:43] [WARNING] unable to connect to the target url or proxy, sqlmap is going to retry the request [04:30:44] [WARNING] unable to connect to the target url or proxy, sqlmap is going to retry the request [04:30:45] [WARNING] unable to connect to the target url or proxy, sqlmap is going to retry the request [04:30:46] [ERROR] unable to connect to the target url or proxy Internet works ok so that's not the problem. Regards!, Nacho. |