mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 23:57:11 -04:00
[GH-ISSUE #69] [Enhancement]: Openvas api intergration #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @s-b-repo on GitHub (Oct 25, 2025).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/69
Originally assigned to: @asdek on GitHub.
Target Component
Security Tools Integration
Enhancement Description
will help find cves and with pentesting
Technical Details
No response
Designs and Mockups
No response
Alternative Solutions
No response
Verification
@asdek commented on GitHub (Oct 25, 2025):
Hello @s-b-repo,
OpenVAS requires systemd to run out of the box. Before implementing this for all users, I'd suggest you experiment to see if this functionality is actually useful for AI agents and whether they can use it correctly.
Setup Instructions:
You can use the base image
vxcontrol/kali-linux:systemdand install OpenVAS on top of it.Option 1 - Package Installation:
Option 2 - Build from Source:
Use the build approach from: https://github.com/greenbone/openvas-scanner/blob/main/.docker/railguards/debian_stable.Dockerfile
Important Notes:
/usr/local/bin/container-entrypoint(see here)Integration:
DOCKER_DEFAULT_IMAGE_FOR_PENTEST=myorg/kali-linux:openvasin your.envfileI'd like to see results from this testing before making changes for all users. Can you share how the agents perform with OpenVAS integration?
@s-b-repo commented on GitHub (Oct 26, 2025):
if we train them its possible how it works and just make a api for openvas comptiablity to relay command based on what the ai want to do
@fartwhif commented on GitHub (Mar 21, 2026):
idk if this is relevant or helps but i caught mine doing this , so it fails due to disabled or missing package repo maybe