#login CTF

4 messages · Page 1 of 1 (latest)

timid lava
#

this regular expression filters the following:

The literal string "and"
A single vertical bar "|"
The equal sign "="
Any single digit (0 to 9)
The semicolon ";"

#

so you gotta do some SQL injection without any of these symbols

#

you can find lots of SQLI cheat sheets that can bypass the above filters

timid lava
#

better create a new thread so others can help as well