Re: [sqlmap-users] Introducing --text-only switch
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2010-10-12 22:49:43
|
hi. they are also left out (see that regular expression down in p.s.: <[^>]+>) bye On Wed, Oct 13, 2010 at 12:27 AM, Carlos Gabriel Vergara <car...@gm...> wrote: > What about CDATA tags and comments (<!-- -->)? > > 2010/10/12 Miroslav Stampar <mir...@gm...>: >> Hi. >> >> With the latest SVN commit we've introduced new switch --text-only. It >> should sharp up detection engine capabilities of sqlmap by using >> comparison of only textual parts of retrieved pages. This means that >> page parts as javascript code, style guidelines and general tags are >> going to be cleaned up before the comparison phase removing most >> probably irrelevant and/or dynamic parts of the queries page. Please, >> report any problems you might encounter while using it. >> >> Kind regards. >> >> p.s. generally, we are removing parts described by this regular >> expression: <script.+?</script>|<style.+?</style>|<[^>]+> >> if you have any other suggestion(s) you are more than welcome to give it. >> >> -- >> Miroslav Stampar >> >> E-mail / Jabber: miroslav.stampar (at) gmail.com >> Mobile: +385921010204 (HR 0921010204) >> PGP Key ID: 0xB5397B1B >> Location: Zagreb, Croatia >> >> ------------------------------------------------------------------------------ >> Beautiful is writing same markup. Internet Explorer 9 supports >> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. >> Spend less time writing and rewriting code and more time creating great >> experiences on the web. Be a part of the beta today. >> http://p.sf.net/sfu/beautyoftheweb >> _______________________________________________ >> sqlmap-users mailing list >> sql...@li... >> https://lists.sourceforge.net/lists/listinfo/sqlmap-users >> > > > > -- > --------8<-------- > Carlos Gabriel Vergara > http://www.ThorSecurity.com.ar > > PGP: http://www.ThorSecurity.com.ar/gabrielvergara.pgp > -------->8-------- > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > 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 |