.github | rm travis, add github actions workflow | 2021-10-17 10:35:35 |
---|---|---|
freewvsdb | update nextcloud | 2021-10-28 08:37:07 |
tests | typo in test filename (codingstype -> codingstyle) | 2021-10-25 14:21:08 |
.gitignore | avoid committing pycache and python objects | 2019-12-12 18:28:04 |
CONTRIBUTIONS.md | put security in separate file to make github security policy happy | 2020-06-19 20:08:45 |
COPYING | License change to cc0 | 2012-07-12 12:34:02 |
ISSUES | initial commit | 2007-11-01 16:35:50 |
README.md | fix markdown linK | 2020-09-11 20:15:24 |
SECURITY.md | put security in separate file to make github security policy happy | 2020-06-19 20:08:45 |
freewvs | fix new pylint warnings | 2021-09-05 09:46:29 |
setup.py | fix new pylint warnings | 2021-09-05 09:46:29 |
update-freewvsdb | fix new pylint warnings | 2021-09-05 09:46:29 |
A local web vulnerability scanner.
freewvs is a tool to search webroots for know vulnerable versions of web applications.
It scans your webroot for known vulnerable versions of popular web applications.
Output looks like this:
Joomla-3 3.9.11 (3.9.13) CVE-2019-18674 /home/joe/websites/joessite/
This says that in /home/joe/websites/joessite/, there's a Joomla installation of version 3.9.11. This version is vulnerable to CVE-2019-18674 and you should update to version 3.9.13.
No, as freewvs only checks for the latest vulnerabilities. There may be other vulnerabilities in your version not listed by freewvs. The only way to be sure is to check the upstream changelog.
It means your web application has not released a security update. Often this means the software is no longer developed.
See CONTRIBUTIONS.md.
freewvs was developed by schokokeks.org hosting.
It's licensed as CC0.