This file is indexed.

/usr/share/comitup/web/templates/confirm.html is in comitup 1.2.3-1.

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
<html>
<head>
<title>Comitup Confirm Selection</title>
</head>
<body>
<h1>Comitup Confirm Selection</h1>
Press the Connect button to connect this device to {{ ssid }}. <br><br>

This will terminate the current hotspot. Connect to {{ ssid }} for access.<br><br>

If the connection fails, this hotspot will be re-created.<br><br>

<form action="connect" method="post">
<input type="hidden" name="ssid" value="{{ ssid_encoded }}">
Password (if required): <input type='password' name='password'><br><br>

<input type="submit" value="Connect">


</form>
</body>
</html>