Skip to content

Need help to execute requests with the "--where" option #5935

@turboman99maker

Description

@turboman99maker

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions