Skip to content
New issue

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

Add: openvas logs, openvasd; Remove: notus-scanner, mqtt #459

Merged
merged 3 commits into from Apr 15, 2024

Conversation

nichtsfrei
Copy link
Member

@nichtsfrei nichtsfrei commented Apr 11, 2024

Add: openvas logs

To be able to see openvas logs more easily a new service openvas is
added. This service tails over /var/log/openvas/openvas.log.

Additionally an configuration step configure-openvas is added. This
sets the openvas log level to 128 and changes to log output to
/var/log/openvas/openvas.log instead of /var/log/gvm/openvas.log.

To change the log level you can replace the 128 to the desired log
level.

Add: openvasd Remove: notus

With greenbone/openvas-scanner#1519
notus is deprecated in favour of openvasd/notus endpoint.

For more details see: https://greenbone.github.io/scanner-api/
for a general overview of the API implemented by openvasd.

This removes the dependencies of a mqtt broker as well as notus service.

Doc: remove notus-scanner and explain openvasd installation

To test it I used:

and spawned a vulnerable slackware version by executing:

make deploy-slackware

got the ip via:

kubectl get pods -A

and created a target with the ssh credentials: gvm:gvm and run full and fast configuration.

In the report vulnerable packages should show up.

@nichtsfrei nichtsfrei changed the title updating openvas 23 Add: openvas logs, openvasd; Remove: notus-scanner, mqtt Apr 11, 2024
@nichtsfrei nichtsfrei marked this pull request as ready for review April 11, 2024 11:32
@nichtsfrei nichtsfrei requested a review from a team as a code owner April 11, 2024 11:32
To be able to see openvas logs more easily a new service `openvas` is
added. This service tails over `/var/log/openvas/openvas.log`.

Additionally an configuration step `configure-openvas` is added. This
sets the openvas log level to 128 and changes to log output to
`/var/log/openvas/openvas.log` instead of `/var/log/gvm/openvas.log`.

To change the log level you can replace the `128` to the desired log
level.
With greenbone/openvas-scanner#1519
notus is deprecated in favour of openvasd/notus endpoint.

For more details see: https://greenbone.github.io/scanner-api/
for a general overview of the API implemented by openvasd.

This removes the dependencies of a mqtt broker as well as notus service.
@greenbonebot greenbonebot merged commit 881f3a4 into main Apr 15, 2024
4 checks passed
@greenbonebot greenbonebot deleted the updating-openvas-23 branch April 15, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants