This file is indexed.

/usr/share/doc/hping3/examples/apd.htcl is in hping3 3.a2.ds2-7.

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
while {1} {
	set xx [hping recv -hexdata eth0 0 100]
	foreach x $xx {
		puts "$x\n"
	}
}