Hey everyone,
I am in desperate need of some help.
I am working on a project where I am running OpenVAS ( I know I know ) on a Raspberry Pi 3+ remotely.
Because of the hardware limitations I am unable to let the Task be created with default options. I need to reduce max checks to 5 and max hosts to 3. However when I run the following xml using the 'omp -u user -w password -X ’
<create_task>
<name>Test-10-247-93s24</name>
<config id="0e17063e-ef2d-4c12-aa76-53a4e1696f6e">
<target id="30ebc300-1aa8-4708-a3a3-add01b3d6241">
<hosts_ordering>random</hosts_ordering>
<schedule id="b4bb89d5-5a77-4c7d-b8e2-e50f41cd2c2d">
<preferences>
<preference><name>Maximum concurrently executed NVTs per host</name><scanner_name>max_checks</scanner_name><value>5</value></preference>
<preference><name>Maximum concurrently scanned hosts</name><scanner_name>max_hosts</scanner_name><value>3</value></preference>
<preference><name>Network Source Interface</name><scanner_name>source_iface</scanner_name><value></value></preference>
</preferences>
</create_task>'
It does not like the preferences. I exported a Task XML from when I used GSA Web App to create a task as my basis.
Is this even possible? If I build GVM 11 from source for Raspbian Buster will this offer better CLI tools to allow me make task preferences like this possible?
I appreciate your help and your patience. Thanks in advance.