This file is indexed.

/usr/share/Crack/scripts/crack-rsh is in crack-common 5.0a-11.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

1
2
3
4
#!/bin/sh
exec ${CRACK_RSH:-rsh} $*
echo "$0: oops: rsh $*"
exit 1