Re: [sqlmap-users] File Read Exception
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2012-12-07 09:58:01
|
Hi. It should be fixed now ;) Bye On Fri, Dec 7, 2012 at 7:51 AM, Leon Jacobs <leo...@gm...> wrote: > 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 ツ > > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |