[sqlmap-users] SQLMap Error
Brought to you by:
inquisb
From: Olu A. <sey...@gm...> - 2011-07-08 23:16:58
|
Hi, Ran into this error whilst performing a test sqlmap version: 1.0-dev (r4236) Python version: 2.6.1 Operating system: posix Command line: ./sqlmap.py -u *********************************************** --forms -D ****** --tables -v 3 --level=3 --technique=B Technique: BOOLEAN Back-end DBMS: Microsoft SQL Server (fingerprinted) Traceback (most recent call last): File "./sqlmap.py", line 86, in main start() File "/Users/fx/sqlmap/lib/controller/controller.py", line 535, in start __saveToSessionFile() File "/Users/fx/sqlmap/lib/controller/controller.py", line 166, in __saveToSessionFile setInjection(inj) File "/Users/fx/sqlmap/lib/core/session.py", line 55, in setInjection and intersect(base64unpickle(kb.resumedQueries[conf.url]["Injection data"][:-1]).data.keys(),\ File "/Users/fx/sqlmap/lib/core/convert.py", line 44, in base64unpickle return pickle.loads(base64decode(value)) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/pickle.py", line 1374, in loads return Unpickler(file).load() File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/pickle.py", line 858, in load dispatch[key](self) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/pickle.py", line 1090, in load_global klass = self.find_class(module, name) File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/pickle.py", line 1126, in find_class klass = getattr(mod, name) AttributeError: 'module' object has no attribute 'injectionDict' [*] shutting down at 00:14:18 Thanks |