Re: [sqlmap-users] Bug found ... was working before update :|
Brought to you by:
inquisb
From: Zeze C. <zez...@gm...> - 2011-07-08 22:09:36
|
New fresh install. Appears to be everything ok... Or not... Data in not being shown. Sqlinjection is ok, found database, tables and columns but no data is show. Anyone having this problem? BS On 08/07/2011, Zeze Canarinha <zez...@gm...> wrote: > Sirs, > > After the update of today... :| > > [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4236), 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 following text and any > 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 (r4236) > Python version: 2.6.5 > Operating system: posix > Command line: ./sqlmap.py -u > *********************************************************************************** > --random-agent -D ************ -T ******** --columns threads 5 > Technique: UNION > Back-end DBMS: MySQL (fingerprinted) > Traceback (most recent call last): > File "./sqlmap.py", line 86, in main > start() > File "/pentest/web/scanners/sqlmap/lib/controller/controller.py", > line 535, in start > __saveToSessionFile() > File "/pentest/web/scanners/sqlmap/lib/controller/controller.py", > line 166, in __saveToSessionFile > setInjection(inj) > File "/pentest/web/scanners/sqlmap/lib/core/session.py", line 55, in > setInjection > and intersect(base64unpickle(kb.resumedQueries[conf.url]["Injection > data"][:-1]).data.keys(),\ > File "/pentest/web/scanners/sqlmap/lib/core/convert.py", line 44, in > base64unpickle > return pickle.loads(base64decode(value)) > File "/usr/lib/python2.6/pickle.py", line 1374, in loads > return Unpickler(file).load() > File "/usr/lib/python2.6/pickle.py", line 858, in load > dispatch[key](self) > File "/usr/lib/python2.6/pickle.py", line 1090, in load_global > klass = self.find_class(module, name) > File "/usr/lib/python2.6/pickle.py", line 1126, in find_class > klass = getattr(mod, name) > AttributeError: 'module' object has no attribute 'injectionDict' > |