Re: [sqlmap-users] File Read Exception
Brought to you by:
inquisb
From: Leon J. <leo...@gm...> - 2012-12-07 06:51:21
|
On Fri, Dec 7, 2012 at 8:49 AM, Leon Jacobs <leo...@gm...> wrote: > Hi, > > I am getting this exception when trying to read files from disk. It is > postgres backend. The exception occurs right after: > Apologies, sent too fast. Exception occurs right after: [08:49:29] [INFO] creating UDF 'sys_fileread' from the binary UDF file > > > 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 ツ |