forked from honze-net/nmap-bootstrap-xsl
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
377 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,377 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<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" type="text/css" href="https://cdn.datatables.net/1.10.19/css/dataTables.bootstrap.min.css"> | ||
<script src="https://code.jquery.com/jquery-3.3.1.js"></script><script src="https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js"></script><script src="https://cdn.datatables.net/1.10.19/js/dataTables.bootstrap.min.js"></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; | ||
} | ||
</style> | ||
<title>Scan Report Nmap 7.70</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.70</small> | ||
</h1> | ||
<pre style="white-space:pre-wrap; word-wrap:break-word;">nmap -sS -T4 -A -sC -oA scanme --stylesheet https://raw.githubusercontent.com/honze-net/nmap-bootstrap-xsl/master/nmap-bootstrap.xsl scanme.nmap.org scanme2.nmap.org</pre> | ||
<p class="lead">Sun Sep 2 01:28:09 2018 – Sun Sep 2 01:34:07 2018<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(); | ||
}); | ||
</script><h2 id="onlinehosts" class="target">Online Hosts</h2> | ||
<div class="panel panel-default"> | ||
<div class="panel-heading"><h3 class="panel-title">45.33.32.156 - scanme.nmap.org</h3></div> | ||
<div class="panel-body"> | ||
<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.10</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="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> | ||
</div> | ||
</div> | ||
<div class="panel panel-default"> | ||
<div class="panel-heading"><h3 class="panel-title">45.33.49.119 - scanme2.nmap.org</h3></div> | ||
<div class="panel-body"> | ||
<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, ENHANCEDSTATUSCODES, 8BITMIME, DSN, </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=nmap.org | ||
Subject Alternative Name: DNS:nmap.org, DNS:www.nmap.org | ||
Not valid before: 2018-03-16T00:00:00 | ||
Not valid after: 2020-03-15T23:59:59</pre> | ||
<h5>ssl-date</h5> | ||
<pre style="white-space:pre-wrap; word-wrap:break-word;">TLS randomness does not represent time</pre> | ||
</td></tr> | ||
</tbody> | ||
</table></div> | ||
</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.10</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(); | ||
}); | ||
</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> |