Re: [sqlmap-users] bug report
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2011-04-27 08:41:07
|
It's not that we expected such large log files, so everything is loaded into memory and processed. We can adapt and read line by line, problem will be solved for sure but it would slow down the processing of the log files. Will do something regarding later this week. kr On Tuesday, April 26, 2011, m4l1c3 <mal...@gm...> wrote: > Target login page is like: Type a number into a field, a login appears. I log in, and spider with burpsuite. 250mb log file (too much?) > > sqlmap version: 1.0-dev (r3770) > Python version: 2.5.2 > Operating system: posix > Command line: ./sqlmap.py -l /stough/log --batch --dbs > Technique: None > Back-end DBMS: None (identified) > Traceback (most recent call last): > File "./sqlmap.py", line 75, in main > init(cmdLineOptions) > File "/pentest/database/sqlmap-dev/lib/core/option.py", line 1600, in init > __setMultipleTargets() > File "/pentest/database/sqlmap-dev/lib/core/option.py", line 332, in __setMultipleTargets > __feedTargetsDict(conf.list, addedTargetUrls) > File "/pentest/database/sqlmap-dev/lib/core/option.py", line 296, in __feedTargetsDict > content = content.replace("\r", "") > MemoryError > > > -- Miroslav Stampar E-mail: miroslav.stampar (at) gmail.com PGP Key ID: 0xB5397B1B |