SkillAgentSearch skills...

BDsploit

BDsploit (Big Data Exploitation and Post-exploitation Toolkit)

Install / Use

/learn @b3d3c/BDsploit

README

BDsploit

BDsploit (Big Data Exploitation and Post-exploitation Toolkit) is a series of scripts use to exploit and gain access on DC/OS and Marathon clusters. It also provides the ability to use Shodan API to search on the internet for exploitable clusters.

Please, only use this code if you can exploit the cluster.

Installation

Create virtualenv:

virtualenv -p python3 «env_name» && cd «env_name»

Activate virtualevn:

source bin/activate

Clone this project:

git clone https://github.com/b3d3c/BDsploit && cd BDsploit

Install requirements:

pip3 install -r requirements.txt

Copy configuration file and edit it:

cp conf_template.ini conf.ini

Script must be run as root:

sudo su
source ../bin/activate
python3 bdsploit.py

Requirements

It is neccessary to install pupy to use C&C capabilities.

License

This code is under BSD 3-Clause license.

Legal disclaimer:

Usage of BDsploit for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Only use for educational purposes

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated8mo ago
Forks0

Languages

Python

Security Score

82/100

Audited on Jul 20, 2025

No findings