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

OPNsense's Wazuh-Agent not supporting Vulnerability Scan feature #23382

Open
aleksibovellan opened this issue May 11, 2024 · 0 comments
Open

Comments

@aleksibovellan
Copy link

Wazuh-Agent (4.7.3) in OPNsense (24.1.6), installed using OPNsense's web gui and its "Plugins" page (os-wazuh-agent), doesn't seem to support the Vulnerability Scan feature. Hopefully this might get supported in the future. Tested with Wazuh Docker (4.7.4).

In Wazuh's Agent list, the OPNsense agent shows up as: "BSD 13.2", and the Vulnerability Scan page states about it: "Module not supported by the agent."

Here is also the API return from the agent's OS query. Thanks to all devs for fantastic work, and for a great platform!

{
"data": {
"affected_items": [
{
"os": {
"major": "13",
"name": "BSD"
},
"id": "001"
}
],
"total_affected_items": 1,
"total_failed_items": 0,
"failed_items": []
},
"message": "All selected agents information was returned",
"error": 0
}

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

No branches or pull requests

1 participant