Skip to content

badtechnologies/bdsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.