关联漏洞
介绍
# CVE-2021-41773
# Docker
```
$ sudo docker build -t <image_name> .
$ sudo docker run -d -t -p 80:80 --name <container_name> <image_name> /bin/bash
$ sudo docker exec -it <container_name> ./bin/apachectl -k restart
```
### To access docker container for custom config file
```
$ docker exec -it <container> /bin/bash
file config in /usr/local/apache2/conf/httpd.conf
after config run command
$ /usr/local/apache2/bin ./apachectl -k restart
```
## Usage Script
[+] python ./exploit.py [-OPTIONS] [Target/List of Targets]
[+] -h : help
[+] -url <target>: specifict the target to check
[+] -list <filename>: Scan multiple targets
# Example
**-h: help**

**-url: url**

**-list: path to file**


文件快照
[4.0K] /data/pocs/f71ec39e4736bd705e896c8cf519bc14013ffdb4
├── [ 71] Dockerfile
├── [4.1K] exploit.py
├── [ 18K] httpd.conf
└── [1.2K] README.md
0 directories, 4 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。