We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After following the existent instructions for vulnwhisperer configurations when running: vuln_whisperer -c configs/frameworks_example.ini -s openvas
vuln_whisperer -c configs/frameworks_example.ini -s openvas
INFO:main:Running vulnwhisperer for section openvas INFO:vulnWhispererBase:Connected to database at /opt/VulnWhisperer/data/database/report_tracker.db ERROR:main:('Connection aborted.', BadStatusLine("''",)) ERROR: ('Connection aborted.', BadStatusLine("''",))
When using openvas checking-setup in openvas there aren't any bugs. I also dont have any problem regarding executing scans through the cli.
This is a openvas instalation as standalone, not within alienvault.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The problem:
After following the existent instructions for vulnwhisperer configurations when running:
vuln_whisperer -c configs/frameworks_example.ini -s openvas
The output recieved is:
INFO:main:Running vulnwhisperer for section openvas INFO:vulnWhispererBase:Connected to database at /opt/VulnWhisperer/data/database/report_tracker.db ERROR:main:('Connection aborted.', BadStatusLine("''",)) ERROR: ('Connection aborted.', BadStatusLine("''",))
Environment settings:
When using openvas checking-setup in openvas there aren't any bugs. I also dont have any problem regarding executing scans through the cli.
This is a openvas instalation as standalone, not within alienvault.
The text was updated successfully, but these errors were encountered: