File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# BadOS Dynamic Shell (bdsh)
2
2
3
3
Read the docs at 🔗 [ badtechnologies.github.io/bdsh] ( https://badtechnologies.github.io/bdsh ) .
4
+
4
5
## Installation
5
6
6
7
1 . ** Download the latest release**
7
8
8
9
Or, you can directly download ` config.py ` and ` bdsh.py ` from the [ repo] ( https://github.com/badtechnologies/bdsh ) .
9
10
11
+ > [ !TIP]
12
+ > The only files needed to run bdsh are ` config.py ` and ` bdsh.py ` .<br >
13
+ > Running ` config.py ` generates, downloads, or installs everything else.
14
+
10
15
2 . ** Setup bdsh:**
11
16
12
17
``` sh
@@ -15,13 +20,11 @@ Read the docs at 🔗 [badtechnologies.github.io/bdsh](https://badtechnologies.g
15
20
16
21
Follow the on-screen instructions.
17
22
18
- > [! NOTE]
19
- > At least ONE user must exist for bdsh to function
20
-
21
23
Once the ` /bdsh` directory and your configs are prepared, you can start bdsh with ` bdsh.py` to launch the interactive shell.
22
24
23
25
3. ** Launch bdsh:**
24
26
25
27
` ` ` sh
26
28
python3 bdsh.py
27
29
` ` `
30
+
You can’t perform that action at this time.
0 commit comments