... | ... |
@@ -10,25 +10,33 @@ Install |
10 | 10 |
|
11 | 11 |
You can install [freewvs via pip](https://pypi.org/project/freewvs/): |
12 | 12 |
|
13 |
- pip install freewvs |
|
13 |
+``` |
|
14 |
+pip install freewvs |
|
15 |
+``` |
|
14 | 16 |
|
15 | 17 |
Alternatively you can run freewvs directly from the git source. |
16 | 18 |
|
17 | 19 |
If you install via pip you need to update the freewvs database first: |
18 | 20 |
|
19 |
- update-freewvsdb |
|
21 |
+``` |
|
22 |
+update-freewvsdb |
|
23 |
+``` |
|
20 | 24 |
|
21 | 25 |
## usage |
22 | 26 |
|
23 | 27 |
Just run freewvs with a path, e.g.: |
24 | 28 |
|
29 |
+``` |
|
25 | 30 |
freewvs /var/www |
31 |
+``` |
|
26 | 32 |
|
27 | 33 |
The output will be something like this: |
28 | 34 |
|
29 |
- Joomla 3.9.11 (3.9.14) CVE-2019-19846 /var/www/example.org |
|
30 |
- nextcloud 14.0.1 (14.0.5) CVE-2019-5449 /var/www/cloud.example.org |
|
31 |
- MediaWiki 1.31.1 (1.31.6) CVE-2019-19709 /var/www/wiki.example.org |
|
35 |
+``` |
|
36 |
+Joomla 3.9.11 (3.9.14) CVE-2019-19846 /var/www/example.org |
|
37 |
+nextcloud 14.0.1 (14.0.5) CVE-2019-5449 /var/www/cloud.example.org |
|
38 |
+MediaWiki 1.31.1 (1.31.6) CVE-2019-19709 /var/www/wiki.example.org |
|
39 |
+``` |
|
32 | 40 |
|
33 | 41 |
## faq |
34 | 42 |
|