[sqlmap-users] feature request: DES hash suport

2011-03-24 Thread Kirill Morozov
Hi, Miroslav, please add standart DES hash(13 chars, 2 bytes salt) support to sqlmap. Thanks. -- Kirill Morozov KIMO2-RIPE, RHCE -- Enable your software for Intel(R) Active Management Technology to meet the growing mana

[sqlmap-users] bug report

2011-03-24 Thread m4l1c3
Python version: 2.5.2 Operating system: posix Command line: ./sqlmap.py -u --batch -o --tables -D ** Technique: UNION Back-end DBMS: MySQL (fingerprinted) Traceback (most recent

Re: [sqlmap-users] Possible bug in enumeration of results

2011-03-24 Thread Miroslav Stampar
"Sorry for delay, works fine now thanks" just to put it official. kr On Thu, Mar 24, 2011 at 1:20 PM, Miroslav Stampar wrote: > hi > > is there a possibility to send privately result of that run with > switch -t traffic.txt (with --flush-session or --fresh-queries)? > > kr > > On Thu, Mar 24,

Re: [sqlmap-users] Possible bug in enumeration of results

2011-03-24 Thread Miroslav Stampar
hi is there a possibility to send privately result of that run with switch -t traffic.txt (with --flush-session or --fresh-queries)? kr On Thu, Mar 24, 2011 at 12:21 PM, Alone Shell wrote: > Hi all, > First at all, sorry for my English and congrats for this great tool xD > ok, I'm auditing a we

[sqlmap-users] Possible bug in enumeration of results

2011-03-24 Thread Alone Shell
Hi all, First at all, sorry for my English and congrats for this great tool xD ok, I'm auditing a web application with iis5 and SQL Server 2000 and in all the enumeration techniques (--dbs, --users ... ) the number of entities retrieved is greater than the real retrieved data, resulting in duplic

[sqlmap-users] new switch --fresh-queries

2011-03-24 Thread Miroslav Stampar
hi all. with r3466 there is a new switch introduced. it's called --fresh-queries and it has a similar functionality as --flush-session. there are cases when you'll need to make new ("fresh") query results without flushing the whole session file or removing lines from session file manually. those

Re: [sqlmap-users] unknown charset

2011-03-24 Thread Miroslav Stampar
hi Kirill thank you for your report. find it fixed in the latest commit. there are popular "typos" out there with non-IANA (http://www.iana.org/assignments/character-sets) conformant values. that's why've put that warning message out there and we encourage you all to report such cases. thing is t

[sqlmap-users] unknown charset

2011-03-24 Thread Kirill Morozov
> > if you tend to spot something for several times please report and we'll fix it as quick as we can. Thank your for quickly response. While testing sites of my customers, i received this error from 2 different sites. [WARNING] unknown charset '8859-1'. Please report by e-mail to sqlmap-users

Re: [sqlmap-users] problem while hashing

2011-03-24 Thread Miroslav Stampar
hi. thank you for your report. find it fixed in the latest revision. actually table value was None there and we weren't checking. if you tend to spot something for several times please report and we'll fix it as quick as we can. kr On Thu, Mar 24, 2011 at 9:20 AM, Kirill Morozov wrote: > [08:

[sqlmap-users] problem while hashing

2011-03-24 Thread Kirill Morozov
[08:07:06] [CRITICAL] there was a problem while hashing entry: u'Dud\xfa'. Please report by e-mail to sqlmap-users@lists.sourceforge.net. [08:07:06] [CRITICAL] there was a problem while hashing entry: u'el caribe\xf1o'. Please report by e-mail to sqlmap-users@lists.sourceforge.net. [08:07:06] [CR