Re: [sqlmap-users] table enumeration bug

2011-03-25 Thread Miroslav Stampar
just to make it official to the list. commit r3479 fixed both this and bug reported by m4l1c3 kr On Fri, Mar 25, 2011 at 11:28 AM, Miroslav Stampar wrote: > hi. > > it's seems to be epidemical :) > > m4l1c3 reported it too 7 hours ago > > it would be great if you could send me the results of: -

Re: [sqlmap-users] bug report

2011-03-25 Thread Miroslav Stampar
hi m4l1c3. could you please post me the results of: -t traffic.txt --flush-session? it would be of great help. kr On Fri, Mar 25, 2011 at 3:37 AM, m4l1c3 wrote: > Python version: 2.5.2 > Operating system: posix > Command line: ./sqlmap.py -u > ***

Re: [sqlmap-users] table enumeration bug

2011-03-25 Thread Miroslav Stampar
hi. it's seems to be epidemical :) m4l1c3 reported it too 7 hours ago it would be great if you could send me the results of: --flush-session -t traffic.txt -v 3 for that -v 3 if would be great if you could send me the console lines after: [11:27:13] [INFO] fetching tables for database... kr O

[sqlmap-users] table enumeration bug

2011-03-25 Thread Kirill Morozov
[12:04:57] [CRITICAL] unhandled exception in sqlmap/0.9-dev, retry your run with the latest development version from the Subversion repository. If the exception persists, please send by e-mail to sqlmap-users@lists.sourceforge.net the following text and any information required to reproduce the bug

Re: [sqlmap-users] feature request: DES hash suport

2011-03-25 Thread Miroslav Stampar
hi. no problem. only thing is that this will be limited to sqlmap on Unix platforms as we'll need to use crypt module (http://docs.python.org/library/crypt.html). other (manual written) solutions would be too slow. kr On Fri, Mar 25, 2011 at 5:58 AM, Kirill Morozov wrote: > Hi, Miroslav, > > pl