File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,12 @@ vimana guide --plugin framewalk --args
143
143
```
144
144
<img width =" 1191 " height =" 789 " alt =" image " src =" https://github.com/user-attachments/assets/96f3f516-da68-404f-9381-9c8bb027bb37 " />
145
145
146
+ To see practical examples of using Framewalk in different scenarios just run:
147
+ ``` bash
148
+ vimana guide -p framewalk --examples
149
+ ```
150
+ <img width =" 1191 " height =" 825 " alt =" image " src =" https://github.com/user-attachments/assets/dd884514-4799-4f89-9206-74bdd02b34fa " />
151
+
146
152
147
153
### Single Target Framework Detection
148
154
@@ -151,7 +157,7 @@ vimana guide --plugin framewalk --args
151
157
The most straightforward use of Framewalk is single target detection. Let's analyze a web application to understand its framework stack:
152
158
153
159
``` bash
154
- vimana run framewalk --target http://127.0.0.1:5000/
160
+ vimana run framewalk --target-url http://127.0.0.1:5000/
155
161
```
156
162
157
163
#### 🔌 Detection Process Visualization
You can’t perform that action at this time.
0 commit comments