This file is indexed.

/etc/simba/templates/cgi/start-page.tmpl is in websimba 0.8.4-4.3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
  <TMPL_INCLUDE NAME="header.tmpl">
  <div class="content">
   <p>Database status:</p>
   <table class="sheet">
    <tr class="odd">
     <td>Mirrors:</td>
     <td class="number"><TMPL_VAR NAME="MirrorsNo"></td>
    </tr>
    <tr class="even">
     <td>Active mirrors:</td>
     <td class="number"><TMPL_VAR NAME="MirrorsActive"></td>
    </tr>
    <tr class="odd">
     <td>Mirrors in progress:</td>
     <td class="number"><TMPL_VAR NAME="MirrorsInProgress"></td>
    </tr>
    <tr class="even">
     <td>Commands:</td>
     <td class="number"><TMPL_VAR NAME="CommandsNo"></td>
    </tr>
    <tr class="odd">
     <td>Excludes:</td>
     <td class="number"><TMPL_VAR NAME="ExcludesNo"></td>
    </tr>
   </table>
  </div>
 </body>
</html>