Hanno Böck commited on 2022-01-30 12:12:57
Zeige 1 geänderte Dateien mit 26 Einfügungen und 0 Löschungen.
... | ... |
@@ -4,6 +4,32 @@ A local web vulnerability scanner. |
4 | 4 |
|
5 | 5 |
freewvs is a tool to search webroots for know vulnerable versions of web applications. |
6 | 6 |
|
7 |
+## install |
|
8 |
+ |
|
9 |
+Install |
|
10 |
+ |
|
11 |
+You can install [freewvs via pip](https://pypi.org/project/freewvs/): |
|
12 |
+ |
|
13 |
+ pip install freewvs |
|
14 |
+ |
|
15 |
+Alternatively you can run freewvs directly from the git source. |
|
16 |
+ |
|
17 |
+If you install via pip you need to update the freewvs database first: |
|
18 |
+ |
|
19 |
+ update-freewvsdb |
|
20 |
+ |
|
21 |
+## usage |
|
22 |
+ |
|
23 |
+Just run freewvs with a path, e.g.: |
|
24 |
+ |
|
25 |
+freewvs /var/www |
|
26 |
+ |
|
27 |
+The output will be something like this: |
|
28 |
+ |
|
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 |
|
32 |
+ |
|
7 | 33 |
## faq |
8 | 34 |
|
9 | 35 |
#### What does freewvs do? |
10 | 36 |