Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1019 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 1019 Bytes

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.