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
143143```
144144<img width =" 1191 " height =" 789 " alt =" image " src =" https://github.com/user-attachments/assets/96f3f516-da68-404f-9381-9c8bb027bb37 " />
145145
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+
146152
147153### Single Target Framework Detection
148154
@@ -151,7 +157,7 @@ vimana guide --plugin framewalk --args
151157The most straightforward use of Framewalk is single target detection. Let's analyze a web application to understand its framework stack:
152158
153159``` bash
154- vimana run framewalk --target http://127.0.0.1:5000/
160+ vimana run framewalk --target-url http://127.0.0.1:5000/
155161```
156162
157163#### 🔌 Detection Process Visualization
You can’t perform that action at this time.
0 commit comments