/ctr-broken-couter-lab

The hacking lab for broken couter in CTR mode

Primary LanguageCSSMIT LicenseMIT

CTR Broken Couter Lab

The hacking lab for broken couter in CTR mode.

Let Play

Please hack this lab on your own environment. And then, get a real flag HERE!.

Running Locally

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-broken-couter-lab.git
$ cd ctr-broken-couter-lab
$ pip install -r requirements.txt
$ echo "FLAG=flag{ILoveYou}" > .env
$ heroku local

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create
$ git push heroku main
$ heroku open

or

Deploy