Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
CVE-2024-27348 — Apache HugeGraph Server RCE Scanner ( CVE-2024-27348 ) | Kitploit
Herramientas/GitHubGitHub/zeyad-azima/cve-2024-27348
ReconocimientoEscáneres de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de PenetraciónComando y Control
GitHubzeyad-azima/cve-2024-27348

CVE-2024-27348

Apache HugeGraph Server RCE Scanner ( CVE-2024-27348 )

Ver Repositorio
61142hace 2 añosRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

CVE-2024-27348

Para usos éticos únicamente, no se permiten actividades dañinas o maliciosas. Y es tu propia responsabilidad

  • Puedes leer el análisis de la vulnerabilidad desde aquí: https://blog.securelayer7.net/remote-code-execution-in-apache-hugegraph/

Escáner RCE de Apache HugeGraph Server (CVE-2024-27348). El escáner ejecutará 4 comandos en el objetivo (host,ping,curl,wget), en caso de que no se encuentre alguna de las utilidades.

HugeGraphRCE

Registros de ping desde los objetivos

Ping_Logs_Fromm_Targets

Consultas DNS, solicitudes web desde los objetivos

http_dns_requests_from_targets

Uso

root@kitploit:~
usage: [-h] [--file FILE] [--target TARGET] [--port PORT] [--domain DOMAIN]

Exploit CVE-2024-27348 Gremlin RCE in HugeGraph server from 1.0.0 Before 1.3.0

optional arguments:
  -h, --help            show this help message and exit
  --file FILE, -f FILE  File containing target addresses and ports W/ the following format: http://target,port e.x: http://localhost,8080
  --target TARGET, -t TARGET
                        Target IP address/domain
  --port PORT, -p PORT  Target port
  --domain DOMAIN, -d DOMAIN
                        Attacker domain (Your own domain to check ping/requests log)

Objetivo único

root@kitploit:~
python3 CVE-2024-27348_Scanner.py -t http(s)://target_address -p port -d your_domain/ip

Archivo

root@kitploit:~
python3 CVE-2024-27348_Scanner.py -f targets_file -d your_domain/ip
  • Ejemplo de formato de contenido de archivo en targets.txt
Descargar herramienta