This file is indexed.

/usr/lib/apt-cacher-ng/delconfirm.html is in apt-cacher-ng 3.1-1build1.

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
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=8" />
      <meta name="MSSmartTagsPreventParsing" content="true" />
      <title>Apt-Cacher NG Command And Control Page</title>
      <link rel="stylesheet" type="text/css" href="/style.css" />
   </head>
   <body>
      <table border=0 cellspacing=0 cellpadding=0 width=800 class="center">
         <tr>
            <td class="title"><span>${vmode}ing cached files</span></td>
         </tr>
         <tr>
            <td>
               <form action="#top" rel="noreferrer">
                  <div style="text-align:left;">
                     <div class="visarea" id="logArea">
                        <h3>File overview:</h3>
                        ${stuff} <!-- remember the file set -->
                        <!-- the question/execution variants are switched by the rendering class -->
                        <div style="display:${:,delConfirmed,none,block}">
                           <p>
                           Do you really wish to proceed on ${count} file${countNZs} and related metadata?
                           <p>
                           <input type="submit" name="do${vmode}eYes" value="${vmode}e now"> <input type="submit" name="doNothing" value="Return to main page">
                        </div>
                        <div style="display:${:,delConfirmed,block,none}">
                           <p>
                           <input type="submit" name="doNothing" value="Return to main page">
                        </div>
               ${footer}
                     </div>
                  </div>
               </form>
            </td>
         </tr>
      </table>
   </body>
</html>