Tulp |GREP: 80 ** Từ chối dịch vụ (DOS) ** có thể được mô tả là luật ngăn người dùng hợp pháp truy cập và sử dụng một dịch vụ cụ thể.Nó bao gồm tràn vào mạng, mất kết nối với dịch vụ, v.v., nhưng mục tiêu cuối cùng là máy chủ (máy chủ) không thể đáp ứng các yêu cầu sử dụng dịch vụ từ máy trạm.
Hôm nay tôi muốn chia sẻ một số lệnh kiểm tra máy chủ khi DDOS tấn công:
* Đếm số lượng kết nối vào cổng 80:
`` `
netstat -ntulp |GREP: 80
`` `
=======================================
tulp | grep :80 **Denial of Service (DoS)** can be described as a law that prevents legitimate users from accessing and using a particular service. It includes flooding the network, losing connectivity to the service, etc., but the ultimate goal is that the server (server) cannot meet the requirements of using the service from workstations.
Today I would like to share some server testing commands when DDoS attack:
* Count the amount of connections into port 80:
```
netstat -ntulp | grep :80
```
Hôm nay tôi muốn chia sẻ một số lệnh kiểm tra máy chủ khi DDOS tấn công:
* Đếm số lượng kết nối vào cổng 80:
`` `
netstat -ntulp |GREP: 80
`` `
=======================================
tulp | grep :80 **Denial of Service (DoS)** can be described as a law that prevents legitimate users from accessing and using a particular service. It includes flooding the network, losing connectivity to the service, etc., but the ultimate goal is that the server (server) cannot meet the requirements of using the service from workstations.
Today I would like to share some server testing commands when DDoS attack:
* Count the amount of connections into port 80:
```
netstat -ntulp | grep :80
```