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.
- Node.js v 18 installed on your machine
- Clone the repository to your local machine.
- Navigate to the project directory in your terminal.
- Run
npm install
to install the required dependencies.
- In the terminal, navigate to the project directory.
- Run
node index.mjs
to start the program. - The program will run for 120 seconds, during which it will send manipulated packets to the IP address specified in the code.
- The program will log the number of packages sent every 1 millisecond.
- 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.