Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

A script based on PHP which uses UDP to execute Denial of Service attacks through a Web Server or Terminal.

Notifications You must be signed in to change notification settings

singhdilveer1/DoS-UDP-PHP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DoS-UDP-PHP

A Denial of Service PHP script (UDP)! For educational purposes only.

  • Please do not try to use this script on any remotely hosted website. You shouldn't perform an attack on a website hosted by a third perty (ex, GoDaddy, Dreamhost, and sepecially subdomains from 000webhost, etc) even if you have the domain/site owner's permission.

N|Solid

Default Password is "apple", autofilled in the updated UI.

EXAMPLES:

Terminal:

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

Through Browser:

http://yourwebsite.com/dos.php?pass=PASSWORD&host=TARGET&port=PORT&time=SECONDS&packet=NUMBER&bytes=NUMBER

COMMANDLINE PARAMETERS:

Command About
help Shows this a help page
host State IP or HOSTNAME
pass Only if used from webserver default password is 'apple'
port If not give a random port will be chosen
time Time in second to keep the DoS attack on
packet Number of packets
bytes Size of packet, defualt: ".DOS_DEFAULT_PACKET_SIZE
format Output format, (text,json,xml), default: text
output Logfile, write and save output to a file
verbose OPTIONAL 0: debug, 1:info, 2:notice, 3:warning, 4:error, default: info
READ: If both time and packet are specified, only time will be used

Originally by @ibrahimben0 ( https://github.com/IbrahimBen1k/DoS-UDP-PHP )

About

A script based on PHP which uses UDP to execute Denial of Service attacks through a Web Server or Terminal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 65.7%
  • HTML 34.3%