An open API service indexing awesome lists of open source software.

https://github.com/lyulumos/a-leaky-web-environment

Diagon Alley: 基于电商购物系统的Web漏洞环境
https://github.com/lyulumos/a-leaky-web-environment

flask html-css-javascript sqlite3

Last synced: 2 months ago
JSON representation

Diagon Alley: 基于电商购物系统的Web漏洞环境

Awesome Lists containing this project

README

          

# ![DIagonAlley-Logo](DiagonAlley/img/logo.png) DiagonAlley

## **Guidance**

- [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)
- [讨论区](https://github.com/LyuLumos/A-Leaky-Web-Environment/discussions)
- [创新实践能力团队赛评分标准](https://c4pr1c3.github.io/cuc-wiki/cp/assessment.html)

## **Structure**

```bash
.(main)
├── BreakIt
│   ├── Others.md # 其他部分漏洞环境的总结
│   ├── OurTeam.md # DiagonAlley环境的官方Writeup ( ̄y▽, ̄)╭
│   ├── imgs/ # 文档所用的图片
│   └── teamWDX.md # 攻击其他组的一个wp
├── DiagonAlley
│   ├── CHECKER/ # checker脚本代码和所需环境
│   ├── EXP/ # exp代码和所需环境
│   ├── app.py # flask后端(漏洞环境)
│   ├── database.db # 数据库
│   ├── dockerfile # docker配置文件
│   ├── gunicorn.conf.py # gunicorn配置文件
│   ├── img/ # 网站所用的图片
│   ├── requirements.txt # 运行所需环境
│   ├── static/ # 静态文件
│   └── templates/ # html文件
├── FixIt
│   ├── README.md # 修复阶段总结
│   └── diff.patch # 修复补丁
├── README.md
└── doc_img/ # wiki所用的图片
.(LJY)
└── DiagonAlley/ # 修复好的环境
```

## **Install**

- From Source Code

```bash
$ git clone https://github.com/LyuLumos/A-Leaky-Web-Environment.git
$ cd DiagonAlley
$ pip install -r requirements.txt
$ flask run
```

- From Docker

```bash
$ docker pull registry.cn-hangzhou.aliyuncs.com/lyulumos/diagonalley:0.2
$ docker run -it --rm -p 80:80 registry.cn-hangzhou.aliyuncs.com/lyulumos/diagonalley:0.2
```

## **License**

[![GPLv3 license](https://img.shields.io/badge/License-GPLv3-blue.svg)](http://perso.crans.org/besson/LICENSE.html)