root@b0611616034f:/security-testbeds/archery_range/xss# python3 app.py
Traceback (most recent call last):
File "/security-testbeds/archery_range/xss/app.py", line 16, in <module>
import flask
File "/usr/local/lib/python3.12/site-packages/flask/__init__.py", line 5, in <module>
from .app import Flask as Flask
File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 30, in <module>
from werkzeug.urls import url_quote
ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/usr/local/lib/python3.12/site-packages/werkzeug/urls.py). Did you mean: 'unquote'?
I'm not able to get the security-testbeds to run. Obviously I may well be doing something wrong, but I believe I am following the instructions.
The steps I'm performing:
Then in the docker container:
This fails:
The sqli and xxs apps fail in the same way.