/* Program to spit out /etc/passwd style files from the moo. Suitable for use with Crack 4.1 :-) I use this to see if users have crackable passwords. Not a great security risk, but better safe than sorry. 5-28-92 C. Regis Wilson $generic_wizard:@moo2etc none none none */ set_task_perms(player); for x in (players()) player:tell(x.name,":",x.password,":20:20:Moo User:/home/Moo:/bin/csh"); endfor return(0);