Re: How to take down a system to the point of requiring a newfs
Patient: Doctor, it hurts when I do this!
Doctor: Don't do that...
On Feb 18, 2008 1:23 PM, Dag-Erling Sm=F8rgrav <des@des.no> wrote:
> Jim Bryant <freebsd@electron-tube.net> writes:
> > #include <stdio.h>
> > #include <stdlib.h>
> >
> > int main(int argc, char **argv) { int i; char buf[1024]; bzero(buf, 102=
4); for(i =3D 0; i < 10000; i++) { sprintf(buf, "touch %s%05d\n", argv[1], =
i); system((const char *)buf);} return(0);}
>
> Subject should be "how to take down a system [...] with three lines of
> badly written C, provided you have root privileges already and are too
> lazy to just dd if=3D/dev/zero of=3D/dev/ad0s1 count=3D100", which would
> accomplish the job much faster.
>
> Purely in the interest of showing off, here is my version. It is 81
> bytes shorter than yours, it is valid C99 with POSIX extensions (yours
> is not), and it produces 11,450 files in about 0.2% of the time yours
> takes to produce 10,000.
>
> #include <unistd.h>
> #define b(i,v) for(int v=3D48;v<127;++v){f[i]=3Dv;
> #define a(i) b(i,v##i)
> int main(void){char f[5]=3D{'/'};a(1)a(2)a(3)truncate(f,0);}}}}
>
> DES
> --
> Dag-Erling Sm=F8rgrav - des@des.no
>
> _______________________________________________
> freebsd-security@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-security
> To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.or=
g"
>
_______________________________________________
freebsd-security@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-security
To unsubscribe, send any mail to "freebsd-security-unsubscribe@freebsd.org"
討論串 (同標題文章)
完整討論串 (本文為第 3 之 21 篇):