This file is indexed.

/usr/share/reconf-inetd/nyancat-server.tcp6 is in nyancat-server 1.2.2-1.

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
service telnet
{
	socket_type = stream
	protocol = tcp6
	wait = no
	user = nobody
	server = /usr/bin/nyancat-server
	server_args = nyancat -t
}