-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathhtm_summary.tmpl
More file actions
32 lines (32 loc) · 719 Bytes
/
htm_summary.tmpl
File metadata and controls
32 lines (32 loc) · 719 Bytes
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
<p></p>
<table class="headerTable">
<tr>
<td>Scan Summary</td>
</tr>
</table>
<table class="dataTable">
<tr>
<td class="column-head">Software Details</td>
<td><a href="http://cirt.net/">Nikto #TEMPL_NIKTO_VER#</a></td>
<tr>
<td class="column-head">CLI Options</td>
<td>#TEMPL_NIKTO_CLI#</td>
</tr>
<tr>
<td class="column-head">Hosts Tested</td>
<td>#TEMPL_NIKTO_HOSTS_TESTED#</td>
</tr>
<tr>
<td class="column-head">Start Time</td>
<td>#TEMPL_SCAN_START#</td>
</tr>
<tr>
<td class="column-head">End Time</td>
<td>#TEMPL_SCAN_END#</td>
</tr>
<tr>
<td class="column-head">Elapsed Time</td>
<td>#TEMPL_SCAN_ELAPSED#</td>
</tr>
</table>
<p></p>