A simple proof of concept DDoS script written in Python.
- Craig Lang: for his valuable pairing sessions
- Tae'Lur Alexis's Port Scanner: looking at the code helped me quit spinning my wheels with over-engineering
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>
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.
Soon, young Padawan.