[sqlmap-users] bug
Brought to you by:
inquisb
From: ahmed a. <ad...@7r...> - 2013-01-31 13:29:09
|
i got this bug please fix it [04:04:05] [CRITICAL] unhandled exception in sqlmap/1.0-dev, retry your run with the latest development version from the GitHub repository. If the exception per sists, please send by e-mail to 'sql...@li...' or open a n ew issue at 'https://github.com/sqlmapproject/sqlmap/issues/new' with the follow ing 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 Python version: 2.7.3 Operating system: nt Command line: C:\Users\run\sqlmap\sqlmap.py -u ********************************* ******************************************************************************** *********************************** -D ********* -T ********* --dump --level 3 - -proxy ************************** Technique: UNION Back-end DBMS: MySQL (fingerprinted) Traceback (most recent call last): File "C:\Users\run\sqlmap\_sqlmap.py", line 73, in main start() File "C:\Users\run\sqlmap\lib\controller\controller.py", line 569, in start action() File "C:\Users\run\sqlmap\lib\controller\action.py", line 126, in action conf.dbmsHandler.dumpTable() File "C:\Users\run\sqlmap\plugins\generic\entries.py", line 323, in dumpTable conf.dumper.dbTableValues(kb.data.dumpedTable) File "C:\Users\run\sqlmap\lib\core\dump.py", line 483, in dbTableValues mimetype = magic.from_buffer(value, mime=True) File "C:\Users\run\sqlmap\thirdparty\magic\magic.py", line 104, in from_buffer m = _get_magic_type(mime) File "C:\Users\run\sqlmap\thirdparty\magic\magic.py", line 95, in _get_magic_t ype return _get_magic_mime() File "C:\Users\run\sqlmap\thirdparty\magic\magic.py", line 84, in _get_magic_m ime _magic_mime = Magic(mime=True) File "C:\Users\run\sqlmap\thirdparty\magic\magic.py", line 50, in __init__ self.cookie = magic_open(flags) NameError: global name 'magic_open' is not defined NameError: global name 'magic_open' is not defined [*] shutting down at 04:04:05 Exception AttributeError: "Magic instance has no attribute 'cookie'" in <bound m ethod Magic.__del__ of <thirdparty.magic.magic.Magic instance at 0x0000000003797 588>> ignored |