[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Re: hacked?



Oops,

Sorry, someone who I work with put that there. I goofed.
false alarm.

> 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?