[sqlmap-users] File Read Exception
Brought to you by:
inquisb
From: Leon J. <leo...@gm...> - 2012-12-07 06:50:00
|
Hi, I am getting this exception when trying to read files from disk. It is postgres backend. The exception occurs right after: sqlmap version: 1.0-dev-b5c8707 Python version: 2.7.2 Operating system: posix Command line: ./sqlmap.py -u ********************************** --file-read=/var/www/index.php Technique: STACKED Back-end DBMS: PostgreSQL (fingerprinted) Traceback (most recent call last): File "/sqlmap-dev/_sqlmap.py", line 73, in main start() File "/sqlmap-dev/lib/controller/controller.py", line 564, in start action() File "/sqlmap-dev/lib/controller/action.py", line 150, in action conf.dumper.rFile(conf.rFile, conf.dbmsHandler.readFile(conf.rFile)) File "/sqlmap-dev/plugins/generic/filesystem.py", line 233, in readFile fileContent = self._unhexString(fileContent) File "/sqlmap-dev/plugins/generic/filesystem.py", line 40, in _unhexString if len(hexStr) % 2 != 0: TypeError: object of type 'NoneType' has no len() [*] shutting down at 08:46:11 -- Regards L. Sent using electronic mail ツ |