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
1、使用H1VE OWL插件加载web容器,OWL配置如下: 2、题目的docker-compose.yml内容如下: 3、挑战中可以启动题目,但这里出现的题目端口与实际不符合,以下是题目的链接 4、我在docker中查到的容器端口为49155 5、请问要如何修改,使得题目中的端口与实际端口符合?
The text was updated successfully, but these errors were encountered:
find ctf_challenges -name 'docker-compose.yml' -exec sed -i -e 's/- 80/- 9999:80/g' -e 's/- "80"/- 9999:80/g' {} ; 参考这个实现
Sorry, something went wrong.
No branches or pull requests
New Issue Checklist (自检清单)
Issue Description (问题描述)
1、使用H1VE OWL插件加载web容器,OWL配置如下:
2、题目的docker-compose.yml内容如下:
3、挑战中可以启动题目,但这里出现的题目端口与实际不符合,以下是题目的链接
4、我在docker中查到的容器端口为49155
5、请问要如何修改,使得题目中的端口与实际端口符合?
Version & Environment (系统/环境版本)
The text was updated successfully, but these errors were encountered: