Re: [sqlmap-users] heuristic detection of charset
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2011-04-20 08:35:23
|
hi Andres. thank you for your idea :) find it implemented in the latest commit (r3721). kr On Wed, Apr 20, 2011 at 1:47 AM, Andres Riancho <and...@gm...> wrote: > One recomendation would be to also enable it to "break a tie". If the http > header says encoding A and the html says B, use chardet to decide which one > to use. > > -- > Andres Riancho > > El abr 18, 2011 11:03 a.m., "Miroslav Stampar" <mir...@gm...> > escribió: > > hi all. > > with r3700 automatic detection of web page charset/encoding is > implemented by usage of "Universal Encoding Detector" > (http://chardet.feedparser.org/). > > it's turned on only in two cases: > A) if charset is not explicitly set > and/or > B) if declared charset is invalid (like you used to see that warning > message "unknown web page charset. please report by email...") > > basically, same mechanism is used in Firefox and used package is a > Python port of it. > > you are more than welcome to report any future problems related. > > kr > > -- > Miroslav Stampar > > E-mail: miroslav.stampar (at) gmail.com > PGP Key ID: 0xB5397B1B > > ------------------------------------------------------------------------------ > Benefiting from Server Virtualization: Beyond Initial Workload > Consolidation -- Increasing the use of server virtualization is a top > priority.Virtualization can reduce costs, simplify management, and improve > application availability and disaster protection. Learn more about boosting > the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > -- Miroslav Stampar E-mail: miroslav.stampar (at) gmail.com PGP Key ID: 0xB5397B1B |