This file is indexed.

/usr/share/radare2/0.9.6/www/enyo/index.html is in libradare2-common 0.9.6-3.1ubuntu1.

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
<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta content="yes" name="apple-mobile-web-app-capable" />
  <meta name="viewport" content="width=220, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=0" />
  <link rel="shortcut icon" href="favicon.ico" />
  <link rel="apple-touch-icon" href="icon.png"/>
  <title> onyx r2ui </title>
  <!-- enyo+onyx -->
  <script type='text/javascript' src='build/enyo.js'></script>
  <script type='text/javascript' src='build/app.js'></script>
  <link href="build/enyo.css" rel="stylesheet">
  <link href="build/app.css" rel="stylesheet">
  <!-- my code -->
  <script type='text/javascript' src="index.js"> </script>
  <link href="index.css" rel="stylesheet">
</head>
<body></body>
</html>