- Python3
- pip
- virtualenv
- flask
pip3 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
./prepare.sh
flask run
or:
python3 -m flask run
I won't show you how the attack works, you have to learn this by yourself. 😉
pip3 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
./prepare.sh
flask run
or:
python3 -m flask run
I won't show you how the attack works, you have to learn this by yourself. 😉