[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] hacked?
- Subject: [cobalt-users] hacked?
- From: "Linuxman" <linuxman@xxxxxxxxxxxxxxxx>
- Date: Sun Nov 17 09:30:22 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I just found the file home/sites/usercheck.sh that I never saw before. Its
contents are the following script:
for a in `cat /tmp/sites`
do
for b in `ls $a/users`
do
echo $a:$b
#chown -R $b $a/users/$b
done
done
Have I been hacked?