ddos-script/README.md
2023-11-22 23:37:57 -05:00

1.2 KiB

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.