Skip to content

Commit b41b3c5

Browse files
authored
Update README.md
1 parent 2ca6920 commit b41b3c5

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,24 @@ A Rust-based modular exploitation framework inspired by RouterSploit. This tool
1111

1212
### Goals & To Do lists
1313

14-
docs
1514

1615
convert exploits and add modules
1716

18-
add wordlists and brute forcing modules
1917

2018
# completed
19+
```
20+
created docs
2121
22-
telnet_bruteforce
22+
telnet brute forcing module
23+
24+
ssh brute forcing module
2325
2426
ftp anonymous login module
2527
2628
ftp brute forcing module
2729
2830
dynamic modules listing and colored listing
29-
31+
```
3032

3133
## 🚀 Building & Running
3234

@@ -39,7 +41,7 @@ cd r-routersploit
3941

4042
### 🛠️ Build the Project
4143

42-
```bash
44+
```
4345
cargo build
4446
```
4547

@@ -75,7 +77,7 @@ cargo run
7577

7678
Once inside the shell, you can explore and execute modules:
7779

78-
```shell
80+
```
7981
rsf> help
8082
rsf> modules
8183
rsf> use exploits/sample_exploit

0 commit comments

Comments
 (0)