CVE-2018-1999002漏洞复现

Installation
Install the docker/docker-compose on Ubuntu 16.04:
```
# Install pip
curl -s https://bootstrap.pypa.io/get-pip.py | python3

# Install the latest version docker
curl -s https://get.docker.com/ | sh

# Run docker service
service docker start

# Install docker compose
pip install docker-compose
```


链接地址:

https://github.com/imelven/research/blob/master/CVE-2018-1999002_jenkins_arbitrary_file_read.md


参考链接:https://xz.aliyun.com/t/2486

猜你喜欢

转载自www.cnblogs.com/lzhd24/p/10406044.html