Closed solidusIT closed 4 years ago
Please note that the tool must be loaded as a module (-m
)
See the README
# When working from the Git repo
python3 -m openvasreporting -i [OpenVAS xml file(s)] [-o [Output file]] [-f [Output format]] [-l [minimal threat level (n, l, m, h, c)]] [-t [docx template]]
Tried repo with -m still got errors so I installed the pip package.
Installed the pip package but still getting errors: root@server:~/Downloads# openvasreporting -i openvasreport.xml -o openvas_report -f xslsx
Traceback (most recent call last):
File "/usr/local/bin/openvasreporting", line 5, in
As mentioned in the README, there's an issue with the pip installation version. See #4.
So don't use the pip install version, only the git repo version.
git clone https://github.com/TheGroundZero/openvasreporting.git
cd openvasreporting
python3 -m openvasreporting -i openvasreport.xml -o openvas_report -f xslsx
Followed your instruction. Still got errors. So I went through the other open issues and found the solution in ; https://github.com/TheGroundZero/openvasreporting/issues/9. (Last post) So now I can create some nice looking reports. Thanks
Hello, I am running Greenbone Security Assistant : Version 7.0.3. Latest version of openvasreporting. When running the following command : python3 openvasreporting.py -i openvasreport.xml -f xlsx I get :
from .libs.config import Config
ImportError: attempted relative import with no known parent package
Traceback (most recent call last): File "openvasreporting.py", line 9, in
Any idea? Thanks, Klaas