This file is indexed.

/usr/share/linkchecker/lconline/lc_cgi.html.en is in linkchecker-web 9.3-4.

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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>LinkChecker Online</title>
<link rel="stylesheet" href="lc.css" type="text/css" />
<script type="text/javascript" src="check.js"></script>
<script type="text/javascript">
<!--
function gettext (s) {
    return s;
}
// -->
</script>
</head>
<body text="#192c83" bgcolor="#fff7e5" link="#191c83" vlink="#191c83"
 alink="#191c83">

<center><h2>LinkChecker Online</h2>
(powered by <a href="http://wummel.github.io/linkchecker/"
target="_top">LinkChecker</a>)
</center>

<blockquote>
<form method="POST" action="/lconlinewsgi/lc.wsgi" target="links"
 onsubmit="return(isValid(document.checklinkForm))"
 name="checklinkForm">
<table border="0" cellpadding="2" cellspacing="0" summary="">
<tr>
<td>Url:</td>
<td colspan="4"><input size="70" name="url" value="http://">
  <input type="submit" value="Go!">
</td>
</tr>
<tr>
<td rowspan="3" valign="top">Options:</td>
<td>Recursion Level:</td>
<td><select name="level">
  <option value="0">0</option>
  <option value="1" selected>1</option>
  <option value="2">2</option>
  <option value="3">3</option>
  <option value="-1">infinite</option>
  </select>
</td>
<td>Check anchors in HTML:</td>
<td><input type="checkbox" name="anchors" checked></td>
</tr>
<tr>
<td>Log only warnings and errors:</td>
<td><input type="checkbox" name="errors"></td>
<td>Output language:</td>
<td><select name="language">
  <option value="C" selected>English</option>
  <option value="de">German</option>
  </select>
</td>
</tr>
</table>
</form>
</blockquote>
</body></html>