[#389] first discovery scan COMPLETE: 21 findings on sectestbed 5104 — GMP scan pipeline committed
ci / audit (push) Successful in 24s
ci / audit (push) Successful in 24s
GLPI target → Discovery config → OpenVAS scanner → report c3294575-3db4-4ad1-8e50-3ca6d23fb137 (18 info, 1 low ICMP-timestamp, 2 unscored). VM shut back down. Pipeline scripts in openvas/scan-pipeline/. https://projects.knownelement.com/issues/389
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from lxml import etree
|
||||
t = etree.fromstring(gmp.send_command('<get_tasks task_id="fa43a011-077e-489b-bf9f-b7173cc555b6"/>').encode())
|
||||
task = t.find('.//task')
|
||||
print('status=' + (task.findtext('status') or '?'))
|
||||
print('progress=' + (task.findtext('progress') or '?'))
|
||||
print('report_count=' + str(len(task.findall('.//report'))))
|
||||
Reference in New Issue
Block a user