Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
c3l3si4n authored Sep 7, 2020
1 parent 08b2be8 commit f6b8915
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# r-u-flooded
🦀 UDP-based DoS (Denial of Service) stress testing and Denial of Service tool made in Rust.


## Build

```bash
apt-get install cargo
cargo build
./target/debug/r-u-flooded
```

## Usage

```bash
./r-u-flooded <ip address> <number of threads> <time (0 for infinite)>
```

0 comments on commit f6b8915

Please sign in to comment.