[sqlmap-users] Introducing --text-only switch
Brought to you by:
inquisb
From: Miroslav S. <mir...@gm...> - 2010-10-12 19:51:17
|
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 |