openvas
0.6.0Ostorlab OS
This repository is an implementation of the OpenVas agent.
To perform your first scan, simply run the following command.
ostorlab scan run --install --agent agent/ostorlab/openvas ip 8.8.8.8
This command will download and install agent/ostorlab/openvas and target the ip 8.8.8.8.
For more information, please refer to the Ostorlab Documentation
Agent OpenVas can be installed directly from the ostorlab agent store or built from this repository.
ostorlab agent install agent/ostorlab/openvas
You can then run the agent with the following command:
ostorlab scan run --agent agent/ostorlab/openvas ip 8.8.8.8
pip3 install ostorlab
git clone https://github.com/Ostorlab/agent_openvas.git && cd agent_openvas
ostortlab agent build --file=ostorlab.yaml
You can pass the optional flag --organization to specify your organisation. The organization is empty by default.
ostorlab scan run --agent agent//openvas ip 8.8.8.8
ostorlab scan run --agent agent/[ORGANIZATION]/openvas ip 8.8.8.8
In
v3.asset.ip.v4, v3.asset.ip.v6, v3.asset.domain_name, v3.asset.linkOut
v3.report.vulnerabilityMarch 14th 2025 Last modified
March 8th 2022 Created on