[sqlmap-users] Maybe a bug with --roles
Brought to you by:
inquisb
From: David G. <sk...@gm...> - 2010-03-26 19:42:57
|
# ./sqlmap.py ... --roles sqlmap/0.9-dev - automatic SQL injection and database takeover tool http://sqlmap.sourceforge.net [*] starting at: 16:39:53 [16:39:53] [WARNING] the testable parameter 'unidade' you provided is not into the Cookie [16:39:53] [INFO] using '/home/skys/sqlmap-dev/output/portais.ufg.br/session' as session file [16:39:53] [INFO] resuming match ratio '0.848' from session file [16:39:53] [INFO] resuming injection point 'POST' from session file [16:39:53] [INFO] resuming injection parameter 'unidade' from session file [16:39:53] [INFO] resuming injection type 'numeric' from session file [16:39:53] [INFO] resuming 0 number of parenthesis from session file [16:39:53] [INFO] resuming back-end DBMS 'postgresql' from session file [16:39:53] [INFO] resuming union comment '--' from session file [16:39:53] [INFO] resuming union count 8 from session file [16:39:53] [INFO] resuming union position 2 from session file [16:39:53] [INFO] testing connection to the target url [16:39:53] [INFO] testing for parenthesis on injectable parameter [16:39:53] [INFO] the back-end DBMS is PostgreSQL web application technology: PHP 5.2.12, Apache 2.2.14 back-end DBMS: PostgreSQL [16:39:53] [INFO] fetching database users privileges [16:39:53] [INFO] read from file 'xxx': xxx [16:39:53] [ERROR] unhandled exception in sqlmap/0.9-dev, 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.9-dev Python version: 2.5.2 Operating system: linux2 Traceback (most recent call last): File "./sqlmap.py", line 75, in main start() File "/home/skys/sqlmap-dev/lib/controller/controller.py", line 260, in start action() File "/home/skys/sqlmap-dev/lib/controller/action.py", line 106, in action conf.dbmsHandler.getRoles(), "role") File "/home/skys/sqlmap-dev/lib/core/dump.py", line 110, in userSettings users = userSettings.keys() AttributeError: 'NoneType' object has no attribute 'keys' [*] shutting down at: 16:39:53 -- David Gomes Guimarães |