Lucene search
+L

109 matches found

Kitploit
Kitploit
added 2026/09/07 6:50 a.m.12 views

CVE-2024-4577

CVE-2024-4577 Búsqueda en FOFA: 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" Búsqueda en Censys:...

9.8CVSS7.4AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/07 4:48 a.m.7 views

CVE-2024-4577

Plantilla Nuclei CVE-2024-4577...

9.8CVSS7.4AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/07 4:44 a.m.7 views

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...

9.8CVSS7.4AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/07 3:02 a.m.8 views

PHP-CGI-RCE-Scanner

Escáner de PHP CGI RCE CVE-2024-4577 Solo una herramienta con fines educativos. Sin responsabilidad legal. Escaneo de la vulnerabilidad CVE-2024-4577 con una lista de URL. No solo envía el exploit, sino que también comprueba la versión de PHP y si php-cgi existe. Lo hace más informativo para sabe...

9.8CVSS7.5AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/07 2:33 a.m.7 views

Shodan-CVE-2024-4577

This repository does not have a README...

9.8CVSS7.2AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/06 6:17 p.m.8 views

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...

9.8CVSS7.4AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/06 5:23 p.m.11 views

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...

9.8CVSS7.5AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/06 5:20 p.m.6 views

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...

9.8CVSS7.3AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/06 3:55 p.m.5 views

CVE-2024-4577

CVE-2024-4577 Python POC writing practice, can be used for single target or batch detection...

9.8CVSS7.4AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/06 3:18 p.m.5 views

CVE-2024-4577

CVE-2024-4577 CVE-2024-4577...

9.8CVSS7.6AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/06 11:46 a.m.7 views

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';'...

9.8CVSS7.2AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/06 11:02 a.m.5 views

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...

9.8CVSS7.4AI score0.99987EPSS
SaveExploits68References1
Kitploit
Kitploit
added 2026/09/06 10:34 a.m.5 views

CVE-2024-4577-RCE

Inyección de Argumentos en PHP CGI CVE-2024-4577 RCE 📜 Descripción...

9.8CVSS7.4AI score0.99987EPSS
SaveExploits68References1
Kitploit
Kitploit
added 2026/09/06 10:33 a.m.5 views

CVE-2024-4577

Coloque los archivos a escanear en urls.txt y luego ejecute directamente POC.py Ejecute comandos con EXP.py...

9.8CVSS7.2AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/06 9:14 a.m.4 views

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...

9.8CVSS7.4AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/06 6:56 a.m.6 views

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...

9.8CVSS7.5AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/05 8:48 p.m.3 views

CVE-2024-4577-Exploitation-AsyncRAT-Deployment-DFIR-Investigation

" CVE-2024-4577 AsyncRAT DFIR Investigation"...

9.8CVSS7.4AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/05 4:24 p.m.6 views

CVE-2024-4577_Analysis

Análisis de CVE-2024-4577 Arriba está mi informe de análisis, además, también hay información sobre: - Configuración del servidor web Apache - Depurador para PHP Documentos para mi informe: https://nvd.nist.gov/vuln/detail/CVE-2024-4577...

9.8CVSS7.4AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/05 1:32 p.m.5 views

CVE-2024-4577-Exploit

Exploit de CVE-2024-4577 Exploit de la vulnerabilidad de inyección de argumentos en PHP CGI CVE-2024-4577 para lograr la ejecución remota de código RCE en una versión vulnerable de PHP que se ejecuta en un entorno Windows, descubierta por Orange Tsai. Para más detalles, consulta el Blog de DEVCOR...

9.8CVSS7.5AI score0.99987EPSS
SaveExploits68
Kitploit
Kitploit
added 2026/09/05 4:31 a.m.7 views

CVE-2024-4577

CVE-2024-4577...

9.8CVSS7.6AI score0.99987EPSS
SaveExploits68
Rows per page
Query Builder