80

Possible SQL injection

Weed out chars that change the response. Send to repeater and manually fuzz

  • + and - could be for math

    • 1+1

    • 1 + 1

    • "1" + "1"

    • 2 - 1

  • . could mean it's an integer and not a float

  • ; ending the SQL statement

circle-check

SQL Query most likely looks like this

We can do any of the operations after the where condtion

circle-info

UNION SELECT is after the where condition but not in the table for some reason

Comes back as true

The statement should look like

If the initial query is false then we can overwrite the output

OR

Last updated