109 matches found
CVE-2024-4577
CVE-2024-4577 Fixed and minimalist PoC of the CVE-2024-4577 I just tested some PoCs for this vulnerability, and a few of them were not working correctly, so I fixed it by creating my own non-intrusive and minimalist PoC to check if you are vulnerable. How to use: python3 CVE-2024-4577.py URL...
Shodan-CVE-2024-4577
This repository does not have a README...
CVE-2024-4577-PHP-RCE
PHP RCE PoC CVE-2024-4577: Argument Injection in PHP-CGI Overview This repository contains scripts to check for the CVE-2024-4577 vulnerability, an argument injection issue in PHP-CGI. You can use the provided Bash, Go, and Python scripts to test a list of domains for this vulnerability. I've als...
CVE-2024-4577
Nuclei Template CVE-2024-4577...
PHP-CGI-RCE-Scanner
PHP CGI RCE CVE-2024-4577 Scanner Just a tool for educational purposes. No legal responsibility. Scanning CVE-2024-4577 vulnerability with a url list. Not only sending exploit, but also checking PHP version and whether php-cgi exists. Make it more informative to know why or why not exploit succes...
CVE-2024-4577
CVE-2024-4577 FOFA Search: header="Xamppsinfo" || body="/xampps.jpg" || header="location http" && header="xampp" || body="content="Kai Oswald Seidler" || title="XAMPP for" || title="XAMPP Version" || body="font-size: 1.2em; color: red;"New XAMPP" Censys Search:...
CVE-2024-4577
CVE-2024-4577 Python POC writing practice, can be used for single target or batch detection...
CVE-2024-4577-Nuclei-Template
CVE-2024-4577 Nuclei Template This repository contains a Nuclei template to detect the PHP CGI Argument Injection vulnerability identified as CVE-2024-4577. Template Details root@kitploit: id: CVE-2024-4577 info: name: CVE-2024-4577 PHP CGI Argument Injection author: Hüseyin TINTAŞ severity:...
CVE-2024-4577
CVE-2024-4577 Argument injection vulnerability in PHP INSTALL git clone https://github.com/gotr00t0day/CVE-2024-4577.git cd CVE-2024-4577 pip3 install -r requirements.txt USAGE root@kitploit: Scan A Target python3 CVE-2024-4577.py -t https://160.153.61.66/ -c "" Scan a list of Targets python3...
CVE-2024-4577
Put the files to be scanned into urls.txt and then directly run POC.py Execute the command using EXP.py...
ctf-cve-2024-4577
CVE-2024-4577 CTF Challenge Overview This CTF challenge demonstrates CVE-2024-4577, a critical PHP CGI argument injection vulnerability affecting PHP versions 8.1.x 8.1.21, 8.2.x 8.2.8, and 8.3.x 8.3.1. Vulnerability Details CVE-2024-4577 is a PHP CGI argument injection vulnerability that occurs...
CVE-2024-4577
CVE-2024-4577 CVE-2024-4577...
CVE-2024-4577-RCE
PHP CGI Argument Injection CVE-2024-4577 RCE 📜 Description...
CVE-2024-4577-PHP-RCE
CVE 2024-4577 PHP Remote Code Execution automated scanner by Waived Affected versions: PHP 8.3, 8.3.8, 8.2. 8.2.20, 8.1., 8.1.29 Details: https://nvd.nist.gov/vuln/detail/CVE-2024-4577 https://www.exploit-db.com/exploits/52047 https://vulners.com/cve/CVE-2024-4577 Overview: This is a scanner that...
cve-2024-4577
cve-2024-4577 poc Check for vulnerabilities python cve-2024-4577.py -u http://172.16.128.133 After a vulnerability is detected, you can use -c to execute a custom command python cve-2024-4577.py -u http://172.16.128.133 -c '?php system'whoami';'...
CVE-2024-4577
Nuclei Template for CVE-2024-4577 This Nuclei template serves as a Proof of Concept PoC for CVE-2024-4577, a PHP CGI Argument Injection vulnerability. Example Command root@kitploit: nuclei -t CVE-2024-4577.yaml -u https://example.com...
CVE-2024-4577-Exploitation-AsyncRAT-Deployment-DFIR-Investigation
" CVE-2024-4577 AsyncRAT DFIR Investigation"...
CVE-2024-4577_Analysis
CVE-2024-4577 Analysis Above is my analysis report, besides, there are also information about: - Webserver Apache configuration - Debugger for PHP Documents for my report: https://nvd.nist.gov/vuln/detail/CVE-2024-4577...
CVE-2024-4577-Exploit
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. For more details, check out DEVCORE's Blog. Requirements Language Used = Python...