This file is indexed.

/usr/share/doc/openconnect/html/index.html is in openconnect 3.15-0ubuntu2.

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
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
	
	
	<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>OpenConnect VPN client.</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="description" content="VPN client compatible with Cisco AnyConnect SSL VPN" />
    <meta name="keywords" content="OpenConnect, AnyConnect, Cisco, VPN, SSLVPN, SSL VPN" />
    <link href="styles/main.css" rel="styleSheet" type="text/css" />
    <link href='http://fonts.googleapis.com/css?family=Delius' rel='stylesheet' type='text/css' />
 </head>
 
<body>
   <div id="logo" align="right">	
     <img src="images/openconnect.png" height="96px" alt="OpenConnect" />
   </div>
   <div id="main">



	
	
	
	<div id="menu1">

	<span class="sel">
<a href="index.html"><span>Home</span></a>
</span>

	<span class="nonsel">
<a href="features.html"><span>Features</span></a>
</span>

	<span class="nonsel">
<a href="building.html"><span>Getting Started</span></a>
</span>

	<span class="nonsel">
<a href="mail.html"><span>Mailing List / Help</span></a>
</span>

	<span class="nonsel">
<a href="contribute.html"><span>Contribute</span></a>
</span>

	<span class="nonsel">
<a href="technical.html"><span>Technical stuff</span></a>
</span>

	<p>OpenConnect VPN client</p>

	</div>

	
	<div id="menu2">

        <span class="sel">
<a href="index.html"><span>About</span></a>
</span>

        <span class="nonsel">
<a href="platforms.html"><span>Supported Platforms</span></a>
</span>

        <span class="nonsel">
<a href="download.html"><span>Download</span></a>
</span>

        <span class="nonsel">
<a href="packages.html"><span>Packages</span></a>
</span>

	<span class="nonsel">
<a href="changelog.html"><span>Changelog</span></a>
</span>

	</div>


	     <div id="textbox">
       <div id="text">
	</div>


<h1>OpenConnect</h1>
<p>OpenConnect is a client for Cisco's <a href="http://www.cisco.com/en/US/netsol/ns1049/index.html">AnyConnect SSL VPN</a>, which is supported by the ASA5500 Series, by IOS 12.4(9)T or later on Cisco SR500, 870, 880, 1800, 2800, 3800, 7200 Series and Cisco 7301 Routers, and probably others.</p>

<p>OpenConnect is released under the GNU Lesser Public License, version 2.1.</p>

<p>Like <a href="http://www.unix-ag.uni-kl.de/~massar/vpnc/">vpnc</a>,
OpenConnect is not officially supported by, or associated in any way
with, Cisco Systems. It just happens to interoperate with their
equipment.
</p>
<p>Development of OpenConnect was started after a trial of their "official"
client under Linux found it to have many deficiencies:</p>
<ul>
  <li>Inability to use SSL certificates from a <a href="http://en.wikipedia.org/wiki/Trusted_Platform_Module">TPM</a>, or even use a passphrase.</li>
  <li>Lack of support for Linux platforms other than i386.</li>
  <li>Lack of integration with NetworkManager on the Linux desktop.</li>
  <li>Lack of proper (RPM/DEB) packaging for Linux distributions.</li>
  <li>"Stealth" use of libraries with <tt>dlopen()</tt>, even using
      the development-only symlinks such as <tt>libz.so</tt> —
      making it hard to properly discover the dependencies which
      proper packaging would have expressed</li>
  <li>Tempfile races allowing unprivileged users to trick it into overwriting arbitrary files, as root.</li>
  <li>Unable to run as an unprivileged user, which would have reduced the severity of the above bug.</li>
  <li>Inability to audit the source code for further such "Security 101" bugs.</li>
</ul>

<p>Naturally, OpenConnect addresses all of the above issues, and more.
</p>

	      </div>
   </div>
   <div align="right">
   	<p>
	
      	<a href="http://validator.w3.org/check?uri=referer">
		<img src="http://www.w3.org/Icons/valid-xhtml10"
		 alt="Valid XHTML 1.0!" height="31" width="88" />
	</a>
	<a href="http://jigsaw.w3.org/css-validator/">
    		<img style="border:0;width:88px;height:31px"
		 src="http://jigsaw.w3.org/css-validator/images/vcss" 
		 alt="Valid CSS!" />
	</a>
	</p>
    </div>
  </body>
</html>