Re: [sqlmap-users] suggestion
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2010-09-30 12:43:18
|
On Thu, Sep 30, 2010 at 12:52 PM, no-replay <su...@cl...> wrote: > Better use information_schema.columns then information_schema.tables when > altering schema, because there we can get tname too and sometimes admin > block access to inf.sc.tables note added. currently we use information_schema.tables for fingerprinting and table retrieval on MySQL databases (no alteration). we will consider adding this one too in case of need for failsafe. > > > And for beter improvement in blind, I suggest to use -- > > ascii(substring($bla,$bli,$blu))> $number > > > Because 255 : 2 = 125 --- > 125 : 2 =62 ---- > this will be faster because > we only find right number we indeed already do this one. you can find it in lib/techniques/blind/inference.py. bye > > > > > > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar E-mail / Jabber: miroslav.stampar (at) gmail.com Mobile: +385921010204 (HR 0921010204) PGP Key ID: 0xB5397B1B Location: Zagreb, Croatia |