Apache HTTP-Server 2.4.49-2.4.50 Path Traversal & Remote Code Execution PoC (CVE-2021-41773 & CVE-2021-42013)# Apache HTTP-Server 2.4.49-2.4.50 Path Traversal & Remote Code Execution
## Description
This is a PoC script for CVE-2021-41773 & CVE-2021-42013
## Usage:
```
python3 exploit.py <rhost> <rport> <option> <cmd> | <file-absolute-path>
```
## Example:
### Remote Code Execution
```
python3 exploit.py 127.0.0.1 8080 rce 'id'
```

### Path Traversal
```
python3 exploit.py 127.0.0.1 8080 file '/etc/passwd'
```

[4.0K] /data/pocs/e8ba97dd80c90f2f13a2453767e2d211e1b898a8
├── [3.6K] exploit.py
├── [4.0K] img
│ ├── [ 94K] path-trav.png
│ └── [ 68K] rce.png
├── [1.3K] LICENSE
└── [ 465] README.md
1 directory, 5 files