DDosify – Công cụ kiểm tra sức chịu tải DDoS của Website

TricksMMO

Administrator
Staff member
|sh
Hướng dẫn sử dụng ## ddosify là một công cụ tấn công DDOS cho trang web để giúp bạn kiểm tra khả năng tải của hệ thống.

Gần đây, một số trang web của Việt Nam đã được DDO nhiều lần và DDO cũng khiến bạn sở hữu một trang web hoặc quản trị viên của một trang web không thú vị.

Vì vậy, nếu bạn cũng là chủ sở hữu hoặc quản trị viên của một trang web nhất định mà bạn muốn kiểm tra dung sai của trang web và khả năng xử lý của phần mềm chống lại DDOS, bạn sẽ đến đúng nơi.

Hôm nay tôi sẽ chỉ cho bạn cách cài đặt và sử dụng ddosify để kiểm tra trang web của bạn!

### DOS là gì? DDoS là gì? Sự khác biệt giữa DOS và DDoS

DOS là một cuộc tấn công vào máy chủ tắc từ 1 IP/Nguồn

DDOS là một cuộc tấn công từ các mục tiêu IP khác nhau.

Do đó, có thể thấy rằng DDoS sẽ có nhiều ngôi sao nguy hiểm hơn nhiều lần với DOS và khả năng ngăn chặn DDoS cũng khó hơn.

Bạn có thể thấy nhiều tài liệu hơn trong bài viết: [Tấn công DDOS là gì?] (Https://tricksmmo.com/what-is-ddos-attack/)

### ddosify là gì? Nó sử dụng nó là gì?

DDosify là một công cụ cho phép người dùng thực hiện kiểm tra độ bền của trang web trong một thời gian ngắn và trả lại báo cáo cho chúng tôi.

Cho đến nay, DDosify đã hỗ trợ các cuộc tấn công vào các giao thức HTTP, HTTPS, HTTP/2.

Trong tương lai, họ sẽ phát triển các giao thức mới hơn và không chỉ giới hạn trong các cuộc tấn công Layer7 mà còn cả Layer4.

Đồng thời, Ddosify cũng cung cấp cho chúng tôi một loạt các tải trọng để chúng tôi có thể tiến hành một cuộc tấn công.

### Hướng dẫn cài đặt và sử dụng cho ddosify

#### Hướng dẫn cài đặt

Lưu ý: Vui lòng chọn cài đặt tốt nhất cho bạn! Không cần phải làm tất cả các cách dưới đây!

** Sử dụng Docker **

`` `
Docker Run -at - -rm ddosify/ddosify
`` `

** Sử dụng homebrew **

`` `
Brew Cài đặt ddosify/tap/ddosify
`` `

** Sử dụng gói Linux **

`` `
# Redhat (Fedora, Centos, Rhel, ...)
RPM -i github.com/ddosify/ddosify/release/latest/doad/ddosify_amd64.rpm

# Debian (Ubuntu, Linux Mint, ...)
wget github.com/ddosify/ddosify/release/latest/doad/ddosify_amd64.deb
dpkg -i ddosify_amd64.deb

# Alpine
wget github.com/ddosify/ddosify/release/latest/doad/ddosify_amd64.apk
apk thêm--no-cache ddosify_amd64.apk

# Arch Linux
Git Clone Aur.Archlinux.org/ddosify.git
CD ddosify
MAKEPKG -SRI
`` `

** Cài đặt cho cửa sổ **

`` `
Bắt đầu. \ Ddosify.exe
`` `

** Bước 1: ** Bạn truy cập trang phát hành và tìm đến FileDosify_ [Số phiên bản] _WINDOWS_ [Kiến trúc máy tính] .zip và tải xuống

** Bước 2: ** Bạn trích xuất tệp zip đã tải xuống

** Bước 3: ** Bạn mở dấu nhắc lệnh của thiết bị và sử dụng lệnh sau để trỏ đến thư mục chính xác của bạn

`` `
CD [Đường đến thư mục]
`` `

** Sử dụng tập lệnh được cài đặt sẵn (được sử dụng cho Linux và MacOS **

** Yêu cầu: ** Phải có 2 gói: Curls và sudo

`` `
Curl -ssfl raw.githubusercontent.com/ddosify/ddosify/master/scripts/install.sh |sh
`` `

## Hướng dẫn sử dụng

### Lệnh

`` `
DDosify giúp đỡ
`` `

Hiển thị thông tin trợ giúp.

`` `
Ddosify Attack [Tùy chọn]
`` `

Bắt đầu một cuộc tấn công.

`` `
Báo cáo DDosify [Tùy chọn]
`` `

Cho thấy báo cáo của một cuộc tấn công trước đó.

### Tùy chọn

`` `
-H, -
=======================================
| sh
User manual ## DDOSIFY is a DDOS attack tool to the website to help you test the load capacity of the system.

Recently, some Vietnamese websites have been ddos many times and DDOS also makes you own a website or admin of a website is not fun.

So if you are also an owner or admin of a certain website that you want to check the tolerance of the website and the processing ability of the DDOS anti -DDOS software, you come to the right place.

Today I will show you how to install and use DDOSIFY to check your site!

### What is DOS?What is DDOS?The difference between dos and ddos

DOS is an attack to clog server from 1 IP/Source

DDOS is an attack from various IP goals.

Thus, it can be seen that DDOS will have many times more dangerous stars with DOS, and the ability to prevent DDOS is also harder.

You can see more documents in the article: [What is DDOS attack?](https://tricksmmo.com/what-is-ddos-attack/)

### What is ddosify?What is its use?

DDOSIFY is a tool that allows users to carry out the endurance test of the website in a short time and return the report to us.

Up to now, DDosify has supported attacks on HTTP, HTTPS, HTTP/2 protocols.

In the future, they will develop newer protocols and not only limited to Layer7 attacks but also layer4.

At the same time, DDosify also provides us with a variety of Loadtype so we can conduct an attack.

### Instructions for installing and using for ddosify

#### Installation Instructions

Note: Please choose the best installation for you!No need to do all the ways below!

**Use Docker**

```
docker run -AT --rm ddosify/ddosify
```

**Use homebrew**

```
brew install ddosify/tap/ddosify
```

**Use Linux Package**

```
# Redhat (Fedora, CentOS, Rhel, ...)
rpm -i github.com/ddosify/ddosify/releases/latest/download/ddosify_amd64.rpm

# Debian (Ubuntu, Linux Mint, ...)
wget github.com/ddosify/ddosify/releases/latest/download/ddosify_amd64.deb
dpkg -I ddosify_amd64.deb

# Alpine
wget github.com/ddosify/ddosify/releases/latest/download/ddosify_amd64.apk
apk add --no-cache ddosify_amd64.apk

# Arch Linux
git clone aur.archlinux.org/ddosify.git
cd ddosify
makepkg -sri
```

**Install for window**

```
Start .\Ddosify.exe
```

**Step 1:** You visit the release page and look to FileDosify_ [version number] _Windows_ [Computer Architecture] .zip and download it to

**Step 2:** You extract the downloaded zip file

**Step 3:** You open the Command Prompt of your device and use the following command to point to your correct folder

```
cd [Road to folder]
```

**Use pre -installed script (used for linux and macOS**

**Requirements:** must have 2 packages: curls and sudo

```
curl -ssfl raw.githubusercontent.com/ddosify/ddosify/master/scripts/Install.sh | sh
```

## User manual

### Commands

```
ddosify help
```

Shows help information.

```
ddosify attack [options]
```

Starts an attack.

```
ddosify report [options]
```

Shows the report of a previous attack.

### Options

```
-h, --
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top