Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
DDoS-PHP-Script — Script to perform a DoS or DDoS UDP Flood by PHP | Kitploit
Tools/GitHubGitHub/drego85/ddos-php-script
Scripting & AutomationPenetration TestingLearning & EducationArchived
GitHubdrego85/ddos-php-script

DDoS-PHP-Script

Script to perform a DoS or DDoS UDP Flood by PHP

View Repository
2511593 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

DDoS PHP Script

Script to perform a DDoS UDP flood by PHP

Usage

From web server (visit the page):

http://127.0.0.1/ddos.php?pass=apple&host=TARGET&port=PORT&time=SECONDS&packet=NUMBER&bytes=NUMBER

From terminal:

php ./ddos.php host=TARGET port=PORT time=SECONDS packet=NUMBER bytes=NUMBER

Parameters

root@kitploit:~
help	Print this help summary page
host	REQUIRED specify IP or HOSTNAME
pass	REQUIRED only if used from webserver
port	OPTIONAL if not specified a random ports will be selected
time	OPTIONAL seconds to keep the DDoS alive, required if packet is not used
packet	OPTIONAL number of packets to send to the target, required if time is not used
bytes	OPTIONAL size of the packet to send, defualt: 65000
format	OPTIONAL output format, (text,json,xml), default: text
output	OPTIONAL logfile, save the output to file
verbose	OPTIONAL 0: debug, 1:info, 2:notice, 3:warning, 4:error, default: info

Note: 	If both time and packet are specified, only time will be used

Requirements

  • PHP 5.4 version or greater

To-Do List

  • Introduce a logging function to file

Credits

  • Andrea Draghetti is the creator of the project

Special thanks:

  • @TheZer0 to support for coding.
  • @Smaury to support for coding.
  • @moty66 to support for coding.
  • @AxissXs to support for coding.

License

GNU General Public License version 2.0 (GPLv2)

Disclaimer

This tool is written for educational purpose only, please use it on your own good faith.

Download Tool