Skip to content

The best ip stresser / ip booter 2025 A simple PHP script to send UDP packets to a specified IP and port for stress testing your own hardware. Use responsibly!

Notifications You must be signed in to change notification settings

sinor-stresser/ip-stresser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’₯ FREE IP STRESSER / BOOTER PHP UDP SHELL

A simple PHP script to send UDP packets to a specified IP and port for stress testing your own hardware. Use responsibly!

πŸš€ Made by

πŸ”— emailnightmare.com

⚠️ Disclaimer

This tool is intended for educational and testing purposes only. Do NOT use it for malicious activities. You are responsible for your own actions.

πŸ“¦ Features

βœ… Sends UDP packets to a specified IP and port βœ… Allows custom packet size (1-65507 bytes) βœ… User-defined duration for stress testing

πŸ› οΈ Installation

πŸ“Œ Prerequisites

Ensure you have PHP CLI installed. You can install it with:

For Debian/Ubuntu:

sudo apt update && sudo apt install php-cli -y

For CentOS/RHEL:

sudo yum install php-cli -y

For Windows:

🎯 Usage

1️⃣ Run the script in a terminal:

php udp_stress_test.php

2️⃣ Enter the required details:

  • Server IP
  • Server Port
  • Duration (in seconds)
  • Packet Size (1-65507 bytes)

3️⃣ The script will send UDP packets for the specified duration.

πŸ“Œ Example Output

Enter Server IP: 192.168.1.1
Enter Server Port: 80
Enter Duration (seconds): 10
Enter Packet Size (1-65507): 1024
UDP stress test completed.

πŸ“œ License

This script is provided as-is with no warranty. Use at your own risk. πŸ› οΈ

About

The best ip stresser / ip booter 2025 A simple PHP script to send UDP packets to a specified IP and port for stress testing your own hardware. Use responsibly!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages