How to implement DDOS attack on Windows operating system

  
        First of all, the configuration method of the client and server we used to attack, using the most famous REDHAT Linux test, this attack test I used FEDORA CORE3, the software uses the most famous DDOS attack tool TFN2K Linux version, The attacked Windows server system uses the Windows2000SERVER service to open apache2 FTP VNC has little relationship, the main attack apache nonsense, start setting the server. 0. Extract tar -zxvf tfn2k.tgz 1. Install TFN2K TFN2K as open source code The software, so we need to compile, needless to say, the compiler should be, but there are several places that must be noted, because the use of different versions and manufacturers of Linux requires different settings. First modify src/ip.h and comment out the following sections, otherwise the compilation will fail. /*struct in_addr { unsigned long int s_addr; };*/Then make compile and compile will prompt you to enter the server to set the password 8-32 bit, (you need to enter the password when attacking) will compile two new Execute files td and tfn, where td is the daemon and is the process used by the client. And tfn is the server control process, if you want to attack others, you must first start the td process, and then run the server process, otherwise the attack is invalid, change the password can perform mkpass to change. Finally, install and run td (requires ROOT permission) on all clients, and create a text file on the server. All the client IP addresses are recorded in the file (it is possible to edit one with VI) in the format: 192.168. 0.1 192.168.0.2 192.168.0.3 IP IP ..... Then run ./tfn on the primary server
Copyright © Windows knowledge All Rights Reserved