We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We follow the step by step for installation. But it is returning to us this error and when trying to enter the browser, I get status code 400
git clone https://github.com/vmware-labs/attack-surface-framework.git /opt/asf cd /opt/asf/ Run ./setup.sh
cd /opt/asf/frontend/asfgui/ . bin/activate python3 manage.py runserver 0.0.0.0:8080
I expected to access the dashboard correctly
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
We follow the step by step for installation. But it is returning to us this error and when trying to enter the browser, I get status code 400
Reproduction steps
git clone https://github.com/vmware-labs/attack-surface-framework.git /opt/asf
cd /opt/asf/
Run ./setup.sh
cd /opt/asf/frontend/asfgui/
. bin/activate
python3 manage.py runserver 0.0.0.0:8080
Expected behavior
I expected to access the dashboard correctly
Additional context
No response
The text was updated successfully, but these errors were encountered: