Skip to content

Commit 62947bf

Browse files
committed
Added demo
1 parent e666ae8 commit 62947bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
> Wconsole Extractor is a library which allows to automatically exploit a flask debug mode server. You just need to write a file leak function, pass it to the class ``WConsoleExtractor`` constructor and you can access to all the elements related to the debug mode. Moreover, you can call the `shell` function to obtain an interactive shell.
1313
14+
## ✨ Demo
15+
16+
![example_gif](.github/example.gif)
17+
1418
## 🔨 Install
1519

1620
### From PyPi
@@ -122,10 +126,6 @@ info(f"PIN CODE: {extractor.pin_code}")
122126
extractor.shell()
123127
```
124128

125-
## ✨ Demo
126-
127-
![example_gif](.github/example.gif)
128-
129129
## Author
130130

131131
👤 **Ruulian**

0 commit comments

Comments
 (0)