badtechnologies / bdsh

BadOS Dynamic Shell
https://badtechnologies.github.io/bdsh/
1 stars 0 forks source link
operating-system terminal

BadOS Dynamic Shell (bdsh)

Read the docs at 🔗 badtechnologies.github.io/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 (Manual)

  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.

  1. Setup bdsh:

    python3 install.py

    Follow the on-screen instructions.

    Once the /bdsh directory and your configs are prepared, you can start bdsh with bdsh to launch the interactive shell.

  2. Launch bdsh:

    bdsh

[!NOTE] This may change depending on how you created your launcher scripts.