This file is indexed.

/usr/share/doc/radare-doc/html/Section5.11.html is in radare-doc 1:1.5.2-6.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=US-ASCII">
<title>Searching AES keys</title>
<link rel="previous" href="Section5.10.html">
<link rel="ToC" href="contents.html">
<link rel="next" href="Chapter6.html">
</head>
<body>
<h1><a name="search-aes-keys"></a>5.11 Searching AES keys</h1>
<p>
Thanks to Victor Mu&#65533;&#65533;oz i have added support to the algorithm he developed to find expanded AES keys. It runs the search from the current seek to the cfg.limit or the end of the file. You can always stop the search pressing ^C.
</p>
<pre><code>$ sudo radare /dev/mem
[0x00000000]&gt; /A
0 AES keys found
</code></pre>

<!-- version IDs:
$Id: radare.but 2009-04-25 pancake $
-->
</body>
</html>