## https://sploitus.com/exploit?id=E3963A12-C10B-5FDC-9483-2858163476E8
# CVE-2024-4577 Exploit
Exploit of the PHP CGI Argument Injection vulnerability (CVE-2024-4577) to achieve Remote Code Execution (RCE) on a vulnerable PHP version running in a Windows environment, discovered by [Orange Tsai](https://x.com/orange_8361). For more details, check out [DEVCORE's Blog](https://devco.re/blog/2024/06/06/security-alert-cve-2024-4577-php-cgi-argument-injection-vulnerability-en/).
## Requirements
Language Used = Python3<br />
Modules/Packages used:
* random
* string
* requests
* warnings
* datetime
* optparse
* colorama
* multiprocessing
* time
<!-- -->
Install the dependencies:
```bash
pip install -r requirements.txt
```