Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
palahsu authored Oct 16, 2020
1 parent 4e31e2c commit 25b9c46
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ A Distributable Denied-of-Service (DDOS) attack server that cuts off targets or
DDoS attacks achieve effectiveness using multiple compromised computer systems as a source of attack traffic. Search engines may include computers and other network resources such as IoT devices.
From a higher level, the DDOS attack is like an unexpected traffic jam stuck on a highway, preventing regular traffic from reaching its destination.

$ git clone https://github.com/palahsu/DDoS-Ripper
$ cd DDoS-Ripper
$ ls
$ python3 DDOS Ripper.py
$ python3 DDOS Ripper.py -s [ip Address] -t 135 <br>
example: <br>
$ python3 DDOS Ripper.py -s 123.45.67.89 -t 135<br>
`$ git clone https://github.com/palahsu/DDoS-Ripper`
`$ cd DDoS-Ripper`
`$ ls`
`$ python3 DDOS Ripper.py`
`$ python3 DDOS Ripper.py -s [ip Address] -t 135`
`$ example: python3 DDOS Ripper.py -s 123.45.67.89 -t 135`

0 comments on commit 25b9c46

Please sign in to comment.