https://github.com/andywang425/baotao
宝淘网
https://github.com/andywang425/baotao
Last synced: about 2 months ago
JSON representation
宝淘网
- Host: GitHub
- URL: https://github.com/andywang425/baotao
- Owner: andywang425
- License: mit
- Created: 2023-01-31T06:19:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T07:29:40.000Z (over 3 years ago)
- Last Synced: 2025-01-26T15:47:42.327Z (over 1 year ago)
- Language: HTML
- Size: 563 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 宝淘网
**注意:本项目中存在大量漏洞,仅用于学习研究,不能部署到生产环境**
## 环境
- MySQL 5.7.26
- php 7.3.4
- Nginx 1.15.11
## 使用方法
1. 搭建 MySQL,php 和 Nginx 环境。
2. 用`assets`目录下的配置文件替换上述环境的配置文件,然后修改配置文件里的绝对路径。
3. 打开`cfg`目录下的`db_config.ini`,修改 MySQL 连接配置。
4. 运行`vuln.sql`初始化数据库`vuln`。
5. 打开网站首页`http://localhost:端口/`即可开始浏览。
## 关于漏洞
本项目包含了几种不同类型的漏洞,可以在代码中搜索`VULN`快速定位到漏洞相关的注释。
## LICENSE
MIT