You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'?
The sqli and xxs apps fail in the same way.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: