Sqlite3

Dojo #16

drag_indicator
info
drag_indicator
inputs
drag_indicator
inspect

Blind SQL Injection hardstuck in the LIMIT statment - DOJO #16 (Until 01/04/2022)

Submit your solution HERE for a chance to win an exclusive swag pack! :D

Description

This code runs a SQL statment where it collects some data from the table users with a LIMIT statment that is controlled by user input.

What can go wrong ?! :)

...

Most of the time when your able to inject a value inside the LIMIT statment. The backend code checks if the user input is an (int) type. Ex: (int) LIMIT = $nr. This makes it a lot harder to exploit.

Does this code really filter the user input to (int) type values? ;)

Hint

  • Space is almost never needed when you got a keyboard full of special chars anyway. You will be suprised how much you can do with the "limitation" your facing. Be creative, your a hacker, aren't you?

Use this when you stuck!

- -Help - -Execute

Links

Goal

  • Get the password from the admin user who has the id = 1

Rules

  • BruteForce is NOT allowed.
drag_indicator
waf
INPUT
OUTPUT
drag_indicator
code
drag_indicator
result