File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ sqlmap (0.9-1) stable; urgency=low
1919 * Support for customizable HTTP redirections (Bernardo).
2020 * Support to replicate the back-end DBMS tables structure and entries
2121 in a local SQLite 3 database (Miroslav). IN PROGRESS
22+ * Support to parse and test forms on target url (Miroslav). IN PROGRESS
2223 * Added switches to brute-force table names with a dictionary attack,
2324 --common-exists and --exists. Useful for instance when system table
2425 'information_schema' is not available on MySQL (Miroslav).
Original file line number Diff line number Diff line change @@ -185,6 +185,10 @@ Guido Landi <lists@keamera.org>
185185Lee Lawson <Lee.Lawson@dns.co.uk>
186186 for reporting a minor bug
187187
188+ John J. Lee <jjl@pobox.com> & others
189+ for developing the clientform Python library used by sqlmap to parse
190+ forms when --forms switch is specified
191+
188192Nico Leidecker <nico@leidecker.info>
189193 for providing me with feedback on a few features
190194 for reporting a couple of bugs
You can’t perform that action at this time.
0 commit comments