Skip to content

Commit f6b8915

Browse files
authored
Update README.md
1 parent 08b2be8 commit f6b8915

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
11
# r-u-flooded
22
🦀 UDP-based DoS (Denial of Service) stress testing and Denial of Service tool made in Rust.
3+
4+
5+
## Build
6+
7+
```bash
8+
apt-get install cargo
9+
cargo build
10+
./target/debug/r-u-flooded
11+
```
12+
13+
## Usage
14+
15+
```bash
16+
./r-u-flooded <ip address> <number of threads> <time (0 for infinite)>
17+
```

0 commit comments

Comments
 (0)