Re: [sqlmap-users] SQLMap Error
Brought to you by:
inquisb
From: yonny m. <yo...@go...> - 2011-01-25 19:25:48
|
Hi guys.. Bumped into this after todays update.... [22:22:23] [WARNING] url is not stable, sqlmap will base the page comparison on a sequence matcher. If no dynamic nor injectable parameters are detected, or in case of junk results, refer to user's manual paragraph 'Page comparison' and provide a string or regular expression to match on how do you want to proceed? [(C)ontinue/(s)tring/(r)egex/(q)uit] c [22:22:34] [CRITICAL] unhandled exception in sqlmap/0.9-dev, retry your run with the latest development version from the Subversion repository. If the exception persists, please send by e-mail to sql...@li... the command line, the following text and any information needed to reproduce the bug. The developers will try to reproduce the bug, fix it accordingly and get back to you. sqlmap version: 0.9-dev (r3113) Python version: 2.6.5 Operating system: posix Traceback (most recent call last): File "./sqlmap.py", line 83, in main start() File "/pentest/database/sqlmap/lib/controller/controller.py", line 292, in start checkStability() File "/pentest/database/sqlmap/lib/controller/checks.py", line 691, in checkStability checkDynamicContent(firstPage, secondPage) File "/pentest/database/sqlmap/lib/controller/checks.py", line 581, in checkDynamicContent if seqMatcher.quick_ratio() <= UPPER_RATIO_BOUND: File "/usr/lib/python2.6/difflib.py", line 682, in quick_ratio for elt in self.a: TypeError: iteration over non-sequence |