Skip to content

Commit fef97c3

Browse files
committed
Update plugins guides
1 parent 35924e0 commit fef97c3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

siddhis/framewalk/framewalk.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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
151157
The 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

0 commit comments

Comments
 (0)