File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -11,22 +11,24 @@ A Rust-based modular exploitation framework inspired by RouterSploit. This tool
11
11
12
12
### Goals & To Do lists
13
13
14
- docs
15
14
16
15
convert exploits and add modules
17
16
18
- add wordlists and brute forcing modules
19
17
20
18
# completed
19
+ ```
20
+ created docs
21
21
22
- telnet_bruteforce
22
+ telnet brute forcing module
23
+
24
+ ssh brute forcing module
23
25
24
26
ftp anonymous login module
25
27
26
28
ftp brute forcing module
27
29
28
30
dynamic modules listing and colored listing
29
-
31
+ ```
30
32
31
33
## 🚀 Building & Running
32
34
@@ -39,7 +41,7 @@ cd r-routersploit
39
41
40
42
### 🛠️ Build the Project
41
43
42
- ``` bash
44
+ ```
43
45
cargo build
44
46
```
45
47
@@ -75,7 +77,7 @@ cargo run
75
77
76
78
Once inside the shell, you can explore and execute modules:
77
79
78
- ``` shell
80
+ ```
79
81
rsf> help
80
82
rsf> modules
81
83
rsf> use exploits/sample_exploit
You can’t perform that action at this time.
0 commit comments