freewvsdb | magento update | 2020-01-30 16:28:05 |
---|---|---|
misc | add helper script for wordpress versions so I don't have to maintain it locally | 2019-05-21 22:52:04 |
tests | add update-freewvsdb and setup.py to coding style checks | 2019-12-23 18:15:28 |
.gitignore | avoid committing pycache and python objects | 2019-12-12 18:28:04 |
.travis.yml | install pylint in travis, remove useless comment | 2019-12-22 12:25:39 |
COPYING | License change to cc0 | 2012-07-12 12:34:02 |
ISSUES | initial commit | 2007-11-01 16:35:50 |
Makefile | add warning to makefile | 2019-12-23 18:17:19 |
README.md | avoid old URL and remove useless markdown link | 2019-12-22 12:36:47 |
freewvs | add ~/.cache/freewvs/ dir option and enforce order of freewvsdb dirs | 2019-12-23 12:39:03 |
setup.py | add setup.py | 2019-12-23 18:15:16 |
update-freewvsdb | add update script | 2019-12-23 18:02:53 |
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.
freewvs was developed by schokokeks.org hosting.
It's licensed as CC0.