/usr/sbin/Crack-Reporter is in crack-md5 5.0a-9.3.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #!/bin/sh
# Wrapper file for Reporter
# written by Javier Fernandez-Sanguino for the Debian GNU/Linux distribution
#
# Licensed under the GNU GPL v2.
# See /usr/share/doc/common-licenses/GPL
cd /usr/share/Crack
./Reporter $*
|