[sqlmap-users] Error in 1.0-dev (r4577)
Brought to you by:
inquisb
From: Jacco v. T. <jac...@gm...> - 2011-12-08 12:56:17
|
running sqlmap in backtrack 5 it gives me the following error: sqlmap version: 1.0-dev (r4577) Python version: 2.6.5 Operating system: posix Command line: sqlmap.py -u ******************************************************************** --forms --tor --random-agent --dump-all --exclude-sys --level=3 --risk=3 -o Technique: None Back-end DBMS: None (identified) Traceback (most recent call last): File "/pentest/database/sqlmap/sqlmap/_sqlmap.py", line 77, in main init(cmdLineOptions) File "/pentest/database/sqlmap/sqlmap/lib/core/option.py", line 1857, in init __findPageForms() File "/pentest/database/sqlmap/sqlmap/lib/core/option.py", line 540, in __findPageForms findPageForms(page, conf.url, True, True) File "/pentest/database/sqlmap/sqlmap/lib/core/common.py", line 3117, in findPageForms item.selected = True File "/pentest/database/sqlmap/sqlmap/extra/clientform/clientform.py", line 1653, in __setattr__ self._control._set_selected_state(self, value) File "/pentest/database/sqlmap/sqlmap/extra/clientform/clientform.py", line 1917, in _set_selected_state raise AttributeError("control '%s' is disabled" % self.name) AttributeError: control 'ctl00$ctl00$SiteMainContent$MainContentLeft$ctl01$ctl00$ListControlRender$VersionFilter' is disabled [*] shutting down at 07:39:51 |