## https://sploitus.com/exploit?id=ECD5D758-774C-5488-B782-C8996208B401
# CVE-2021-41773-nse
# By George Labrin (@creadpag)
##
[](https://tpx.mx/)
[](https://travis-ci.org/joemccann/dillinger)
Checks if Server is vulnerable to Apache 2.4.49 [CVE-2021-41773]("https://nvd.nist.gov/vuln/detail/CVE-2021-41773").
## POC
Open your favorite Terminal and run these commands.
## Use NMAP.
First Tab:
```sh
mv cve-2021-41773.nse /usr/share/nmap/scripts/
```
Second Tab:
```sh
sudo nmap -Pn --script=cve-2021-41773.nse X.X.X.X -p X
```
