Share
## https://sploitus.com/exploit?id=61075B23-F713-537A-9B84-7EB9B96CF228
# CVE-2021-42013
C implementation of the infamous [Apache 2.4.50 exploit](https://www.povilaika.com/apache-2-4-50-exploit/)

## Compiling
```~$ gcc cve-2021-42013.c -lcurl -o cve-2021-42013```

## Using
```~$ ./cve-2021-42013 <host> <exec>```
### Example
![](https://www.povilaika.com/wp-content/uploads/2022/05/apache_2.4.50_exploit.png)