Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 460 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 460 Bytes

PHP-DoS

Script to perform a randomized DoS UDP flood attack

Usage

http://127.0.0.1/dos.php?host=TARGET&port=PORT&time=SECONDS&random=true

Parameter

host	REQUIRED  STRING  target IP
port	OPTIONAL  INT     target port. Default port is 80
time	OPTIONAL  INT     seconds to keep the DoS alive. Default time is 60 seconds
random	OPTIONAL  BOOLEAN randomize all packets to avoid packet drops. Default is false

Requirements

PHP >= 5.3