You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,14 @@ Lets see some real-world scenarios of XSRFProbe in action:
56
56
57
57
### Usage:
58
58
> For the full usage info, please take a look at the wiki's —[General Usage](https://github.com/0xinfection/xsrfprobe/wiki/general-usage) and [Advanced Usage](https://github.com/0xinfection/xsrfprobe/wiki/advanced-usage).
59
+
60
+
#### Installing via Pypi:
61
+
XSRFProbe can be easily installed via a single command:
62
+
```
63
+
pip install xsrfprobe
64
+
```
65
+
66
+
#### Installing manually:
59
67
- For the basics, the first step is to install the tool:
0 commit comments