by Bonceng
COMPFEST13{everyONE_n33d5_m0n3y_money_MoNeY_c289b51c8d}
We come back with new features and security. To make up for our mistake last year, we were given free credits for all accounts.
medium
Rich person always transfer their money to the fictive account to avoid taxes. Maybe you can steal it?
XSS, Logic Error, Mass Injection
- Change website link using
HOSTenvironment variables - Change credentials if needed
- Run using
src/bot/Dockerfileor docker-compose
- Change flag and the price in
src/server/compfestpay2/secret.py - Install module requirements using
pip install -r src/server/requirements.txt - Migrate data run:
python3 manage.py migrate python3 manage.py loaddata seed - Run the program using
python3 manage.py runserver