Exploit for CVE-2020-14882
Exploit Code
## https://sploitus.com/exploit?id=EEEBEAEA-A8C9-5187-A9DA-A04745A62CDF
# CVE-2020-14882 checker
CVE-2020-14882 detection script
This checker is based on the PoC by [jas502n](https://github.com/jas502n/CVE-2020-14882).
Using a gadget, it tries to substitute the HTTP response from a page, which an unauthenticated user should not have access to.
```
python cve_2020_14882_checker.py --ip 192.168.1.75
python cve_2020_14882_checker.py --ips ips_file.txt --port 7002 --ssl
```