-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
I would like to know if sqlmap is able to search an exact number of characters on a column.
Example : in the column | FILE_NAME | varchar(255) |
-D database -T documents -C FILE_NAME --dump --where "FILE_NAME=(64 CAR)"
(in the case of an exact 64 characters search)
-D database -T documents -C FILE_NAME --dump --where "FILE_NAME<(12 CAR)"
(in the case of a less than 12 characters search)
Another thing : I would like to know the weight of a database. If is possible with sqlmap to know that criteria before launching a dump ?
Thanks