226 matches found
Event-ID-268-Rule-Name-SOC292-Possible-PHP-Injection-Detected-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
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
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
Nuclei Template CVE-2024-4577...
Shodan-CVE-2024-4577
此存储库没有 README。...
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
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...
CVE-2024-4577
CVE-2024-4577 CVE-2024-4577...
CVE-2024-4577
CVE-2024-4577 PoC en Python para practicar, puede usarse contra un solo objetivo o en detección por lotes...
CVE-2024-4577
将需要扫描的文件放入urls.txt中然后直接运行POC.py 执行命令用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-PHP-RCE
CVE 2024-4577(PHP远程代码执行)自动扫描器,由Waived编写 受影响版本: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 概述: 这是一个扫描器,用于探测Web服务器是否存在CVE 2024-4577漏洞。 root@kitploit:...
CVE-2024-4577-RCE
Inyección de Argumentos en PHP CGI CVE-2024-4577 RCE 📜 Descripción...
CVE-2024-4577-Nuclei-Template
Plantilla Nuclei para CVE-2024-4577 Este repositorio contiene una plantilla Nuclei para detectar la vulnerabilidad de inyección de argumentos PHP CGI identificada como CVE-2024-4577. Detalles de la Plantilla root@kitploit: id: CVE-2024-4577 info: name: CVE-2024-4577 PHP CGI Argument Injection...
CVE-2024-4577
CVE-2024-4577 Vulnerabilidad de inyección de argumentos en PHP INSTALACIÓN git clone https://github.com/gotr00t0day/CVE-2024-4577.git cd CVE-2024-4577 pip3 install -r requirements.txt USO root@kitploit: Escanear un objetivo python3 CVE-2024-4577.py -t https://160.153.61.66/ -c "" Escanear una lis...
php-cgi-Injector
PHP-CGI Injector 🚀 CVE-2024-4577 & CVE-2024-8926 Exploit Tool 針對 PHP-CGI 參數注入漏洞 的自動化測試工具,支持 CVE-2024-4577 和 CVE-2024-8926 ,可進行 命令執行、文件上傳、下載 等操作。 📌 介紹 本工具可用於測試 PHP-CGI 環境中的參數注入漏洞 ,並提供: ✅ 超酷的終端介面與動畫效果 ✅ 自動化漏洞掃描 ✅ 多種攻擊模式(Shell、PHP代碼執行、檔案上傳/下載) ✅ 預設及自訂 Payload 組合 ✅ Tor 流量隱藏模式 ✅ 多種 Bypass WAF 繞過模組 ✅...
cve-2024-4577
CVE-2024-4577 漏洞测试脚本 这个 Python 脚本是一个简单的 PoC 概念验证 工具,用于检测 PHP 的最新漏洞 CVE-2024-4577。 ⚠️ 本工具仅供安全诊断目的 使用,并且仅可用于您自己拥有的系统 或事先获得授权的目标 。 📌 概述 该漏洞存在于 PHP 在 Windows 环境下以 CGI 模式运行时,能够通过多字节字符绕过 注入任意 PHP 配置并导致代码执行的问题。 本脚本通过向目标 URL 发送基于查询字符串的绕过载荷和 PHP 代码的 POST 请求,判断是否存在漏洞。 ✅ 使用方法 1. 确认 Python 已安装 root@kitploit:...
php-cgi-cve-2024-4577
php-cgi-cve-2024-4577 php-cgi-cve-2024-4577 Vulnerabilidad de ejecución remota de código que ocurre en el modo CGI de PHP registrada en la detección de eventos de inyección de argumentos PHP-CGI CVE-2024-4577 desde IP externa hacia servidor interno. Cuando PHP se ejecuta en modo CGI en un entorno...
CVE-2024-4577
CVE-2024-4577 root@kitploit: usage: CVE-2024-4577.py -h -v RHOST RPORT URL COMMAND PHP CGI CVE-2024-4577 PoC. Reference: https://nvd.nist.gov/vuln/detail/CVE-2024-4577 positional arguments: RHOST remote host RPORT remote port URL target address COMMAND command to execute e.g. optional arguments:...