Skip to content

dxb3l/cppdos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DDoS Attack Script (C++ Version)

Description

This C++ version of the DDoS attack script is a translation of the original Perl script created by SamY from cqHack. The script is designed to perform a Distributed Denial of Service (DDoS) attack by sending a large number of UDP packets to a specified IP address and port.

Author

This version of the script was translated to C++ by dxb1l. The original Perl script and its credits go to SamY from cqHack.

Usage

To use the script, compile it using a C++ compiler and run the executable with the target IP address as a command-line argument:

./ddos_attack <target_ip>

About

cqhack translation to cpp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages