#login CTF
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
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
better create a new thread so others can help as well