Skip to the content.

BadOS Dynamic Shell (bdsh)

Table of Contents

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

  1. 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.
    Running install.py generates, downloads, or installs everything else.

  2. 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 with bdsh.py to launch the interactive shell.

  3. Launch bdsh:

     bdsh
    

    ℹ️ Note

    This may change depending on how you created your launcher scripts.