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
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to