Re: [sqlmap-users] new bug

2011-04-15 Thread Miroslav Stampar
lol. sorry. my bad :) On Fri, Apr 15, 2011 at 6:26 PM, Bernardo Damele A. G. wrote: > Fixed, r3684 - svn update please. > > Bernardo > > > On 15 April 2011 16:05, m4l1c3 wrote: >> I removed my sqlmap-dev folder, and svn'd the latest. >> >> Here's the output of ./sqlmap.py --update >> >> Tracebac

Re: [sqlmap-users] new bug

2011-04-15 Thread Bernardo Damele A. G.
Fixed, r3684 - svn update please. Bernardo On 15 April 2011 16:05, m4l1c3 wrote: > I removed my sqlmap-dev folder, and svn'd the latest. > > Here's the output of ./sqlmap.py --update > > Traceback (most recent call last): >   File "./sqlmap.py", line 27, in >     from lib.controller.controller

[sqlmap-users] new bug

2011-04-15 Thread m4l1c3
I removed my sqlmap-dev folder, and svn'd the latest. Here's the output of ./sqlmap.py --update Traceback (most recent call last): File "./sqlmap.py", line 27, in from lib.controller.controller import start File "/pentest/database/sqlmap-dev/lib/controller/controller.py", line 12, in

Re: [sqlmap-users] Question

2011-04-15 Thread Miroslav Stampar
hi nightman. sorry. we were aware of this thing but haven't "patched" the problem for error and union techniques - until this moment. i believe that the last commit should fix further problems related. kr On Fri, Apr 15, 2011 at 4:03 PM, wrote: > Hi, > > I have a Problem when i dumped a DB, f

[sqlmap-users] Question

2011-04-15 Thread nightman
Hi,I have a Problem when i dumped a DB, from time to time sqlmap lost the connection to the target, but Sqlmap does not write the data already received into a csv. Why?greetz Nightman -- Benefiting from Server Virtualizati

[sqlmap-users] extra/safe2bin

2011-04-15 Thread Miroslav Stampar
hi all. maybe of you have probably noticed that we've included in last few days "safe encoding" of otherwise "unsafe" and/or "ugly" characters for terminal printing. you can notice those in dumping of values by their safehex representation, like for example: "\x07test\x14bla\xf5" or "\nthis is a

Re: [sqlmap-users] bug report

2011-04-15 Thread Miroslav Stampar
thank you for your report. find it fixed in latest revision. kr On Fri, Apr 15, 2011 at 12:54 PM, m4l1c3 wrote: > sqlmap version: 1.0-dev (r3674) > Python version: 2.5.2 > Operating system: posix > Command line: ./sqlmap.py -u > *** --batch --dump -C

[sqlmap-users] bug report

2011-04-15 Thread m4l1c3
sqlmap version: 1.0-dev (r3674) Python version: 2.5.2 Operating system: posix Command line: ./sqlmap.py -u *** --batch --dump -C *** Technique: BOOLEAN Back-end DBMS: Microsoft SQL Server (fingerprinted) Traceback (most recent call last): File "./sq