-
-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Description
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.