{"id":23430042,"url":"https://github.com/lyulumos/a-leaky-web-environment","last_synced_at":"2026-04-28T12:01:51.916Z","repository":{"id":86375521,"uuid":"385836450","full_name":"LyuLumos/A-Leaky-Web-Environment","owner":"LyuLumos","description":"Diagon Alley: 基于电商购物系统的Web漏洞环境 ","archived":false,"fork":false,"pushed_at":"2021-08-20T05:16:43.000Z","size":42382,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-03T13:05:07.074Z","etag":null,"topics":["flask","html-css-javascript","sqlite3"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LyuLumos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-07-14T06:25:12.000Z","updated_at":"2022-07-07T02:38:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"aae1b483-05d2-4c67-935f-a8a6449d3b0d","html_url":"https://github.com/LyuLumos/A-Leaky-Web-Environment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LyuLumos/A-Leaky-Web-Environment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyuLumos%2FA-Leaky-Web-Environment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyuLumos%2FA-Leaky-Web-Environment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyuLumos%2FA-Leaky-Web-Environment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyuLumos%2FA-Leaky-Web-Environment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LyuLumos","download_url":"https://codeload.github.com/LyuLumos/A-Leaky-Web-Environment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LyuLumos%2FA-Leaky-Web-Environment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32379629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T11:25:28.583Z","status":"ssl_error","status_checked_at":"2026-04-28T11:25:05.435Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","html-css-javascript","sqlite3"],"created_at":"2024-12-23T08:14:10.193Z","updated_at":"2026-04-28T12:01:51.912Z","avatar_url":"https://github.com/LyuLumos.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![DIagonAlley-Logo](DiagonAlley/img/logo.png) DiagonAlley\n\n\n## **Guidance**\n\n- [Wiki（点我ヾ(≧▽≦*)o）](https://github.com/LyuLumos/A-Leaky-Web-Environment/wiki/DiagonAlley-(%E2%88%A9%EF%BD%80-%C2%B4)%E2%8A%83%E2%94%81%E2%98%86%EF%BE%9F.*%EF%BD%A5%EF%BD%A1%EF%BE%9F)\n- [讨论区](https://github.com/LyuLumos/A-Leaky-Web-Environment/discussions)\n- [创新实践能力团队赛评分标准](https://c4pr1c3.github.io/cuc-wiki/cp/assessment.html)\n\n## **Structure**\n\n```bash\n.(main)\n├── BreakIt\n│   ├── Others.md         # 其他部分漏洞环境的总结\n│   ├── OurTeam.md        # DiagonAlley环境的官方Writeup (￣y▽,￣)╭ \n│   ├── imgs/             # 文档所用的图片\n│   └── teamWDX.md        # 攻击其他组的一个wp\n├── DiagonAlley\n│   ├── CHECKER/          # checker脚本代码和所需环境\n│   ├── EXP/              # exp代码和所需环境\n│   ├── app.py            # flask后端（漏洞环境）\n│   ├── database.db       # 数据库\n│   ├── dockerfile        # docker配置文件\n│   ├── gunicorn.conf.py  # gunicorn配置文件\n│   ├── img/              # 网站所用的图片\n│   ├── requirements.txt  # 运行所需环境\n│   ├── static/           # 静态文件\n│   └── templates/        # html文件\n├── FixIt                 \n│   ├── README.md         # 修复阶段总结\n│   └── diff.patch        # 修复补丁\n├── README.md\n└── doc_img/              # wiki所用的图片\n.(LJY)\n└── DiagonAlley/          # 修复好的环境\n```\n\n## **Install**\n\n- From Source Code\n\n  ```bash\n  $ git clone https://github.com/LyuLumos/A-Leaky-Web-Environment.git\n  $ cd DiagonAlley\n  $ pip install -r requirements.txt\n  $ flask run\n  ```\n\n- From Docker\n\n  ```bash\n  $ docker pull registry.cn-hangzhou.aliyuncs.com/lyulumos/diagonalley:0.2\n  $ docker run -it --rm -p 80:80 registry.cn-hangzhou.aliyuncs.com/lyulumos/diagonalley:0.2\n  ```\n\n## **License**\n\n[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyulumos%2Fa-leaky-web-environment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flyulumos%2Fa-leaky-web-environment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyulumos%2Fa-leaky-web-environment/lists"}