dradis-coreimpact 4.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.github/issue_template.md +16 -0
- data/.github/pull_request_template.md +36 -0
- data/.gitignore +10 -0
- data/.rspec +2 -0
- data/CHANGELOG.md +8 -0
- data/CHANGELOG.template +12 -0
- data/CONTRIBUTING.md +3 -0
- data/Gemfile +23 -0
- data/LICENSE +339 -0
- data/README.md +27 -0
- data/Rakefile +1 -0
- data/dradis-coreimpact.gemspec +30 -0
- data/lib/coreimpact/module.rb +41 -0
- data/lib/coreimpact/vulnerability.rb +52 -0
- data/lib/dradis/plugins/coreimpact/engine.rb +13 -0
- data/lib/dradis/plugins/coreimpact/field_processor.rb +26 -0
- data/lib/dradis/plugins/coreimpact/gem_version.rb +19 -0
- data/lib/dradis/plugins/coreimpact/importer.rb +112 -0
- data/lib/dradis/plugins/coreimpact/version.rb +13 -0
- data/lib/dradis/plugins/coreimpact.rb +11 -0
- data/lib/dradis-coreimpact.rb +9 -0
- data/lib/tasks/thorfile.rb +22 -0
- data/spec/coreimpact/importer_spec.rb +88 -0
- data/spec/coreimpact_upload_spec.rb +5 -0
- data/spec/fixtures/files/example.xml +536 -0
- data/spec/spec_helper.rb +9 -0
- data/templates/evidence.fields +4 -0
- data/templates/evidence.sample +8 -0
- data/templates/evidence.template +11 -0
- data/templates/issue.fields +6 -0
- data/templates/issue.sample +12 -0
- data/templates/issue.template +17 -0
- metadata +150 -0
@@ -0,0 +1,536 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<entities creator="CORE IMPACT" version="16">
|
3
|
+
<entity class="host" name="/10.0.10.41">
|
4
|
+
<property type="string" key="ICMP responses" readonly="0" eraseable="1" priority="0">true</property>
|
5
|
+
<property type="container" key="Imported Data" readonly="0" eraseable="1" priority="0">
|
6
|
+
<property type="container" key="2021-03-18 11:35:35" readonly="0" eraseable="1" priority="0">
|
7
|
+
<property type="bool" key="Applied" readonly="0" eraseable="1" priority="0">true</property>
|
8
|
+
<property type="string" key="filename" readonly="0" eraseable="1" priority="0">C:\ProgramData\IMPACT\Temp\nmap_netdiscuzgem0.xml</property>
|
9
|
+
<property type="os" key="os" readonly="0" eraseable="1" priority="0" name="unknown">
|
10
|
+
<property type="unicode" key="entity class" readonly="1" eraseable="0" priority="1">OperatingSystem</property>
|
11
|
+
<property type="unicode" key="entity name" readonly="1" eraseable="0" priority="1">unknown</property>
|
12
|
+
<property type="unicode" key="entity type" readonly="1" eraseable="0" priority="1"/>
|
13
|
+
<property type="container" key="properties" readonly="1" eraseable="0" priority="0"/>
|
14
|
+
</property>
|
15
|
+
<property type="string" key="source" readonly="0" eraseable="1" priority="0">Nmap</property>
|
16
|
+
</property>
|
17
|
+
<property type="container" key="2021-03-19 10:08:02" readonly="0" eraseable="1" priority="0">
|
18
|
+
<property type="bool" key="Applied" readonly="0" eraseable="1" priority="0">true</property>
|
19
|
+
<property type="string" key="filename" readonly="0" eraseable="1" priority="0">C:\ProgramData\IMPACT\Temp\nmap_netdisceiw6mr.xml</property>
|
20
|
+
<property type="os" key="os" readonly="0" eraseable="1" priority="0" name="unknown">
|
21
|
+
<property type="unicode" key="entity class" readonly="1" eraseable="0" priority="1">OperatingSystem</property>
|
22
|
+
<property type="unicode" key="entity name" readonly="1" eraseable="0" priority="1">unknown</property>
|
23
|
+
<property type="unicode" key="entity type" readonly="1" eraseable="0" priority="1"/>
|
24
|
+
<property type="container" key="properties" readonly="1" eraseable="0" priority="0"/>
|
25
|
+
</property>
|
26
|
+
<property type="string" key="source" readonly="0" eraseable="1" priority="0">Nmap</property>
|
27
|
+
</property>
|
28
|
+
<property type="container" key="2021-03-19 10:47:58" readonly="0" eraseable="1" priority="0">
|
29
|
+
<property type="bool" key="Applied" readonly="0" eraseable="1" priority="0">true</property>
|
30
|
+
<property type="string" key="filename" readonly="0" eraseable="1" priority="0">C:\ProgramData\IMPACT\Temp\nmap_fulligbd5bgc.xml</property>
|
31
|
+
<property type="os" key="os" readonly="0" eraseable="1" priority="0" name="linux">
|
32
|
+
<property type="unicode" key="entity class" readonly="1" eraseable="0" priority="1">OperatingSystem</property>
|
33
|
+
<property type="unicode" key="entity name" readonly="1" eraseable="0" priority="1">linux</property>
|
34
|
+
<property type="unicode" key="entity type" readonly="1" eraseable="0" priority="1"/>
|
35
|
+
<property type="container" key="properties" readonly="1" eraseable="0" priority="0">
|
36
|
+
<property type="user_add:redhat,mandriva,mandrake,suse,debian,slackware,fedora,ubuntu,novell,conectiva,unknown" key="distribution" readonly="0" eraseable="1" priority="0">unknown</property>
|
37
|
+
<property type="user_add:unknown,2.2,2.3,2.4,2.5,2.6" key="kernel version" readonly="0" eraseable="1" priority="0">2.6</property>
|
38
|
+
</property>
|
39
|
+
</property>
|
40
|
+
<property type="container" key="services" readonly="0" eraseable="1" priority="0">
|
41
|
+
<property type="container" key="http" readonly="0" eraseable="1" priority="0">
|
42
|
+
<property type="container" key="80-tcp" readonly="0" eraseable="1" priority="0">
|
43
|
+
<property type="string" key="Product" readonly="0" eraseable="1" priority="0">GoAhead WebServer</property>
|
44
|
+
</property>
|
45
|
+
</property>
|
46
|
+
<property type="container" key="https" readonly="0" eraseable="1" priority="0">
|
47
|
+
<property type="container" key="443-tcp" readonly="0" eraseable="1" priority="0">
|
48
|
+
<property type="string" key="Product" readonly="0" eraseable="1" priority="0">GoAhead WebServer</property>
|
49
|
+
</property>
|
50
|
+
</property>
|
51
|
+
<property type="container" key="ipmi-usb" readonly="0" eraseable="1" priority="0">
|
52
|
+
<property type="container" key="5120-tcp" readonly="0" eraseable="1" priority="0">
|
53
|
+
<property type="string" key="Product" readonly="0" eraseable="1" priority="0">IPMI USB redirection</property>
|
54
|
+
</property>
|
55
|
+
</property>
|
56
|
+
<property type="container" key="oob-ws-http" readonly="0" eraseable="1" priority="0">
|
57
|
+
<property type="container" key="623-tcp" readonly="0" eraseable="1" priority="0">
|
58
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">Guessed</property>
|
59
|
+
</property>
|
60
|
+
</property>
|
61
|
+
<property type="container" key="ssh" readonly="0" eraseable="1" priority="0">
|
62
|
+
<property type="container" key="22-tcp" readonly="0" eraseable="1" priority="0">
|
63
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">Guessed</property>
|
64
|
+
</property>
|
65
|
+
</property>
|
66
|
+
<property type="container" key="sunrpc" readonly="0" eraseable="1" priority="0">
|
67
|
+
<property type="container" key="111-tcp" readonly="0" eraseable="1" priority="0">
|
68
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">Guessed</property>
|
69
|
+
</property>
|
70
|
+
</property>
|
71
|
+
<property type="container" key="telnet" readonly="0" eraseable="1" priority="0">
|
72
|
+
<property type="container" key="23-tcp" readonly="0" eraseable="1" priority="0">
|
73
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">Guessed</property>
|
74
|
+
</property>
|
75
|
+
</property>
|
76
|
+
</property>
|
77
|
+
<property type="string" key="source" readonly="0" eraseable="1" priority="0">Nmap</property>
|
78
|
+
<property type="ports" key="tcp_ports" readonly="0" eraseable="1" priority="0">
|
79
|
+
<property type="port" key="111" readonly="0" eraseable="1" priority="0">filtered</property>
|
80
|
+
<property type="port" key="22" readonly="0" eraseable="1" priority="0">filtered</property>
|
81
|
+
</property>
|
82
|
+
</property>
|
83
|
+
<property type="container" key="2021-03-19 11:02:44" readonly="0" eraseable="1" priority="0">
|
84
|
+
<property type="bool" key="Applied" readonly="0" eraseable="1" priority="0">true</property>
|
85
|
+
<property type="unicode" key="filename" readonly="0" eraseable="1" priority="0">C:\Users\DCOE\Desktop\Pen Test Tools\Reports\G-TEST_n7g9p4.nessus</property>
|
86
|
+
<property type="os" key="os" readonly="0" eraseable="1" priority="0" name="linux">
|
87
|
+
<property type="unicode" key="entity class" readonly="1" eraseable="0" priority="1">OperatingSystem</property>
|
88
|
+
<property type="unicode" key="entity name" readonly="1" eraseable="0" priority="1">linux</property>
|
89
|
+
<property type="unicode" key="entity type" readonly="1" eraseable="0" priority="1"/>
|
90
|
+
<property type="container" key="properties" readonly="1" eraseable="0" priority="0">
|
91
|
+
<property type="user_add:redhat,mandriva,mandrake,suse,debian,slackware,fedora,ubuntu,novell,conectiva,unknown" key="distribution" readonly="0" eraseable="1" priority="0">unknown</property>
|
92
|
+
<property type="user_add:unknown,2.2,2.3,2.4,2.5,2.6" key="kernel version" readonly="0" eraseable="1" priority="0">2.6</property>
|
93
|
+
</property>
|
94
|
+
</property>
|
95
|
+
<property type="container" key="services" readonly="0" eraseable="1" priority="0">
|
96
|
+
<property type="container" key="http" readonly="0" eraseable="1" priority="0">
|
97
|
+
<property type="string" key="80-tcp" readonly="0" eraseable="1" priority="0"/>
|
98
|
+
</property>
|
99
|
+
<property type="container" key="https" readonly="0" eraseable="1" priority="0">
|
100
|
+
<property type="string" key="443-tcp" readonly="0" eraseable="1" priority="0"/>
|
101
|
+
</property>
|
102
|
+
<property type="container" key="oob-ws-http" readonly="0" eraseable="1" priority="0">
|
103
|
+
<property type="string" key="623-tcp" readonly="0" eraseable="1" priority="0"/>
|
104
|
+
</property>
|
105
|
+
</property>
|
106
|
+
<property type="string" key="source" readonly="0" eraseable="1" priority="0">Nessus</property>
|
107
|
+
<property type="ports" key="tcp_ports" readonly="0" eraseable="1" priority="0">
|
108
|
+
<property type="port" key="443" readonly="0" eraseable="1" priority="0">listen</property>
|
109
|
+
<property type="port" key="623" readonly="0" eraseable="1" priority="0">listen</property>
|
110
|
+
<property type="port" key="80" readonly="0" eraseable="1" priority="0">listen</property>
|
111
|
+
</property>
|
112
|
+
</property>
|
113
|
+
</property>
|
114
|
+
<property type="container" key="Solved Vulnerabilities" readonly="0" eraseable="1" priority="0"/>
|
115
|
+
<property type="container" key="TTL" readonly="0" eraseable="1" priority="0" name="64">
|
116
|
+
<property type="string" key="Estimated hops" readonly="0" eraseable="1" priority="0">0</property>
|
117
|
+
</property>
|
118
|
+
<property type="container" key="Vulnerabilities" readonly="0" eraseable="1" priority="0">
|
119
|
+
<property type="container" key="CVE-2014-0224" readonly="0" eraseable="1" priority="0">
|
120
|
+
<property type="container" key="Modules" readonly="0" eraseable="1" priority="0">
|
121
|
+
<property type="container" key="OpenSSL ChangeCipherSpec Message Vulnerability Checker" readonly="0" eraseable="1" priority="0">
|
122
|
+
<property type="bool" key="agent_deployed" readonly="0" eraseable="1" priority="0">false</property>
|
123
|
+
<property type="string" key="description" readonly="0" eraseable="1" priority="0">OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCipherSpec messages, which allows man-in-the-middle attackers to trigger use of a zero-length master key in certain OpenSSL-to-OpenSSL communications, and consequently hijack sessions or obtain sensitive information, via a crafted TLS handshake, aka the "CCS Injection" vulnerability.</property>
|
124
|
+
<property type="string" key="port" readonly="0" eraseable="1" priority="0">443</property>
|
125
|
+
<property type="bool" key="tried_to_install_agent" readonly="0" eraseable="1" priority="0">false</property>
|
126
|
+
</property>
|
127
|
+
</property>
|
128
|
+
</property>
|
129
|
+
</property>
|
130
|
+
<property type="arch" key="arch" readonly="0" eraseable="1" priority="0">i386</property>
|
131
|
+
<property type="string" key="class path" readonly="1" eraseable="1" priority="1">impact.entity.Model.Host</property>
|
132
|
+
<property type="unicode" key="display_name" readonly="0" eraseable="1" priority="1">10.0.10.41</property>
|
133
|
+
<property type="unicode" key="full_display_name" readonly="0" eraseable="1" priority="1">/10.0.10.41</property>
|
134
|
+
<property type="string" key="ip" readonly="1" eraseable="0" priority="0">10.0.10.41</property>
|
135
|
+
<property type="string" key="netmask" readonly="0" eraseable="1" priority="0"/>
|
136
|
+
<property type="os" key="os" readonly="0" eraseable="1" priority="0" name="linux">
|
137
|
+
<property type="unicode" key="entity class" readonly="1" eraseable="0" priority="1">OperatingSystem</property>
|
138
|
+
<property type="unicode" key="entity name" readonly="1" eraseable="0" priority="1">linux</property>
|
139
|
+
<property type="unicode" key="entity type" readonly="1" eraseable="0" priority="1"/>
|
140
|
+
<property type="container" key="properties" readonly="1" eraseable="0" priority="0">
|
141
|
+
<property type="user_add:redhat,mandriva,mandrake,suse,debian,slackware,fedora,ubuntu,novell,conectiva,unknown" key="distribution" readonly="0" eraseable="1" priority="0">unknown</property>
|
142
|
+
<property type="user_add:unknown,2.2,2.3,2.4,2.5,2.6" key="kernel version" readonly="0" eraseable="1" priority="0">2.6</property>
|
143
|
+
</property>
|
144
|
+
</property>
|
145
|
+
<property type="entity_name:" key="owner" readonly="0" eraseable="1" priority="1">/localhost</property>
|
146
|
+
<property type="container" key="rpt" readonly="0" eraseable="1" priority="1">
|
147
|
+
<property type="string" key="nmap6" readonly="0" eraseable="1" priority="0">complete</property>
|
148
|
+
<property type="string" key="tcp_basic" readonly="0" eraseable="1" priority="0">complete</property>
|
149
|
+
<property type="string" key="tcp_dynamic" readonly="0" eraseable="1" priority="0">complete</property>
|
150
|
+
<property type="string" key="udp_basic" readonly="0" eraseable="1" priority="0">complete</property>
|
151
|
+
<property type="string" key="udp_dynamic" readonly="0" eraseable="1" priority="0">complete</property>
|
152
|
+
<property type="string" key="vulnerability_checker" readonly="0" eraseable="1" priority="0">complete</property>
|
153
|
+
</property>
|
154
|
+
<property type="container" key="services" readonly="0" eraseable="1" priority="0">
|
155
|
+
<property type="container" key="http" readonly="0" eraseable="1" priority="0">
|
156
|
+
<property type="string" key="80-tcp" readonly="0" eraseable="1" priority="0"/>
|
157
|
+
</property>
|
158
|
+
<property type="container" key="https" readonly="0" eraseable="1" priority="0">
|
159
|
+
<property type="string" key="443-tcp" readonly="0" eraseable="1" priority="0"/>
|
160
|
+
</property>
|
161
|
+
<property type="container" key="ipmi-usb" readonly="0" eraseable="1" priority="0">
|
162
|
+
<property type="container" key="5120-tcp" readonly="0" eraseable="1" priority="0">
|
163
|
+
<property type="string" key="Product" readonly="0" eraseable="1" priority="0">IPMI USB redirection</property>
|
164
|
+
</property>
|
165
|
+
</property>
|
166
|
+
<property type="container" key="oob-ws-http" readonly="0" eraseable="1" priority="0">
|
167
|
+
<property type="string" key="623-tcp" readonly="0" eraseable="1" priority="0"/>
|
168
|
+
</property>
|
169
|
+
<property type="container" key="ssh" readonly="0" eraseable="1" priority="0">
|
170
|
+
<property type="container" key="22-tcp" readonly="0" eraseable="1" priority="0">
|
171
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">Guessed</property>
|
172
|
+
</property>
|
173
|
+
</property>
|
174
|
+
<property type="container" key="sunrpc" readonly="0" eraseable="1" priority="0">
|
175
|
+
<property type="container" key="111-tcp" readonly="0" eraseable="1" priority="0">
|
176
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">Guessed</property>
|
177
|
+
</property>
|
178
|
+
</property>
|
179
|
+
<property type="container" key="telnet" readonly="0" eraseable="1" priority="0">
|
180
|
+
<property type="container" key="23-tcp" readonly="0" eraseable="1" priority="0">
|
181
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">Guessed</property>
|
182
|
+
</property>
|
183
|
+
</property>
|
184
|
+
</property>
|
185
|
+
<property type="container" key="tags" readonly="0" eraseable="1" priority="0">
|
186
|
+
<property type="unicode" key="tag-web_server" readonly="0" eraseable="1" priority="0">tag-web_server</property>
|
187
|
+
</property>
|
188
|
+
<property type="ports" key="tcp_ports" readonly="0" eraseable="1" priority="0">
|
189
|
+
<property type="port" key="111" readonly="0" eraseable="1" priority="0">filtered</property>
|
190
|
+
<property type="port" key="22" readonly="0" eraseable="1" priority="0">filtered</property>
|
191
|
+
</property>
|
192
|
+
<property type="ports" key="udp_ports" readonly="0" eraseable="1" priority="0">
|
193
|
+
<property type="port" key="1000" readonly="0" eraseable="1" priority="0">closed</property>
|
194
|
+
<property type="port" key="10161" readonly="0" eraseable="1" priority="0">filtered</property>
|
195
|
+
</property>
|
196
|
+
</entity>
|
197
|
+
<entity class="host" name="/10.0.10.53">
|
198
|
+
<property type="container" key="Banners" readonly="0" eraseable="1" priority="0">
|
199
|
+
<property type="string" key="111" readonly="0" eraseable="1" priority="0">[no answer]</property>
|
200
|
+
<property type="string" key="2049" readonly="0" eraseable="1" priority="0">[no answer]</property>
|
201
|
+
<property type="string" key="4045" readonly="0" eraseable="1" priority="0">[no answer]</property>
|
202
|
+
<property type="string" key="4046" readonly="0" eraseable="1" priority="0">[no answer]</property>
|
203
|
+
<property type="string" key="4047" readonly="0" eraseable="1" priority="0">[no answer]</property>
|
204
|
+
</property>
|
205
|
+
<property type="string" key="ICMP responses" readonly="0" eraseable="1" priority="0">true</property>
|
206
|
+
<property type="container" key="Identities" readonly="0" eraseable="1" priority="0">
|
207
|
+
<property type="container" key="Gathered" readonly="0" eraseable="1" priority="0"/>
|
208
|
+
<property type="container" key="Validated" readonly="0" eraseable="1" priority="0">
|
209
|
+
<property type="container" key="Identity-200751605" readonly="0" eraseable="1" priority="0">
|
210
|
+
<property type="unicode" key="ID" readonly="0" eraseable="1" priority="0">0</property>
|
211
|
+
<property type="entity_late_reference" key="Link" readonly="0" eraseable="1" priority="0">/Identity-200751605</property>
|
212
|
+
</property>
|
213
|
+
</property>
|
214
|
+
</property>
|
215
|
+
<property type="container" key="Imported Data" readonly="0" eraseable="1" priority="0">
|
216
|
+
<property type="container" key="2021-03-18 11:35:35" readonly="0" eraseable="1" priority="0">
|
217
|
+
<property type="bool" key="Applied" readonly="0" eraseable="1" priority="0">true</property>
|
218
|
+
<property type="string" key="filename" readonly="0" eraseable="1" priority="0">C:\ProgramData\IMPACT\Temp\nmap_netdiscuzgem0.xml</property>
|
219
|
+
<property type="os" key="os" readonly="0" eraseable="1" priority="0" name="unknown">
|
220
|
+
<property type="unicode" key="entity class" readonly="1" eraseable="0" priority="1">OperatingSystem</property>
|
221
|
+
<property type="unicode" key="entity name" readonly="1" eraseable="0" priority="1">unknown</property>
|
222
|
+
<property type="unicode" key="entity type" readonly="1" eraseable="0" priority="1"/>
|
223
|
+
<property type="container" key="properties" readonly="1" eraseable="0" priority="0"/>
|
224
|
+
</property>
|
225
|
+
<property type="string" key="source" readonly="0" eraseable="1" priority="0">Nmap</property>
|
226
|
+
</property>
|
227
|
+
<property type="container" key="2021-03-19 10:08:02" readonly="0" eraseable="1" priority="0">
|
228
|
+
<property type="bool" key="Applied" readonly="0" eraseable="1" priority="0">true</property>
|
229
|
+
<property type="string" key="filename" readonly="0" eraseable="1" priority="0">C:\ProgramData\IMPACT\Temp\nmap_netdisceiw6mr.xml</property>
|
230
|
+
<property type="os" key="os" readonly="0" eraseable="1" priority="0" name="unknown">
|
231
|
+
<property type="unicode" key="entity class" readonly="1" eraseable="0" priority="1">OperatingSystem</property>
|
232
|
+
<property type="unicode" key="entity name" readonly="1" eraseable="0" priority="1">unknown</property>
|
233
|
+
<property type="unicode" key="entity type" readonly="1" eraseable="0" priority="1"/>
|
234
|
+
<property type="container" key="properties" readonly="1" eraseable="0" priority="0"/>
|
235
|
+
</property>
|
236
|
+
<property type="string" key="source" readonly="0" eraseable="1" priority="0">Nmap</property>
|
237
|
+
</property>
|
238
|
+
<property type="container" key="2021-03-19 10:47:58" readonly="0" eraseable="1" priority="0">
|
239
|
+
<property type="bool" key="Applied" readonly="0" eraseable="1" priority="0">true</property>
|
240
|
+
<property type="string" key="filename" readonly="0" eraseable="1" priority="0">C:\ProgramData\IMPACT\Temp\nmap_fulligbd5bgc.xml</property>
|
241
|
+
<property type="os" key="os" readonly="0" eraseable="1" priority="0" name="Data ONTAP">
|
242
|
+
<property type="unicode" key="entity class" readonly="1" eraseable="0" priority="1">OperatingSystem</property>
|
243
|
+
<property type="unicode" key="entity name" readonly="1" eraseable="0" priority="1">Data ONTAP</property>
|
244
|
+
<property type="unicode" key="entity type" readonly="1" eraseable="0" priority="1"/>
|
245
|
+
<property type="container" key="properties" readonly="1" eraseable="0" priority="0">
|
246
|
+
<property type="string" key="additional info" readonly="0" eraseable="1" priority="0">Data ONTAP</property>
|
247
|
+
</property>
|
248
|
+
</property>
|
249
|
+
<property type="container" key="services" readonly="0" eraseable="1" priority="0">
|
250
|
+
<property type="container" key="asr" readonly="0" eraseable="1" priority="0">
|
251
|
+
<property type="container" key="7800-tcp" readonly="0" eraseable="1" priority="0">
|
252
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">Guessed</property>
|
253
|
+
</property>
|
254
|
+
</property>
|
255
|
+
<property type="container" key="http" readonly="0" eraseable="1" priority="0">
|
256
|
+
<property type="container" key="80-tcp" readonly="0" eraseable="1" priority="0">
|
257
|
+
<property type="string" key="Product" readonly="0" eraseable="1" priority="0">NetApp filer httpd</property>
|
258
|
+
<property type="string" key="Version" readonly="0" eraseable="1" priority="0">8.0.1</property>
|
259
|
+
</property>
|
260
|
+
</property>
|
261
|
+
<property type="container" key="https" readonly="0" eraseable="1" priority="0">
|
262
|
+
<property type="container" key="443-tcp" readonly="0" eraseable="1" priority="0">
|
263
|
+
<property type="string" key="Product" readonly="0" eraseable="1" priority="0">NetApp filer httpd</property>
|
264
|
+
<property type="string" key="Version" readonly="0" eraseable="1" priority="0">8.0.1</property>
|
265
|
+
</property>
|
266
|
+
</property>
|
267
|
+
<property type="container" key="login" readonly="0" eraseable="1" priority="0">
|
268
|
+
<property type="container" key="514-tcp" readonly="0" eraseable="1" priority="0">
|
269
|
+
<property type="string" key="Product" readonly="0" eraseable="1" priority="0">Cisco/NetApp logind</property>
|
270
|
+
</property>
|
271
|
+
</property>
|
272
|
+
<property type="container" key="ndmp" readonly="0" eraseable="1" priority="0">
|
273
|
+
<property type="container" key="10000-tcp" readonly="0" eraseable="1" priority="0">
|
274
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">NDMPv4</property>
|
275
|
+
</property>
|
276
|
+
</property>
|
277
|
+
<property type="container" key="netbios-ssn" readonly="0" eraseable="1" priority="0">
|
278
|
+
<property type="container" key="139-tcp" readonly="0" eraseable="1" priority="0">
|
279
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">Guessed</property>
|
280
|
+
</property>
|
281
|
+
<property type="container" key="445-tcp" readonly="0" eraseable="1" priority="0">
|
282
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">workgroup: WORKGROUP</property>
|
283
|
+
<property type="string" key="Product" readonly="0" eraseable="1" priority="0">Netapp ONTAP smbd</property>
|
284
|
+
</property>
|
285
|
+
</property>
|
286
|
+
<property type="container" key="nfs" readonly="0" eraseable="1" priority="0">
|
287
|
+
<property type="container" key="2049-tcp" readonly="0" eraseable="1" priority="0">
|
288
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">RPC #100003</property>
|
289
|
+
<property type="string" key="Version" readonly="0" eraseable="1" priority="0">2-3</property>
|
290
|
+
</property>
|
291
|
+
</property>
|
292
|
+
<property type="container" key="nlockmgr" readonly="0" eraseable="1" priority="0">
|
293
|
+
<property type="container" key="4045-tcp" readonly="0" eraseable="1" priority="0">
|
294
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">RPC #100021</property>
|
295
|
+
<property type="string" key="Version" readonly="0" eraseable="1" priority="0">1-4</property>
|
296
|
+
</property>
|
297
|
+
</property>
|
298
|
+
<property type="container" key="snmp" readonly="0" eraseable="1" priority="0">
|
299
|
+
<property type="container" key="161-udp" readonly="0" eraseable="1" priority="0">
|
300
|
+
<property type="string" key="Product" readonly="0" eraseable="1" priority="0">Network Appliance Corporation SNMPv3 server</property>
|
301
|
+
</property>
|
302
|
+
</property>
|
303
|
+
<property type="container" key="ssh" readonly="0" eraseable="1" priority="0">
|
304
|
+
<property type="container" key="22-tcp" readonly="0" eraseable="1" priority="0">
|
305
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">protocol 2.0</property>
|
306
|
+
<property type="string" key="Product" readonly="0" eraseable="1" priority="0">OpenSSH</property>
|
307
|
+
<property type="string" key="Version" readonly="0" eraseable="1" priority="0">3.4p1</property>
|
308
|
+
</property>
|
309
|
+
</property>
|
310
|
+
<property type="container" key="sunrpc" readonly="0" eraseable="1" priority="0">
|
311
|
+
<property type="container" key="111-tcp" readonly="0" eraseable="1" priority="0">
|
312
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">RPC #100000</property>
|
313
|
+
<property type="string" key="Version" readonly="0" eraseable="1" priority="0">2</property>
|
314
|
+
</property>
|
315
|
+
<property type="container" key="111-udp" readonly="0" eraseable="1" priority="0">
|
316
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">RPC #100000</property>
|
317
|
+
<property type="string" key="Version" readonly="0" eraseable="1" priority="0">2</property>
|
318
|
+
</property>
|
319
|
+
</property>
|
320
|
+
<property type="container" key="tcpwrapped" readonly="0" eraseable="1" priority="0">
|
321
|
+
<property type="container" key="3260-tcp" readonly="0" eraseable="1" priority="0"/>
|
322
|
+
</property>
|
323
|
+
<property type="container" key="vmware-print" readonly="0" eraseable="1" priority="0">
|
324
|
+
<property type="container" key="10566-tcp" readonly="0" eraseable="1" priority="0">
|
325
|
+
<property type="string" key="Product" readonly="0" eraseable="1" priority="0">VMware virtual printing service</property>
|
326
|
+
</property>
|
327
|
+
</property>
|
328
|
+
</property>
|
329
|
+
<property type="string" key="source" readonly="0" eraseable="1" priority="0">Nmap</property>
|
330
|
+
<property type="ports" key="tcp_ports" readonly="0" eraseable="1" priority="0">
|
331
|
+
<property type="port" key="10000" readonly="0" eraseable="1" priority="0">listen</property>
|
332
|
+
<property type="port" key="10566" readonly="0" eraseable="1" priority="0">listen</property>
|
333
|
+
</property>
|
334
|
+
<property type="ports" key="udp_ports" readonly="0" eraseable="1" priority="0">
|
335
|
+
<property type="port" key="111" readonly="0" eraseable="1" priority="0">listen</property>
|
336
|
+
<property type="port" key="161" readonly="0" eraseable="1" priority="0">listen</property>
|
337
|
+
</property>
|
338
|
+
</property>
|
339
|
+
<property type="container" key="2021-03-19 11:02:44" readonly="0" eraseable="1" priority="0">
|
340
|
+
<property type="bool" key="Applied" readonly="0" eraseable="1" priority="0">true</property>
|
341
|
+
<property type="unicode" key="filename" readonly="0" eraseable="1" priority="0">C:\Users\DCOE\Desktop\Pen Test Tools\Reports\G-TEST_n7g9p4.nessus</property>
|
342
|
+
<property type="os" key="os" readonly="0" eraseable="1" priority="0" name="unknown">
|
343
|
+
<property type="unicode" key="entity class" readonly="1" eraseable="0" priority="1">OperatingSystem</property>
|
344
|
+
<property type="unicode" key="entity name" readonly="1" eraseable="0" priority="1">unknown</property>
|
345
|
+
<property type="unicode" key="entity type" readonly="1" eraseable="0" priority="1"/>
|
346
|
+
<property type="container" key="properties" readonly="1" eraseable="0" priority="0"/>
|
347
|
+
</property>
|
348
|
+
<property type="container" key="services" readonly="0" eraseable="1" priority="0">
|
349
|
+
<property type="container" key="VeritasBackupExecAgent - Webmin" readonly="0" eraseable="1" priority="0">
|
350
|
+
<property type="string" key="10000-tcp" readonly="0" eraseable="1" priority="0"/>
|
351
|
+
</property>
|
352
|
+
<property type="container" key="asr" readonly="0" eraseable="1" priority="0">
|
353
|
+
<property type="string" key="7800-tcp" readonly="0" eraseable="1" priority="0"/>
|
354
|
+
</property>
|
355
|
+
<property type="container" key="http" readonly="0" eraseable="1" priority="0">
|
356
|
+
<property type="string" key="80-tcp" readonly="0" eraseable="1" priority="0"/>
|
357
|
+
</property>
|
358
|
+
<property type="container" key="https" readonly="0" eraseable="1" priority="0">
|
359
|
+
<property type="string" key="443-tcp" readonly="0" eraseable="1" priority="0"/>
|
360
|
+
</property>
|
361
|
+
<property type="container" key="iscsi-target" readonly="0" eraseable="1" priority="0">
|
362
|
+
<property type="string" key="3260-tcp" readonly="0" eraseable="1" priority="0"/>
|
363
|
+
</property>
|
364
|
+
<property type="container" key="lockd" readonly="0" eraseable="1" priority="0">
|
365
|
+
<property type="string" key="4045-tcp" readonly="0" eraseable="1" priority="0"/>
|
366
|
+
</property>
|
367
|
+
<property type="container" key="microsoft-ds" readonly="0" eraseable="1" priority="0">
|
368
|
+
<property type="string" key="445-tcp" readonly="0" eraseable="1" priority="0"/>
|
369
|
+
</property>
|
370
|
+
<property type="container" key="netbios-ssn" readonly="0" eraseable="1" priority="0">
|
371
|
+
<property type="string" key="139-tcp" readonly="0" eraseable="1" priority="0"/>
|
372
|
+
</property>
|
373
|
+
<property type="container" key="nfs" readonly="0" eraseable="1" priority="0">
|
374
|
+
<property type="string" key="2049-tcp" readonly="0" eraseable="1" priority="0"/>
|
375
|
+
</property>
|
376
|
+
<property type="container" key="shell" readonly="0" eraseable="1" priority="0">
|
377
|
+
<property type="string" key="514-tcp" readonly="0" eraseable="1" priority="0"/>
|
378
|
+
</property>
|
379
|
+
<property type="container" key="ssh" readonly="0" eraseable="1" priority="0">
|
380
|
+
<property type="string" key="22-tcp" readonly="0" eraseable="1" priority="0"/>
|
381
|
+
</property>
|
382
|
+
<property type="container" key="sunrpc" readonly="0" eraseable="1" priority="0">
|
383
|
+
<property type="string" key="111-tcp" readonly="0" eraseable="1" priority="0"/>
|
384
|
+
</property>
|
385
|
+
</property>
|
386
|
+
<property type="string" key="source" readonly="0" eraseable="1" priority="0">Nessus</property>
|
387
|
+
<property type="ports" key="tcp_ports" readonly="0" eraseable="1" priority="0">
|
388
|
+
<property type="port" key="10000" readonly="0" eraseable="1" priority="0">listen</property>
|
389
|
+
<property type="port" key="111" readonly="0" eraseable="1" priority="0">listen</property>
|
390
|
+
</property>
|
391
|
+
</property>
|
392
|
+
</property>
|
393
|
+
<property type="container" key="SMB" readonly="0" eraseable="1" priority="0">
|
394
|
+
<property type="string" key="Main Domain" readonly="0" eraseable="1" priority="0">WORKGROUP</property>
|
395
|
+
<property type="string" key="Remote OS" readonly="0" eraseable="1" priority="0">Windows 5.0</property>
|
396
|
+
</property>
|
397
|
+
<property type="container" key="TTL" readonly="0" eraseable="1" priority="0" name="255">
|
398
|
+
<property type="string" key="Estimated hops" readonly="0" eraseable="1" priority="0">0</property>
|
399
|
+
</property>
|
400
|
+
<property type="container" key="Vulnerabilities" readonly="0" eraseable="1" priority="0">
|
401
|
+
<property type="container" key="CVE-1999-0516" readonly="0" eraseable="1" priority="0">
|
402
|
+
<property type="container" key="Identities" readonly="0" eraseable="1" priority="0">
|
403
|
+
<property type="container" key="0" readonly="0" eraseable="1" priority="0">
|
404
|
+
<property type="unicode" key="Community" readonly="0" eraseable="1" priority="0">private</property>
|
405
|
+
<property type="entity_name:" key="Identity Link" readonly="0" eraseable="1" priority="1">/Identity-200751605</property>
|
406
|
+
</property>
|
407
|
+
</property>
|
408
|
+
<property type="container" key="Modules" readonly="0" eraseable="1" priority="0">
|
409
|
+
<property type="container" key="SNMP Identity Verifier" readonly="0" eraseable="1" priority="0">
|
410
|
+
<property type="bool" key="agent_deployed" readonly="0" eraseable="1" priority="0">false</property>
|
411
|
+
<property type="string" key="description" readonly="0" eraseable="1" priority="0">An SNMP community name is guessable.</property>
|
412
|
+
<property type="string" key="port" readonly="0" eraseable="1" priority="0">161</property>
|
413
|
+
<property type="bool" key="tried_to_install_agent" readonly="0" eraseable="1" priority="0">false</property>
|
414
|
+
</property>
|
415
|
+
</property>
|
416
|
+
</property>
|
417
|
+
</property>
|
418
|
+
<property type="arch" key="arch" readonly="0" eraseable="1" priority="0">Unknown</property>
|
419
|
+
<property type="string" key="class path" readonly="1" eraseable="1" priority="1">impact.entity.Model.Host</property>
|
420
|
+
<property type="unicode" key="detected by:" readonly="0" eraseable="1" priority="0">OS Detect by SNMP</property>
|
421
|
+
<property type="unicode" key="display_name" readonly="0" eraseable="1" priority="1">10.0.10.53</property>
|
422
|
+
<property type="container" key="dns names" readonly="0" eraseable="1" priority="0">
|
423
|
+
<property type="string" key="FAS2040-1" readonly="0" eraseable="1" priority="0"/>
|
424
|
+
</property>
|
425
|
+
<property type="unicode" key="full_display_name" readonly="0" eraseable="1" priority="1">/10.0.10.53</property>
|
426
|
+
<property type="string" key="ip" readonly="1" eraseable="0" priority="0">10.0.10.53</property>
|
427
|
+
<property type="string" key="netmask" readonly="0" eraseable="1" priority="0"/>
|
428
|
+
<property type="os" key="os" readonly="0" eraseable="1" priority="0" name="unknown">
|
429
|
+
<property type="unicode" key="entity class" readonly="1" eraseable="0" priority="1">OperatingSystem</property>
|
430
|
+
<property type="unicode" key="entity name" readonly="1" eraseable="0" priority="1">unknown</property>
|
431
|
+
<property type="unicode" key="entity type" readonly="1" eraseable="0" priority="1"/>
|
432
|
+
<property type="container" key="properties" readonly="1" eraseable="0" priority="0"/>
|
433
|
+
</property>
|
434
|
+
<property type="entity_name:" key="owner" readonly="0" eraseable="1" priority="1">/localhost</property>
|
435
|
+
<property type="container" key="services" readonly="0" eraseable="1" priority="0">
|
436
|
+
<property type="container" key="VeritasBackupExecAgent - Webmin" readonly="0" eraseable="1" priority="0">
|
437
|
+
<property type="string" key="10000-tcp" readonly="0" eraseable="1" priority="0"/>
|
438
|
+
</property>
|
439
|
+
<property type="container" key="asr" readonly="0" eraseable="1" priority="0">
|
440
|
+
<property type="string" key="7800-tcp" readonly="0" eraseable="1" priority="0"/>
|
441
|
+
</property>
|
442
|
+
<property type="container" key="http" readonly="0" eraseable="1" priority="0">
|
443
|
+
<property type="string" key="80-tcp" readonly="0" eraseable="1" priority="0"/>
|
444
|
+
</property>
|
445
|
+
<property type="container" key="https" readonly="0" eraseable="1" priority="0">
|
446
|
+
<property type="string" key="443-tcp" readonly="0" eraseable="1" priority="0"/>
|
447
|
+
</property>
|
448
|
+
<property type="container" key="iscsi-target" readonly="0" eraseable="1" priority="0">
|
449
|
+
<property type="string" key="3260-tcp" readonly="0" eraseable="1" priority="0"/>
|
450
|
+
</property>
|
451
|
+
<property type="container" key="lockd" readonly="0" eraseable="1" priority="0">
|
452
|
+
<property type="string" key="4045-tcp" readonly="0" eraseable="1" priority="0"/>
|
453
|
+
</property>
|
454
|
+
<property type="container" key="login" readonly="0" eraseable="1" priority="0">
|
455
|
+
<property type="container" key="514-tcp" readonly="0" eraseable="1" priority="0">
|
456
|
+
<property type="string" key="Product" readonly="0" eraseable="1" priority="0">Cisco/NetApp logind</property>
|
457
|
+
</property>
|
458
|
+
</property>
|
459
|
+
<property type="container" key="microsoft-ds" readonly="0" eraseable="1" priority="0">
|
460
|
+
<property type="string" key="445-tcp" readonly="0" eraseable="1" priority="0"/>
|
461
|
+
</property>
|
462
|
+
<property type="container" key="mountd" readonly="0" eraseable="1" priority="0">
|
463
|
+
<property type="string" key="4046-tcp" readonly="0" eraseable="1" priority="0"/>
|
464
|
+
<property type="string" key="4046-udp" readonly="0" eraseable="1" priority="0"/>
|
465
|
+
</property>
|
466
|
+
<property type="container" key="ndmp" readonly="0" eraseable="1" priority="0">
|
467
|
+
<property type="container" key="10000-tcp" readonly="0" eraseable="1" priority="0">
|
468
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">NDMPv4</property>
|
469
|
+
</property>
|
470
|
+
</property>
|
471
|
+
<property type="container" key="netbios-ssn" readonly="0" eraseable="1" priority="0">
|
472
|
+
<property type="string" key="139-tcp" readonly="0" eraseable="1" priority="0"/>
|
473
|
+
<property type="container" key="445-tcp" readonly="0" eraseable="1" priority="0">
|
474
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">workgroup: WORKGROUP</property>
|
475
|
+
<property type="string" key="Product" readonly="0" eraseable="1" priority="0">Netapp ONTAP smbd</property>
|
476
|
+
</property>
|
477
|
+
</property>
|
478
|
+
<property type="container" key="nfs" readonly="0" eraseable="1" priority="0">
|
479
|
+
<property type="string" key="2049-tcp" readonly="0" eraseable="1" priority="0"/>
|
480
|
+
<property type="string" key="2049-udp" readonly="0" eraseable="1" priority="0"/>
|
481
|
+
</property>
|
482
|
+
<property type="container" key="nlockmgr" readonly="0" eraseable="1" priority="0">
|
483
|
+
<property type="container" key="4045-tcp" readonly="0" eraseable="1" priority="0">
|
484
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">RPC #100021</property>
|
485
|
+
<property type="string" key="Version" readonly="0" eraseable="1" priority="0">1-4</property>
|
486
|
+
</property>
|
487
|
+
<property type="string" key="4045-udp" readonly="0" eraseable="1" priority="0"/>
|
488
|
+
</property>
|
489
|
+
<property type="container" key="rquotad" readonly="0" eraseable="1" priority="0">
|
490
|
+
<property type="string" key="4049-udp" readonly="0" eraseable="1" priority="0"/>
|
491
|
+
</property>
|
492
|
+
<property type="container" key="shell" readonly="0" eraseable="1" priority="0">
|
493
|
+
<property type="string" key="514-tcp" readonly="0" eraseable="1" priority="0"/>
|
494
|
+
</property>
|
495
|
+
<property type="container" key="snmp" readonly="0" eraseable="1" priority="0">
|
496
|
+
<property type="container" key="161-udp" readonly="0" eraseable="1" priority="0">
|
497
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">Guessed</property>
|
498
|
+
<property type="string" key="Product" readonly="0" eraseable="1" priority="0">Network Appliance Corporation SNMPv3 server</property>
|
499
|
+
</property>
|
500
|
+
</property>
|
501
|
+
<property type="container" key="ssh" readonly="0" eraseable="1" priority="0">
|
502
|
+
<property type="string" key="22-tcp" readonly="0" eraseable="1" priority="0"/>
|
503
|
+
</property>
|
504
|
+
<property type="container" key="status" readonly="0" eraseable="1" priority="0">
|
505
|
+
<property type="string" key="4047-tcp" readonly="0" eraseable="1" priority="0"/>
|
506
|
+
<property type="string" key="4047-udp" readonly="0" eraseable="1" priority="0"/>
|
507
|
+
</property>
|
508
|
+
<property type="container" key="sunrpc" readonly="0" eraseable="1" priority="0">
|
509
|
+
<property type="string" key="111-tcp" readonly="0" eraseable="1" priority="0"/>
|
510
|
+
<property type="container" key="111-udp" readonly="0" eraseable="1" priority="0">
|
511
|
+
<property type="string" key="Information" readonly="0" eraseable="1" priority="0">RPC #100000</property>
|
512
|
+
<property type="string" key="Version" readonly="0" eraseable="1" priority="0">2</property>
|
513
|
+
</property>
|
514
|
+
</property>
|
515
|
+
<property type="container" key="tcpwrapped" readonly="0" eraseable="1" priority="0">
|
516
|
+
<property type="container" key="3260-tcp" readonly="0" eraseable="1" priority="0"/>
|
517
|
+
</property>
|
518
|
+
<property type="container" key="vmware-print" readonly="0" eraseable="1" priority="0">
|
519
|
+
<property type="container" key="10566-tcp" readonly="0" eraseable="1" priority="0">
|
520
|
+
<property type="string" key="Product" readonly="0" eraseable="1" priority="0">VMware virtual printing service</property>
|
521
|
+
</property>
|
522
|
+
</property>
|
523
|
+
</property>
|
524
|
+
<property type="container" key="tags" readonly="0" eraseable="1" priority="0">
|
525
|
+
<property type="unicode" key="tag-web_server" readonly="0" eraseable="1" priority="0">tag-web_server</property>
|
526
|
+
</property>
|
527
|
+
<property type="ports" key="tcp_ports" readonly="0" eraseable="1" priority="0">
|
528
|
+
<property type="port" key="10000" readonly="0" eraseable="1" priority="0">listen</property>
|
529
|
+
<property type="port" key="10566" readonly="0" eraseable="1" priority="0">listen</property>
|
530
|
+
</property>
|
531
|
+
<property type="ports" key="udp_ports" readonly="0" eraseable="1" priority="0">
|
532
|
+
<property type="port" key="1000" readonly="0" eraseable="1" priority="0">filtered</property>
|
533
|
+
<property type="port" key="7426" readonly="0" eraseable="1" priority="0">closed</property>
|
534
|
+
</property>
|
535
|
+
</entity>
|
536
|
+
</entities>
|
data/spec/spec_helper.rb
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
<property type="container" key="Modules" readonly="0" eraseable="1" priority="0">
|
2
|
+
<property type="container" key="Issue Title">
|
3
|
+
<property type="bool" key="agent_deployed">false</property>
|
4
|
+
<property type="string" key="description">Issue Description</property>
|
5
|
+
<property type="string" key="port">443</property>
|
6
|
+
<property type="bool" key="tried_to_install_agent">false</property>
|
7
|
+
</property>
|
8
|
+
</property>
|