## https://sploitus.com/exploit?id=FA8065C2-3C36-57B9-9F26-53441ED40301
# CVE-2024-4836_Check
examlpe poc of CVE-2024-4836_Check
```bash
# single target
python CVE-2024-4836_Check.py <targets>
# multiple targets
python CVE-2024-4836_Check.py <target1.com> <target2.com>
# urls from a list (in a file named urls.txt)
python CVE-2024-4836_Check.py -l urls.txt
```