Blacklist-based SQLi protection bypass lab 2 (harder than some-sqli-lab 1 a little bit)
Please finish Some Sqli Lab before hacking this lab.
Please find a bud in the app.py file. Then, hack this lab on your own environment. Next, get a real flag https://some-sqli-lab-2.herokuapp.com/. Finally, submit flag on https://lab.suam.wtf/.
Make sure you have Docker installed locally.
$ git clone https://github.com/suam-team/some-sqli-lab-2.git
$ cd some-sqli-lab-2
$ docker build -t some-sqli-lab-2 .
$ docker run -p 5000:1337 -d -e PORT=1337 -e FLAG=flag{IloveYou} --rm some-sqli-lab-2
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku main
$ heroku open
or