Skip to content

a simple but powerfull ddos script written in nodejs

License

Notifications You must be signed in to change notification settings

HyperGaming99/ddos-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDos tool

This repository contains a Node.js program that sends manipulated packets to a specific IP address. The program uses the net module to create a TCP client that connects to the IP address and sends packets with a fake IP header size. The purpose of this program is for educational and experimental purposes only, and should not be used for any malicious activities.

Requirements

  • Node.js v 18 installed on your machine

Installation

  1. Clone the repository to your local machine.
  2. Navigate to the project directory in your terminal.
  3. Run npm install to install the required dependencies.

Usage

  1. In the terminal, navigate to the project directory.
  2. Run node index.mjs to start the program.
  3. The program will run for 120 seconds, during which it will send manipulated packets to the IP address specified in the code.
  4. The program will log the number of packages sent every 1 millisecond.

Important Notes

  • This program is for educational and experimental purposes only, and should not be used for any malicious activities.
  • Sending manipulated packets to an IP address without permission is illegal and can result in serious consequences.
  • The IP address used in this program is for demonstration purposes only and should not be used without permission.

About

a simple but powerfull ddos script written in nodejs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%