Simple proof of concept script to demonstrate ddos with Python
Find a file
2023-11-26 19:18:29 -05:00
src Finish script, needs refactored but runs 2023-11-15 19:53:00 -05:00
.gitignore Initial comnit 2023-11-04 19:28:13 -04:00
__init__.py Finish script, needs refactored but runs 2023-11-15 19:53:00 -05:00
LICENSE Initial commit 2023-11-04 19:24:59 -04:00
README.md Update something 2023-11-26 19:18:29 -05:00

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.