-
Notifications
You must be signed in to change notification settings - Fork 177
/
scanme.html
520 lines (520 loc) · 24.2 KB
/
scanme.html
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="referrer" content="no-referrer">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.datatables.net/1.10.19/css/dataTables.bootstrap.min.css" type="text/css" integrity="sha384-VEpVDzPR2x8NbTDZ8NFW4AWbtT2g/ollEzX/daZdW/YvUBlbgVtsxMftnJ84k0Cn" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.3.1.js" integrity="sha384-fJU6sGmyn07b+uD1nMk7/iSb4yvaowcueiQhfVgQuD98rfva8mcr1eSvjchfpMrH" crossorigin="anonymous"></script><script src="https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js" integrity="sha384-rgWRqC0OFPisxlUvl332tiM/qmaNxnlY46eksSZD84t+s2vZlqGeHrncwIRX7CGp" crossorigin="anonymous"></script><script src="https://cdn.datatables.net/1.10.19/js/dataTables.bootstrap.min.js" integrity="sha384-7PXRkl4YJnEpP8uU4ev9652TTZSxrqC8uOpcV1ftVEC7LVyLZqqDUAaq+Y+lGgr9" crossorigin="anonymous"></script><script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script><style>
.target:before {
content: "";
display: block;
height: 50px;
margin: -20px 0 0;
}
@media only screen and (min-width:1900px) {
.container {
width: 1800px;
}
}
.footer {
margin-top:60px;
padding-top:60px;
width: 100%;
height: 180px;
background-color: #f5f5f5;
}
.clickable {
cursor: pointer;
}
.panel-heading > h3:before {
font-family: 'Glyphicons Halflings';
content: "\e114"; /* glyphicon-chevron-down */
padding-right: 1em;
}
.panel-heading.collapsed > h3:before {
content: "\e080"; /* glyphicon-chevron-right */
}
</style>
<title>Scan Report Nmap 7.80</title>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top"><div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><a class="navbar-brand" href="#"><span class="glyphicon glyphicon-home"></span></a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"><ul class="nav navbar-nav">
<li><a href="#scannedhosts">Scanned Hosts</a></li>
<li><a href="#onlinehosts">Online Hosts</a></li>
<li><a href="#openservices">Open Services</a></li>
</ul></div>
</div></nav><div class="container">
<div class="jumbotron">
<h1>Scan Report<br><small>Nmap 7.80</small>
</h1>
<pre style="white-space:pre-wrap; word-wrap:break-word;">nmap -sS -T4 -A -sC -oA scanme --stylesheet https://raw.githubusercontent.com/3isenHeiM/nmap-bootstrap-xsl/master/nmap-bootstrap.xsl scanme.nmap.org scanme2.nmap.org</pre>
<p class="lead">Fri Dec 18 09:02:53 2020 – Fri Dec 18 09:03:40 2020<br>2 hosts scanned.
2 hosts up.
0 hosts down.
</p>
<div class="progress">
<div class="progress-bar progress-bar-success" style="width:100%;">2<span class="sr-only"></span>
</div>
<div class="progress-bar progress-bar-danger" style="width:0%;">0<span class="sr-only"></span>
</div>
</div>
</div>
<h2 id="scannedhosts" class="target">Scanned Hosts</h2>
<div class="table-responsive"><table id="table-overview" class="table table-striped dataTable" role="grid">
<thead><tr>
<th>State</th>
<th>Address</th>
<th>Hostname</th>
<th>TCP (open)</th>
<th>UDP (open)</th>
</tr></thead>
<tbody>
<tr>
<td><span class="label label-success">up</span></td>
<td>45.33.32.156</td>
<td>scanme.nmap.org</td>
<td>4</td>
<td>0</td>
</tr>
<tr>
<td><span class="label label-success">up</span></td>
<td>45.33.49.119</td>
<td>scanme2.nmap.org</td>
<td>4</td>
<td>0</td>
</tr>
</tbody>
</table></div>
<script>
$(document).ready(function() {
$('#table-overview').DataTable();
});
$('#table-overview').DataTable( {
"lengthMenu": [ [10, 25, 50, 100, -1], [10, 25, 50, 100, "All"] ]
});
</script><h2 id="onlinehosts" class="target">Online Hosts</h2>
<div class="panel panel-default">
<div class="panel-heading clickable" data-toggle="collapse" data-target="#45-33-32-156"><h3 class="panel-title">45.33.32.156 - scanme.nmap.org</h3></div>
<div class="panel-body collapse in" id="45-33-32-156">
<h4>Hostnames</h4>
<ul>
<li>scanme.nmap.org (user)</li>
<li>scanme.nmap.org (PTR)</li>
</ul>
<h4>Ports</h4>
<div class="table-responsive"><table class="table table-bordered">
<thead><tr>
<th>Port</th>
<th>Protocol</th>
<th>State<br>Reason</th>
<th>Service</th>
<th>Product</th>
<th>Version</th>
<th>Extra Info</th>
</tr></thead>
<tbody>
<tr class="success">
<td title="Port">22</td>
<td title="Protocol">tcp</td>
<td title="State / Reason">open<br>syn-ack</td>
<td title="Service">ssh</td>
<td title="Product">OpenSSH</td>
<td title="Version">6.6.1p1 Ubuntu 2ubuntu2.13</td>
<td title="Extra Info">Ubuntu Linux; protocol 2.0</td>
</tr>
<tr><td colspan="7">
<a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/a:openbsd:openssh:6.6.1p1">cpe:/a:openbsd:openssh:6.6.1p1</a><h5>ssh-hostkey</h5>
<pre style="white-space:pre-wrap; word-wrap:break-word;">
1024 ac:00:a0:1a:82:ff:cc:55:99:dc:67:2b:34:97:6b:75 (DSA)
2048 20:3d:2d:44:62:2a:b0:5a:9d:b5:b3:05:14:c2:a6:b2 (RSA)
256 96:02:bb:5e:57:54:1c:4e:45:2f:56:4c:4a:24:b2:57 (ECDSA)
256 33:fa:91:0f:e0:e1:7b:1f:6d:05:a2:b0:f1:54:41:56 (ED25519)</pre>
</td></tr>
<tr class="success">
<td title="Port">80</td>
<td title="Protocol">tcp</td>
<td title="State / Reason">open<br>syn-ack</td>
<td title="Service">http</td>
<td title="Product">Apache httpd</td>
<td title="Version">2.4.7</td>
<td title="Extra Info">(Ubuntu)</td>
</tr>
<tr><td colspan="7">
<a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/a:apache:http_server:2.4.7">cpe:/a:apache:http_server:2.4.7</a><h5>http-server-header</h5>
<pre style="white-space:pre-wrap; word-wrap:break-word;">Apache/2.4.7 (Ubuntu)</pre>
<h5>http-title</h5>
<pre style="white-space:pre-wrap; word-wrap:break-word;">Go ahead and ScanMe!</pre>
</td></tr>
<tr class="warning">
<td>135</td>
<td>tcp</td>
<td>filtered<br>no-response</td>
<td>msrpc</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="warning">
<td>139</td>
<td>tcp</td>
<td>filtered<br>no-response</td>
<td>netbios-ssn</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="warning">
<td>445</td>
<td>tcp</td>
<td>filtered<br>no-response</td>
<td>microsoft-ds</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="success">
<td title="Port">9929</td>
<td title="Protocol">tcp</td>
<td title="State / Reason">open<br>syn-ack</td>
<td title="Service">nping-echo</td>
<td title="Product">Nping echo</td>
<td title="Version"></td>
<td title="Extra Info"></td>
</tr>
<tr><td colspan="7"><a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version="></a></td></tr>
<tr class="success">
<td title="Port">31337</td>
<td title="Protocol">tcp</td>
<td title="State / Reason">open<br>syn-ack</td>
<td title="Service">tcpwrapped</td>
<td title="Product"></td>
<td title="Version"></td>
<td title="Extra Info"></td>
</tr>
<tr><td colspan="7"><a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version="></a></td></tr>
</tbody>
</table></div>
<h4>OS Detection</h4>
<h5>OS details: Linux 2.6.32 (92%)</h5>
Device type: general purpose<br>
Running: Linux Linux 2.6.X (92%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:2.6.32">cpe:/o:linux:linux_kernel:2.6.32</a><br><br><h5>OS details: Linux 2.6.32 or 3.10 (92%)</h5>
Device type: general purpose<br>
Running: Linux Linux 2.6.X (92%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:2.6.32">cpe:/o:linux:linux_kernel:2.6.32</a><br>
Device type: general purpose<br>
Running: Linux Linux 3.X (92%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:3.10">cpe:/o:linux:linux_kernel:3.10</a><br><br><h5>OS details: Linux 4.4 (92%)</h5>
Device type: general purpose<br>
Running: Linux Linux 4.X (92%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:4.4">cpe:/o:linux:linux_kernel:4.4</a><br><br><h5>OS details: Linux 2.6.32 - 2.6.35 (90%)</h5>
Device type: general purpose<br>
Running: Linux Linux 2.6.X (90%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:2.6.32">cpe:/o:linux:linux_kernel:2.6.32</a><br><br><h5>OS details: Linux 2.6.32 - 2.6.39 (90%)</h5>
Device type: general purpose<br>
Running: Linux Linux 2.6.X (90%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:2.6">cpe:/o:linux:linux_kernel:2.6</a><br><br><h5>OS details: Linux 2.6.32 - 3.0 (88%)</h5>
Device type: general purpose<br>
Running: Linux Linux 2.6.X (88%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:2.6">cpe:/o:linux:linux_kernel:2.6</a><br>
Device type: general purpose<br>
Running: Linux Linux 3.X (88%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:3">cpe:/o:linux:linux_kernel:3</a><br><br><h5>OS details: Linux 3.11 - 4.1 (88%)</h5>
Device type: general purpose<br>
Running: Linux Linux 3.X (88%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:3">cpe:/o:linux:linux_kernel:3</a><br>
Device type: general purpose<br>
Running: Linux Linux 4.X (88%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:4">cpe:/o:linux:linux_kernel:4</a><br><br><h5>OS details: Linux 3.2 - 3.8 (88%)</h5>
Device type: general purpose<br>
Running: Linux Linux 3.X (88%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:3">cpe:/o:linux:linux_kernel:3</a><br><br><h5>OS details: Linux 2.6.18 (88%)</h5>
Device type: general purpose<br>
Running: Linux Linux 2.6.X (88%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:2.6.18">cpe:/o:linux:linux_kernel:2.6.18</a><br><br><h5>OS details: Linux 3.10 - 3.12 (87%)</h5>
Device type: general purpose<br>
Running: Linux Linux 3.X (87%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:3">cpe:/o:linux:linux_kernel:3</a><br><br>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading clickable" data-toggle="collapse" data-target="#45-33-49-119"><h3 class="panel-title">45.33.49.119 - scanme2.nmap.org</h3></div>
<div class="panel-body collapse in" id="45-33-49-119">
<h4>Hostnames</h4>
<ul>
<li>scanme2.nmap.org (user)</li>
<li>ack.nmap.org (PTR)</li>
</ul>
<h4>Ports</h4>
<div class="table-responsive"><table class="table table-bordered">
<thead><tr>
<th>Port</th>
<th>Protocol</th>
<th>State<br>Reason</th>
<th>Service</th>
<th>Product</th>
<th>Version</th>
<th>Extra Info</th>
</tr></thead>
<tbody>
<tr class="success">
<td title="Port">22</td>
<td title="Protocol">tcp</td>
<td title="State / Reason">open<br>syn-ack</td>
<td title="Service">ssh</td>
<td title="Product">OpenSSH</td>
<td title="Version">7.4</td>
<td title="Extra Info">protocol 2.0</td>
</tr>
<tr><td colspan="7">
<a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/a:openbsd:openssh:7.4">cpe:/a:openbsd:openssh:7.4</a><h5>ssh-hostkey</h5>
<pre style="white-space:pre-wrap; word-wrap:break-word;">
2048 48:e0:c6:cd:14:00:00:db:b6:b0:3d:f2:0a:2a:3b:6d (RSA)
256 88:2b:29:00:d0:c7:81:ac:dd:f4:90:42:d2:aa:f0:5b (ECDSA)
256 64:d6:39:35:04:76:1c:ba:17:f3:fd:4f:1f:b3:71:61 (ED25519)</pre>
</td></tr>
<tr class="success">
<td title="Port">25</td>
<td title="Protocol">tcp</td>
<td title="State / Reason">open<br>syn-ack</td>
<td title="Service">smtp</td>
<td title="Product">Postfix smtpd</td>
<td title="Version"></td>
<td title="Extra Info"></td>
</tr>
<tr><td colspan="7">
<a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/a:postfix:postfix">cpe:/a:postfix:postfix</a><h5>smtp-commands</h5>
<pre style="white-space:pre-wrap; word-wrap:break-word;">ack.nmap.org, PIPELINING, SIZE 102400000, VRFY, ETRN, STARTTLS, ENHANCEDSTATUSCODES, 8BITMIME, DSN, </pre>
<h5>ssl-cert</h5>
<pre style="white-space:pre-wrap; word-wrap:break-word;">Subject: commonName=insecure.com
Subject Alternative Name: DNS:insecure.com, DNS:insecure.org, DNS:issues.nmap.org, DNS:nmap.com, DNS:nmap.net, DNS:nmap.org, DNS:npcap.org, DNS:seclists.com, DNS:seclists.net, DNS:seclists.org, DNS:sectools.com, DNS:sectools.net, DNS:sectools.org, DNS:secwiki.com, DNS:secwiki.net, DNS:secwiki.org, DNS:svn.nmap.org, DNS:www.nmap.org
Not valid before: 2020-11-02T10:05:56
Not valid after: 2021-01-31T10:05:56</pre>
<h5>ssl-date</h5>
<pre style="white-space:pre-wrap; word-wrap:break-word;">TLS randomness does not represent time</pre>
</td></tr>
<tr class="active">
<td>70</td>
<td>tcp</td>
<td>closed<br>reset</td>
<td>gopher</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="success">
<td title="Port">80</td>
<td title="Protocol">tcp</td>
<td title="State / Reason">open<br>syn-ack</td>
<td title="Service">http</td>
<td title="Product">Apache httpd</td>
<td title="Version">2.4.6</td>
<td title="Extra Info"></td>
</tr>
<tr><td colspan="7">
<a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/a:apache:http_server:2.4.6">cpe:/a:apache:http_server:2.4.6</a><h5>http-server-header</h5>
<pre style="white-space:pre-wrap; word-wrap:break-word;">Apache/2.4.6 (CentOS)</pre>
<h5>http-title</h5>
<pre style="white-space:pre-wrap; word-wrap:break-word;">Did not follow redirect to https://nmap.org/</pre>
</td></tr>
<tr class="active">
<td>113</td>
<td>tcp</td>
<td>closed<br>reset</td>
<td>ident</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr class="success">
<td title="Port">443</td>
<td title="Protocol">tcp</td>
<td title="State / Reason">open<br>syn-ack</td>
<td title="Service">ssl</td>
<td title="Product">Apache httpd</td>
<td title="Version"></td>
<td title="Extra Info">SSL-only mode</td>
</tr>
<tr><td colspan="7">
<a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/a:apache:http_server">cpe:/a:apache:http_server</a><h5>http-server-header</h5>
<pre style="white-space:pre-wrap; word-wrap:break-word;">Apache/2.4.6 (CentOS)</pre>
<h5>http-title</h5>
<pre style="white-space:pre-wrap; word-wrap:break-word;">Did not follow redirect to https://nmap.org/</pre>
<h5>ssl-cert</h5>
<pre style="white-space:pre-wrap; word-wrap:break-word;">Subject: commonName=insecure.com
Subject Alternative Name: DNS:insecure.com, DNS:insecure.org, DNS:issues.nmap.org, DNS:nmap.com, DNS:nmap.net, DNS:nmap.org, DNS:npcap.org, DNS:seclists.com, DNS:seclists.net, DNS:seclists.org, DNS:sectools.com, DNS:sectools.net, DNS:sectools.org, DNS:secwiki.com, DNS:secwiki.net, DNS:secwiki.org, DNS:svn.nmap.org, DNS:www.nmap.org
Not valid before: 2020-11-02T10:05:56
Not valid after: 2021-01-31T10:05:56</pre>
<h5>ssl-date</h5>
<pre style="white-space:pre-wrap; word-wrap:break-word;">TLS randomness does not represent time</pre>
</td></tr>
<tr class="active">
<td>31337</td>
<td>tcp</td>
<td>closed<br>reset</td>
<td>Elite</td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table></div>
<h4>OS Detection</h4>
<h5>OS details: Linux 2.6.32 (94%)</h5>
Device type: general purpose<br>
Running: Linux Linux 2.6.X (94%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:2.6.32">cpe:/o:linux:linux_kernel:2.6.32</a><br><br><h5>OS details: Linux 2.6.32 or 3.10 (94%)</h5>
Device type: general purpose<br>
Running: Linux Linux 2.6.X (94%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:2.6.32">cpe:/o:linux:linux_kernel:2.6.32</a><br>
Device type: general purpose<br>
Running: Linux Linux 3.X (94%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:3.10">cpe:/o:linux:linux_kernel:3.10</a><br><br><h5>OS details: Linux 4.4 (93%)</h5>
Device type: general purpose<br>
Running: Linux Linux 4.X (93%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:4.4">cpe:/o:linux:linux_kernel:4.4</a><br><br><h5>OS details: Linux 2.6.32 - 2.6.35 (92%)</h5>
Device type: general purpose<br>
Running: Linux Linux 2.6.X (92%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:2.6.32">cpe:/o:linux:linux_kernel:2.6.32</a><br><br><h5>OS details: Linux 2.6.32 - 2.6.39 (92%)</h5>
Device type: general purpose<br>
Running: Linux Linux 2.6.X (92%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:2.6">cpe:/o:linux:linux_kernel:2.6</a><br><br><h5>OS details: Linux 4.0 (91%)</h5>
Device type: general purpose<br>
Running: Linux Linux 4.X (91%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:4.0">cpe:/o:linux:linux_kernel:4.0</a><br><br><h5>OS details: Linux 3.11 - 4.1 (89%)</h5>
Device type: general purpose<br>
Running: Linux Linux 3.X (89%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:3">cpe:/o:linux:linux_kernel:3</a><br>
Device type: general purpose<br>
Running: Linux Linux 4.X (89%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:4">cpe:/o:linux:linux_kernel:4</a><br><br><h5>OS details: Linux 3.2 - 3.8 (89%)</h5>
Device type: general purpose<br>
Running: Linux Linux 3.X (89%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:3">cpe:/o:linux:linux_kernel:3</a><br><br><h5>OS details: Linux 2.6.18 (89%)</h5>
Device type: general purpose<br>
Running: Linux Linux 2.6.X (89%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:2.6.18">cpe:/o:linux:linux_kernel:2.6.18</a><br><br><h5>OS details: Linux 2.6.32 - 3.0 (89%)</h5>
Device type: general purpose<br>
Running: Linux Linux 2.6.X (89%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:2.6">cpe:/o:linux:linux_kernel:2.6</a><br>
Device type: general purpose<br>
Running: Linux Linux 3.X (89%)<br>
OS CPE: <a href="https://nvd.nist.gov/vuln/search/results?form_type=Advanced&cves=on&cpe_version=cpe:/o:linux:linux_kernel:3">cpe:/o:linux:linux_kernel:3</a><br><br>
</div>
</div>
<h2 id="openservices" class="target">Open Services</h2>
<div class="table-responsive"><table id="table-services" class="table table-striped dataTable" role="grid">
<thead><tr>
<th>Address</th>
<th>Port</th>
<th>Protocol</th>
<th>Service</th>
<th>Product</th>
<th>Version</th>
<th>CPE</th>
<th>Extra info</th>
</tr></thead>
<tbody>
<tr>
<td>45.33.32.156 - scanme.nmap.org</td>
<td>22</td>
<td>tcp</td>
<td>ssh</td>
<td>OpenSSH</td>
<td>6.6.1p1 Ubuntu 2ubuntu2.13</td>
<td>cpe:/a:openbsd:openssh:6.6.1p1</td>
<td>Ubuntu Linux; protocol 2.0</td>
</tr>
<tr>
<td>45.33.32.156 - scanme.nmap.org</td>
<td>80</td>
<td>tcp</td>
<td>http</td>
<td>Apache httpd</td>
<td>2.4.7</td>
<td>cpe:/a:apache:http_server:2.4.7</td>
<td>(Ubuntu)</td>
</tr>
<tr>
<td>45.33.32.156 - scanme.nmap.org</td>
<td>9929</td>
<td>tcp</td>
<td>nping-echo</td>
<td>Nping echo</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>45.33.32.156 - scanme.nmap.org</td>
<td>31337</td>
<td>tcp</td>
<td>tcpwrapped</td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>45.33.49.119 - scanme2.nmap.org</td>
<td>22</td>
<td>tcp</td>
<td>ssh</td>
<td>OpenSSH</td>
<td>7.4</td>
<td>cpe:/a:openbsd:openssh:7.4</td>
<td>protocol 2.0</td>
</tr>
<tr>
<td>45.33.49.119 - scanme2.nmap.org</td>
<td>25</td>
<td>tcp</td>
<td>smtp</td>
<td>Postfix smtpd</td>
<td></td>
<td>cpe:/a:postfix:postfix</td>
<td></td>
</tr>
<tr>
<td>45.33.49.119 - scanme2.nmap.org</td>
<td>80</td>
<td>tcp</td>
<td>http</td>
<td>Apache httpd</td>
<td>2.4.6</td>
<td>cpe:/a:apache:http_server:2.4.6</td>
<td></td>
</tr>
<tr>
<td>45.33.49.119 - scanme2.nmap.org</td>
<td>443</td>
<td>tcp</td>
<td>ssl</td>
<td>Apache httpd</td>
<td></td>
<td>cpe:/a:apache:http_server</td>
<td>SSL-only mode</td>
</tr>
</tbody>
</table></div>
<script>
$(document).ready(function() {
$('#table-services').DataTable();
});
$('#table-services').DataTable( {
"lengthMenu": [ [10, 25, 50, 100, -1], [10, 25, 50, 100, "All"] ]
});
</script>
</div>
<footer class="footer"><div class="container"><p class="text-muted">
This report was generated with <a href="https://github.com/honze-net/nmap-bootstrap-xsl">Nmap Bootstrap XSL</a>.<br>
Licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons BY-SA</a>.<br>
Designed and built by Andreas Hontzia (<a href="https://www.twitter.com/honze_net">@honze_net</a>).<br></p></div></footer>
</body>
</html>