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 5f3270b commit 4e31e2c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# DDoS-Ripper
DDos Ripper

What is a DDoS Attack?
# What is a DDoS Attack?
A Distributable Denied-of-Service (DDOS) attack server that cuts off targets or surrounding infrastructure in a flood of Internet traffic

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>

0 comments on commit 4e31e2c

Please sign in to comment.