[sqlmap-users] unexpected troubles SQLMap 0.9
Brought to you by:
inquisb
From: Preth H. <pre...@gm...> - 2011-08-24 00:25:42
|
Hi, i have some unexpected troubles with the latest version of SQLMap (0.9). I hope this can help you to keep developing your t00l :) -------------------- error log -------------------------------- [19:14:37] [CRITICAL] unhandled exception in sqlmap/0.9, 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: 0.9 (r3630) Python version: 2.7.1+ Operating system: posix Command line: ./sqlmap.py -u ************************************************************************************** --file-read=/etc/passwd Technique: STACKED Back-end DBMS: PostgreSQL (fingerprinted) Traceback (most recent call last): File "./sqlmap.py", line 82, in main start() File "/home/preth00nker/Descargas/sqlmap-latest/sqlmap/lib/controller/controller.py", line 447, in start action() File "/home/preth00nker/Descargas/sqlmap-latest/sqlmap/lib/controller/action.py", line 123, in action conf.dumper.rFile(conf.rFile, conf.dbmsHandler.readFile(conf.rFile)) File "/home/preth00nker/Descargas/sqlmap-latest/sqlmap/plugins/generic/filesystem.py", line 301, in readFile fileContent = self.__unhexString(fileContent) File "/home/preth00nker/Descargas/sqlmap-latest/sqlmap/plugins/generic/filesystem.py", line 43, in __unhexString if len(hexStr) % 2 != 0: TypeError: object of type 'NoneType' has no len() [*] shutting down at: 19:14:37 -------------------- eof -------------------------------- greets |