Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 345 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 345 Bytes

DDoS

This is a basic Python script that accepts a website's url in string format to initiate a DDoS attack. For educational purposes only.

To run this script, you should be running Python >= 3.2.0

To install the dependencies: pip install futures pip install urllib

Warning: This script may crash your computer as it is multi-threaded.