1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
|
<?xml version="1.0"?>
<!--
SPDX-FileCopyrightText: 2020-2024 Greenbone AG
SPDX-License-Identifier: GPL-3.0-or-later
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<get_tasks_response status="200" status_text="OK">
<apply_overrides>0</apply_overrides>
<task id="c8ef0597-e2c1-4e23-869f-072fa2914bf2">
<owner>
<name>jloechte</name>
</owner>
<name>sgdfg</name>
<comment></comment>
<creation_time>2020-11-02T10:18:51Z</creation_time>
<modification_time>2020-11-02T10:18:58Z</modification_time>
<writable>1</writable>
<in_use>1</in_use>
<permissions>
<permission>
<name>Everything</name>
</permission>
</permissions>
<alterable>0</alterable>
<usage_type>scan</usage_type>
<config id="">
<name></name>
<type>-1</type>
<trash>0</trash>
</config>
<target id="ead9576c-5a4d-4081-b98d-ccd77d5d16f8">
<name>Target for waitress
</name>
<trash>0</trash>
</target>
<hosts_ordering></hosts_ordering>
<scanner id='6acd0832-df90-11e4-b9d5-28d24461215b'>
<name>CVE</name>
<type>3</type>
<trash>0</trash>
</scanner>
<status>Running</status>
<progress>0</progress>
<report_count>1<finished>0</finished>
</report_count>
<trend></trend>
<schedule id="">
<name></name>
<trash>0</trash>
</schedule>
<schedule_periods>1</schedule_periods>
<current_report>
<report id="38cdd1e7-8c6f-42ec-a9a5-5b06c599b170">
<timestamp>2020-11-02T10:18:58Z</timestamp>
<scan_start>2020-11-02T10:18:58Z</scan_start>
<scan_end></scan_end>
</report>
</current_report>
<observers></observers>
<average_duration>0</average_duration>
<result_count>0</result_count>
<preferences>
<preference>
<name>Maximum concurrently executed NVTs per host</name>
<scanner_name>max_checks</scanner_name>
<value>4</value>
</preference>
<preference>
<name>Maximum concurrently scanned hosts</name>
<scanner_name>max_hosts</scanner_name>
<value>20</value>
</preference>
<preference>
<name>Network Source Interface</name>
<scanner_name>source_iface</scanner_name>
<value></value>
</preference>
<preference>
<name>Add results to Asset Management</name>
<scanner_name>in_assets</scanner_name>
<value>no</value>
</preference>
<preference>
<name>Apply Overrides when adding Assets</name>
<scanner_name>assets_apply_overrides</scanner_name>
<value>yes</value>
</preference>
<preference>
<name>Min QOD when adding Assets</name>
<scanner_name>assets_min_qod</scanner_name>
<value>70</value>
</preference>
<preference>
<name>Auto Delete Reports</name>
<scanner_name>auto_delete</scanner_name>
<value>no</value>
</preference>
<preference>
<name>Auto Delete Reports Data</name>
<scanner_name>auto_delete_data</scanner_name>
<value>5</value>
</preference>
</preferences>
</task>
<filters id="">
<term>apply_overrides=0 min_qod=70 first=1 rows=-1 uuid= uuid=c8ef0597-e2c1-4e23-869f-072fa2914bf2 sort=name</term>
<keywords>
<keyword>
<column>apply_overrides</column>
<relation>=</relation>
<value>0</value>
</keyword>
<keyword>
<column>min_qod</column>
<relation>=</relation>
<value>70</value>
</keyword>
<keyword>
<column>first</column>
<relation>=</relation>
<value>1</value>
</keyword>
<keyword>
<column>rows</column>
<relation>=</relation>
<value>-1</value>
</keyword>
<keyword>
<column>uuid</column>
<relation>=</relation>
<value></value>
</keyword>
<keyword>
<column>uuid</column>
<relation>=</relation>
<value>c8ef0597-e2c1-4e23-869f-072fa2914bf2</value>
</keyword>
<keyword>
<column>sort</column>
<relation>=</relation>
<value>name</value>
</keyword>
</keywords>
</filters>
<sort>
<field>name<order>ascending</order>
</field>
</sort>
<tasks start="1" max="-1"/>
<task_count>10<filtered>1</filtered>
<page>1</page>
</task_count>
</get_tasks_response>
|