First of all, we used to attack the client and the server configuration method, using the most famous Redhat Linux for testing, this attack test I use Fedora CORE3, the software is the most famous DDoS attack tool Tfn2k Linux version, The attacked Windows Server system uses the Windows2000server service to open the APACHE2 FTP VNC, which mainly attacks Apache
No more nonsense, start setting up the server.
0. Decompression TAR-ZXVF tfn2k.tgz
1. Install Tfn2k
Tfn2k for open source code software, so we need to compile, this needless to say, compile should be all right, but there are several places that need attention, because the use of different versions and vendors of Linux requires different settings.
Modify Src/ip.h First
Comment out the following sections, or compile an error.
/*struct in_addr
{
unsigned long int s_addr;
};*/
Then make compiles
Compile will prompt you to enter the server to password set 8-32 bits, (when the attack needs to enter a password) compiled will appear two new execution files TD and TFN, which TD is the daemon, but also the use of the client process. And TFN is the server control process, if you want to attack others, you must start the TD this process, and then run the server process, otherwise the attack is invalid, change password can perform mkpass change. Finally install and run TD on all clients (requires root permission), and create a text file on the server that records all the client IP addresses (which is possible with the VI edit), in the form of:
192.168.0.1
192.168.0.2
192.168.0.3
Ip
Ip
.....
Then run on the primary server./TFN