Update something

This commit is contained in:
tiff 2023-11-22 23:41:15 -05:00
parent c63c41ef3d
commit 7250e1744f

View file

@ -26,8 +26,20 @@ A simple proof of concept DDoS script written in Python.
To use:
Clone the repo:
```sh
$ python3 ddos-script.py <hostname> <port>
$ git clone https://github.com/twhite96/ddos-script.git
```
then cd into the `src` directory...
```sh
$ cd src
```
```sh
$ python3 ddos.py <hostname> <port>
```