https://github.com/drego85/DDoS-PHP-Script
  
  
    Script to perform a DoS or DDoS UDP Flood by PHP 
    https://github.com/drego85/DDoS-PHP-Script
  
        Last synced: 4 months ago 
        JSON representation
    
Script to perform a DoS or DDoS UDP Flood by PHP
- Host: GitHub
 - URL: https://github.com/drego85/DDoS-PHP-Script
 - Owner: drego85
 - Created: 2015-08-04T08:28:04.000Z (over 10 years ago)
 - Default Branch: master
 - Last Pushed: 2023-06-13T14:45:54.000Z (over 2 years ago)
 - Last Synced: 2024-11-14T21:02:46.721Z (12 months ago)
 - Language: PHP
 - Homepage:
 - Size: 57.6 KB
 - Stars: 234
 - Watchers: 24
 - Forks: 158
 - Open Issues: 1
 - 
            Metadata Files:
            
- Readme: README.md
 
 
Awesome Lists containing this project
- awesome-hacking-lists - drego85/DDoS-PHP-Script - Script to perform a DoS or DDoS UDP Flood by PHP (PHP)
 
README
          # 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
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](https://twitter.com/AndreaDraghetti) is the creator of the project
Special thanks:
* [@TheZer0](https://github.com/TheZ3ro) to support for coding.
* [@Smaury](https://github.com/smaury) to support for coding.
* [@moty66](https://github.com/moty66) to support for coding.
* [@AxissXs](https://github.com/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.