This file is indexed.

/usr/share/radare2/0.9.6/www/graph/sf-homepage.css 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
 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
.draggable {
	position: absolute;
}

div.block, h1.block, h2.block, p.block {
	border: 1px solid #9DA3B3;
	/*background-color: #E0E8FF; */
	background-color: #404040;
	color: white;
	padding: 5px;
}

div.canvas {
	border: 0px solid #262A37;
	background-color: black;
/*
	background-image: url('gradient.jpg');
	background-repeat: no-repeat;
	background-position: top right;
*/
	padding: 0px;	
}

.highlighter {
	border: 1px solid #CFDF62 !important;
	background-color: #F1FF90 !important;
	margin-bottom: 2px !important;
	padding: 0px !important;
	z-index: 3;
}

.highlighter .highlighter {
	border: 1px solid #7DAB76 !important;
	background-color: #BAFFB0 !important;
	margin-left: 2px !important;
	margin-right: 2px !important;
}

html {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: verdana;
	font-size: 11px;
	color: #33333F;
	padding: 0px;
	margin: 0px;
	background-color: black;
}

h1 {
	color: #FF7521;
	margin: 0px;
	font-size: 20px;
}

h2 {
	font-size: 15px;
	margin: 0px;
}

p, div {
	font-size: 11px;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #FF9900;
}

.middle-label, .source-label, .destination-label {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
}

div.connector {
	background-color: #ff9900;
	width: 5px;
	z-index: 1000;
}

table.main_table {
	width: 100%; 
	border-collapse: separate;
}

td.menu {
	padding: 5px;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}

.menu li {
	border: none;
	padding: 0px;
	font-size: 12px;
	margin-bottom: 3px;
}

.block ol, .block ul {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-left: 25px;
}

.code {
	font-family: monospace;
	line-height: 1.5em !important;
}