Skip to content

When marking with * SQLMap behavior changes #5123

@bararchy

Description

@bararchy

Those two runs will produce a totally different result:

sqlmap https://brokencrystals.com/api/testimonials/count?query=select+count(1)+as+count+from+testimonial* - Wont work
sqlmap https://brokencrystals.com/api/testimonials/count?query=select+count(1)+as+count+from+testimonial - Works

Notice the only difference is the *

Expected outcome is that those two commands will produce the same result.

Note
The target is a vulnerable application, have fun testing against it.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions