This file is indexed.

/usr/share/icinga/htdocs/index.html is in icinga-cgi-bin 1.11.6-1+b4.

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
<!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>Icinga</title>
	<meta name="robots" content="noindex, nofollow" />
	<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico" />
</head>
	<frameset frameborder="0" framespacing="0" rows="72,*" onLoad='document.title="Icinga: "+window.location.hostname; document.getElementById("main").focus();'>
		<frame src="/cgi-bin/icinga/tac.cgi?tac_header" name="top" target="main" scrolling="no" />
		<frameset frameborder="0" framespacing="0" cols="200,*">
			<frame src="menu.html" name="menu" target="main" scrolling="auto"/>
			<frame src="/cgi-bin/icinga/tac.cgi" name="main" id="main"/>
		</frameset>
	</frameset>
	<noframes>
		<body>
			<p>These pages require a browser which supports frames.</p>
		</body>
	</noframes>
</html>