Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ny1 committed Jan 28, 2019
1 parent e92714e commit 2a683e6
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 36 deletions.
103 changes: 67 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,67 @@
# upload-labs
一个帮你总结所有类型的上传漏洞的靶场

![](doc/mind-map.png)

## 运行环境

```
操作系统:推荐windows(除了Pass-19必须在linux下,其余Pass都可以在windows上运行)
php版本:推荐5.2.17(其他版本可能会导致部分Pass无法突破)
php组件:php_gd2,php_exif(部分Pass需要开启这两个组件)
apache:以moudel方式连接
```

PS:为了节省时间,可下载[Windows下集成环境](https://github.com/c0ny1/upload-labs/releases),解压即可运行靶机环境。

## 使用

1.主界面

![主界面](doc/index.jpg)

2.每一关

![每一关](doc/pass.jpg)

3.查看代码

![代码](doc/code.jpg)

## 总结
![判断上传漏洞类型](doc/sum_up.png)

## 致谢

感谢[小小黄](https://github.com/xiaoxiaoki)做的logo
# upload-labs:一个想帮你总结所有类型的上传漏洞的靶场

[![version](https://img.shields.io/badge/version-0.1-brightgreen.svg)](https://github.com/c0ny1/upload-labs)
[![PHP 5.*](https://img.shields.io/badge/php-5.*-yellow.svg)](https://www.python.org/) [![License](https://img.shields.io/badge/license-MIT-red.svg)]()

## 0x01 Screenshot

#### 1.1 主界面

![主界面](doc/index.jpg)

#### 1.2 每一关

![每一关](doc/pass.jpg)

#### 1.3 查看代码

![代码](doc/code.jpg)

## 0x02 Install

#### 2.1 环境要求

若要自己亲自搭建环境,请按照以下配置环境,方可正常运行每个Pass。

|配置项|配置|描述|
|:---:|:---:|:---:|
|操作系统|Window or Linux|推荐使用Windows,除了Pass-19必须在linux下,其余Pass都可以在Windows上运行|
|PHP版本|推荐5.2.17|其他版本可能会导致部分Pass无法突破|
|PHP组件|php_gd2,php_exif|部分Pass依赖这两个组件|
|中间件|设置Apache以moudel方式连接||

#### 2.2 Windows快速搭建

项目提供了一个Windows下,按照以上配置要求配置好的集成环环境

下载地址:https://github.com/c0ny1/upload-labs/releases

集成环境绿色免安装,解压即可使用。

#### 2.3 Linux快速搭建

创建镜像

```
$ docker pull c0ny1/upload-labs
```

创建容器

```
$ docker run -d -p 80:80 upload-labs:latest
```

## 0x03 Summary

#### 3.1 靶机包含漏洞类型分类

![上传漏洞分类](doc/mind-map.png)

#### 3.2 如何判断上传漏洞类型?

![判断上传漏洞类型](doc/sum_up.png)

## 0x04 Thanks

* 感谢[小小黄](https://github.com/xiaoxiaoki)做的logo
Binary file modified doc/code.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/index.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/mind-map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/pass.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a683e6

Please sign in to comment.