[sqlmap-users] Bug
Brought to you by:
inquisb
From: Chris O. <chr...@gm...> - 2011-07-11 11:10:15
|
[12:09:23] [CRITICAL] unhandled exception in sqlmap/1.0-dev (r4253), r etry your run with the latest development version from the Subversion repository. If the exception persists, please send by e-mail to sqlmap -u...@li... the following text and any information re quired 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 (r4253) Python version: 2.7.1 Operating system: nt Command line: sqlmap.py -u ******************************************* ********* --data username=foo&password=bar&login-php-submit-button=Log in -p username --passwords Technique: UNION Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "sqlmap.py", line 86, in main start() File "C:\Program Files\sqlmap-0.9\lib\controller\controller.py", lin e 554, in start action() File "C:\Program Files\sqlmap-0.9\lib\controller\action.py", line 77 , in action conf.dbmsHandler.getPasswordHashes(), "password hash") File "C:\Program Files\sqlmap-0.9\plugins\generic\enumeration.py", l ine 395, in getPasswordHashes attackCachedUsersPasswords() File "C:\Program Files\sqlmap-0.9\lib\utils\hash.py", line 240, in a ttackCachedUsersPasswords results = dictionaryAttack(kb.data.cachedUsersPasswords) File "C:\Program Files\sqlmap-0.9\lib\utils\hash.py", line 507, in d ictionaryAttack p.start() File "C:\Python27\lib\multiprocessing\process.py", line 104, in star t self._popen = Popen(self) File "C:\Python27\lib\multiprocessing\forking.py", line 244, in __in it__ dump(process_obj, to_child, HIGHEST_PROTOCOL) File "C:\Python27\lib\multiprocessing\forking.py", line 167, in dump ForkingPickler(file, protocol).dump(obj) File "C:\Python27\lib\pickle.py", line 224, in dump self.save(obj) File "C:\Python27\lib\pickle.py", line 331, in save self.save_reduce(obj=obj, *rv) File "C:\Python27\lib\pickle.py", line 419, in save_reduce save(state) File "C:\Python27\lib\pickle.py", line 286, in save f(self, obj) # Call unbound method with explicit self File "C:\Python27\lib\pickle.py", line 649, in save_dict self._batch_setitems(obj.iteritems()) File "C:\Python27\lib\pickle.py", line 681, in _batch_setitems save(v) File "C:\Python27\lib\pickle.py", line 286, in save f(self, obj) # Call unbound method with explicit self File "C:\Python27\lib\pickle.py", line 748, in save_global (obj, module, name)) PicklingError: Can't pickle <function bruteProcess at 0x01783CF0>: it' s not found as lib.utils.hash.bruteProcess [*] shutting down at 12:09:23 C:\Program Files\sqlmap-0.9>Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Python27\lib\multiprocessing\forking.py", line 347, in main self = load(from_parent) File "C:\Python27\lib\pickle.py", line 1378, in load return Unpickler(file).load() File "C:\Python27\lib\pickle.py", line 858, in load dispatch[key](self) File "C:\Python27\lib\pickle.py", line 880, in load_eof raise EOFError EOFError |