
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
!License
Damn Vulnerable Web Application (DVWA) is a PHP/MySQL web application that is damn vulnerable. Its main goal is to be an aid for security professionals to test their skills and tools in a legal environment, help web developers better understand the processes of securing web applications and to aid both students & teachers to learn about web application security in a controlled class room environment.
The aim of DVWA is to practice some of the most common web vulnerability, with various difficultly levels, with a simple straightforward interface. Please note, there are both documented and undocumented vulnerability with this software. This is intentional. You are encouraged to try and discover as many issues as possible.
WARNING This image is vulnerable to several kinds of ***s, please don't deploy it to any public servers.
To run this image you need docker installed. Just run the command:
docker build -t dvwa .
To run this image you need docker installed. Just run the command:
docker run --rm -it -p 80:80 sqreen/dvwa
And wait until it download the image and start it, after that you can see the image running in your local machine:
!https://github.com/opsxcq/docker-vulnerable-dvwa/blob/master/setup.png?raw=tru
Just click on the Create / Reset database button and it will generate any aditional configuration needed.
Sqreen is preinstalled on this image. To enable it, you simply need to replace the docker run command by the following:
docker run --rm -e SQREEN_TOKEN=org_yourSqreenToken -e SQREEN_APP_NAME=DVWA -p 80:80 dvwa
All other instructions are the same.
To login you can use the following credentials:
The default dificulty level is the impossible level, you can change it in DVWA Security item in the left menu.
!https://github.com/opsxcq/docker-vulnerable-dvwa/blob/master/setup-dificulty.png?raw=tru
If you are playing it in low dificulty, just to have a taste of how exploit a flaw in this app, go to SQL Injection in the left menu.
In the id field, add this query:
%' and 1=0 union select null, concat(user,':',password) from users #
!https://github.com/opsxcq/docker-vulnerable-dvwa/blob/master/sqli.png?raw=true
There are several other ways and other vulnerabilities do exploit, go ahead, have fun !
You can visit DVWA official website and official https://github.com/ethicalhack3r/DVWA if you want more information.
This or previous program is for Educational purpose ONLY. Do not use it without permission. The usual disclaimer applies, especially the fact that me (opsxcq) is not liable for any damages caused by direct or indirect use of the information or functionality provided by these programs. The author or any Internet provider bears NO responsibility for content or misuse of these programs or any derivatives thereof. By using these programs you accept the fact that any damage (dataloss, system crash, system compromise, etc.) caused by the use of these programs is not opsxcq's responsibility.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。






来自真实用户的反馈,见证轩辕镜像的优质服务