Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 1.4 KB

README.md

File metadata and controls

52 lines (27 loc) · 1.4 KB

Simple DDoS

A simple proof of concept DDoS script written in Python.

GitHub commit activity (branch) GitHub followers

Keybase PGP Mastodon Follow

Acknowledgements

Usage/Examples

To use:

Clone the repo:

$ git clone https://github.com/twhite96/ddos-script.git

then cd into the src directory...

$ cd src
$ python3 ddos.py <hostname> <port>

FAQ

Well it didn't work!

I know. You'd need to feed more bytes into the randbytes(4000) method, as I am only sending 4kb. This is a v1 of a proof of concept.

Where the hell are the tests??

Soon, young Padawan.