Re: [sqlmap-users] [WARNING] unknown charset 'it'
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2013-09-24 20:11:53
|
Hi. Are you using the latest revision from our Github pages? There are two similar messages in the latest revision: 1) [WARNING] unknown web page charset '...'. Please report by email to ... 2) [ERROR] unknown charset '...'. Please visit ... but none of those is the same as yours. In case that the "message" is coming from the declared web page charset, and you said that the "meta" tag declared "iso-8859-1", there is a possibility that the problematic "it" is coming from the HTTP header "Content-type" (Content-type: ...charset=...). Just to be clear, that charset name is really invalid. In these kind of cases we usually do some kind of patching (translation of those typos), but "it" doesn't really have a good substitute. Also, that is just a warning message. Hence, sqlmap probably recognized a declared charset from mentioned meta tag afterwards. Kind regards, Miroslav Stampar On Thu, Sep 19, 2013 at 12:54 PM, dark sea <dar...@go...> wrote: > To whom it may concern. > > Hello there, today while I was testing a friend webpage I got the error: > [WARNING] unknown charset 'it' > > the meta tag of the site: > > <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> > > > Kind Regards, > > ds > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > sqlmap-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sqlmap-users > > -- Miroslav Stampar http://about.me/stamparm |