This file is indexed.

/usr/share/kannel/contrib/php-admin/index.html is in kannel-extras 1.4.3-2fakesync2build1.

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
<!DOCTYPE html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Administration</title>
</head>

<body bgcolor="#FFFFFF" text="#000000">

<hr>
<h1><u>Administration</u></h1>
<ul>
  <li><a href="admin.php?command=status">Get the current status of the gateway.</a></li>
  <li><a href="admin.php?command=suspend">Set Kannel state as
    'suspended'. (<i>Password required).</i></a></li>
  <li><a href="admin.php?command=isolate">Set Kannel state as
    'isolated'. (<i>Password required).</i></a></li>
  <li><a href="admin.php?command=resume">Set Kannel state as
    'running' if it is suspended or isolated. (<i>Password required).</i></a></li>
  <li><a href="admin.php?command=shutdown">Bring down the
    gateway, by setting state to 'shutdown'. (<i>Password required).</i></a></li>
  <li><a href="admin.php?command=restart">Restart Kannel. <i>(Password
    required).</i></a></li>
</ul>
<p>&nbsp;</p>
<h1><u>Usage</u></h1>
<ul>
  <li><a href="sendsms.php">Send a SMS Text message</a>.</li>
  <li><a href="sendota.php">Send an OTA WAP configuration</a>.</li>
  <li><a href="sendvcard.php">Send a vCard.</a></li>
  <li><a href="sendol.php">Send an Operator logo.</a></li>
  <li><a href="sendgl.php">Send a Group Logo.</a></li>
  <li><a href="sendrt.php">Send a Ringing tone.</a></li>
  <li><a href="sendvcal.php">Send a vCalendar.</a></li>
  <li><a href="sendcli.php">Send a Caller Line Identification logo.</a></li>
</ul>

</body>

</html>