The hacking lab for static nonce in CTR mode
Please find a bud in the app.py file. Then, hack this lab on your own environment. Next, get a real flag https://ctr-static-nonce-lab.herokuapp.com/. Finally, submit flag on https://lab.suam.wtf/.
Make sure you have Python 3.7 installed locally. To push to Heroku, you'll need to install the Heroku CLI.
$ git clone https://github.com/suam-team/ctr-static-nonce-lab.git
$ cd ctr-static-nonce-lab
$ pip install -r requirements.txt
$ echo "FLAG=flag{ILoveYou}" > .env
$ heroku local
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku main
$ heroku open
or