name mode size
freewvsdb 040000
misc 040000
tests 040000
.gitignore 100644 22B
.travis.yml 100644 207B
COPYING 100644 6.42kB
ISSUES 100644 660B
Makefile 100644 236B
README.md 100644 1.19kB
freewvs 100755 6.48kB
setup.py 100644 1.87kB
update-freewvsdb 100755 1kB
README.md
# freewvs A local web vulnerability scanner. freewvs is a tool to search webroots for know vulnerable versions of web applications. ## faq #### What does freewvs do? It scans your webroot for known vulnerable versions of popular web applications. #### What does the output tell me? 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. #### CVE-2019-XXXX seems to be very minor, at least it doesn't affect me. Am I safe? 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. #### There is no version inside the brackets, what does that mean? It means your web application has not released a security update. Often this means the software is no longer developed. ## misc freewvs was developed by [schokokeks.org hosting](https://schokokeks.org/). It's licensed as CC0. https://freewvs.schokokeks.org