This file is indexed.

/usr/share/linkchecker/lconline/lc_cgi.html.de 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
63
64
65
66
67
68
69
<!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) {
    if (s=="Empty URL was given.") {
        return "Leere URL angegeben.";
    }
    if (s=="Invalid URL was given.") {
        return "Ungültige URL angegeben.";
    }
    return s;
}
// -->
</script>
</head>
<body text="#192c83" bgcolor="#fff7e5" link="#191c83" vlink="#191c83"
 alink="#191c83">

<center><h2>LinkChecker Online</h2>
(läuft mit Öl vom <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">Optionen:</td>
<td>Rekursionstiefe:</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">unendlich</option>
  </select>
</td>
<td>Prüfe Anker in HTML:</td>
<td><input type="checkbox" name="anchors" checked></td>
</tr>
<tr>
<td>Nur Warnungen und Fehler ausgeben:</td>
<td><input type="checkbox" name="errors"></td>
<td>Ausgabe:</td>
<td><select name="language">
  <option value="de" selected>Deutsch</option>
  <option value="C">Englisch</option>
  </select>
</td>
</tr>
</table>
</form>
</blockquote>
</body></html>