BadOS Dynamic Shell (bdsh)
Table of Contents
- BadOS Dynamic Shell Package Library (bpl)
- BadOS Package Manager (bpm)
- BadBandSSH (bssh)
- BDSH Commands
- System File Structure
- BadOS Dynamic Shell (bdsh)
Quick Install
Run the following command:
curl -O https://raw.githubusercontent.com/badtechnologies/bdsh/main/install.py
python3 install.py
After completing setup, bdsh should be good to go!
Installation
-
Download the latest release
Or, you can directly download
install.py
from the repo.💡 Tip
The only file needed to create a bdsh installation is
install.py
.
Runninginstall.py
generates, downloads, or installs everything else. -
Setup bdsh:
python3 install.py
Follow the on-screen instructions.
ℹ️ Note
At least ONE user must exist for bdsh to function
Once the
/bdsh
directory and your configs are prepared, you can start bdsh withbdsh.py
to launch the interactive shell. -
Launch bdsh:
bdsh
ℹ️ Note
This may change depending on how you created your launcher scripts.