This commit is contained in:
Bernardo Damele
2010-10-20 21:52:33 +00:00
parent 3b5c5cc457
commit 22ed09a358
2 changed files with 5 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ sqlmap (0.9-1) stable; urgency=low
* Support for customizable HTTP redirections (Bernardo).
* Support to replicate the back-end DBMS tables structure and entries
in a local SQLite 3 database (Miroslav). IN PROGRESS
* Support to parse and test forms on target url (Miroslav). IN PROGRESS
* Added switches to brute-force table names with a dictionary attack,
--common-exists and --exists. Useful for instance when system table
'information_schema' is not available on MySQL (Miroslav).