This file is indexed.

/usr/share/popfile/skins/default/socks-widget.thtml is in popfile 1.1.3+dfsg-0ubuntu1.

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
<form action="/configuration" method="post">
    <label class="configurationLabel" for="<TMPL_VAR NAME="Socks_Widget_Name">SOCKSServer">
        <TMPL_VAR NAME="Localize_Configuration_SOCKSServer">:
    </label>
    <br />
    <input type="text" name="<TMPL_VAR NAME="Socks_Widget_Name">_socks_server" id="<TMPL_VAR NAME="Socks_Widget_Name">SOCKSServer" value="<TMPL_VAR NAME="Socks_Server">" />
    <input type="submit" class="submit" name="update_<TMPL_VAR NAME="Socks_Widget_Name">_socks_server" value="<TMPL_VAR NAME="Localize_Apply">" />
    <input type="hidden" name="session" value="<TMPL_VAR NAME="Session_Key">" />
</form>

<TMPL_IF NAME="Socks_Widget_If_Server_Updated">

<blockquote>
    <TMPL_VAR NAME="Socks_Widget_Server_Updated">
</blockquote>

</TMPL_IF>

<form action="/configuration" method="post">
    <label class="configurationLabel" for="config<TMPL_VAR NAME="Socks_Widget_Name">SOCKSPort">
        <TMPL_VAR NAME="Localize_Configuration_SOCKSPort">:
    </label>
    <br />
    <input name="<TMPL_VAR NAME="Socks_Widget_Name">_socks_port" type="text" id="config<TMPL_VAR NAME="Socks_Widget_Name">SOCKSPort" value="<TMPL_VAR NAME="Socks_Port">" />
    <input type="submit" class="submit" name="update_<TMPL_VAR NAME="Socks_Widget_Name">_socks_port" value="<TMPL_VAR NAME="Localize_Apply">" />
    <input type="hidden" name="session" value="<TMPL_VAR NAME="Session_Key">" />
</form>

<TMPL_IF NAME="Socks_Widget_If_Port_Error">

<blockquote>
    <div class="error01">
        <TMPL_VAR NAME="Localize_Configuration_Error8">
    </div>
</blockquote>

</TMPL_IF>

<TMPL_IF NAME="Socks_Widget_If_Port_Updated">

<blockquote>
    <TMPL_VAR NAME="Socks_Widget_Port_Updated">
</blockquote>

</TMPL_IF>