How to Implement DDoS attacks in Windows

Source: Internet
Author: User

First, we use the most famous RedHat Linux for testing the configuration method of the client and server we use to attack. In this attack test, I use fedora core3, the software uses the most famous DDoS attack tool TFN2k Linux. The attacked Windows server system uses the apache2 ftp vnc enabled by windows2000server service, which is not closely related to Apache attacks.

Start to set up the server.

0. Decompress tar-zxvf TFN2k. tgz

1. Install TFN2k

TFN2k is open sourceCodeSo we need to compile the software. Needless to say, the compilation should all be done, but there are a few points that need to be noted, because different versions and vendors of Linux need different settings.

First modify src/IP. h

Comment out the following parts; otherwise, the compilation fails.

/* Struct in_addr

{

Unsigned long int s_addr;

};*/

Then make

During compilation, you will be prompted to enter the server side to set the password to 8-32 bits. (During attack, you need to enter the password.) After compilation, two new execution files (TD and TFN) will appear, TD is a daemon and a client user process. TFN is a server-controlled 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. You can change the password by executing mkpass. Finally, install and run TD on all clients (root permission required), and create a text file on the server, file to record all the Client IP addresses (it is feasible to edit one with VI), format:

192.168.0.1

192.168.0.2

192.168.0.3

IP

IP

.....

Then run./TFN on the master server.

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.