HASecuritySolutions/VulnWhisperer

OpenVAS filter

Open

#211 geöffnet am 6. Mai 2020

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (281 Forks)batch import
feature requesthelp wanted

Repository-Metriken

Stars
 (1.320 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

We're using this to convert some OpenVAS reports to JSON but would like to specify our filter. Is that possible?

I tried editing some of the openvas python with the updated filter, deleting the existing json and re-running vuln_whisperer, but it seems to pull the same report (ignoring the filter change).

The 2 files I edited (and then re-ran setup) are: ./build/lib.linux-x86_64-2.7/vulnwhisp/frameworks/openvas.py ./vulnwhisp/frameworks/openvas.py

Contributor Guide