How to implement DDoS attacks on Windows operating systems _WINDOWSXP

Source: Internet
Author: User
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
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.