Simple proof of concept script to demonstrate ddos with Python
Find a file
2023-11-22 23:37:57 -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 README 2023-11-22 23:37:57 -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:

$ python3 ddos-script.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.