An open API service indexing awesome lists of open source software.

https://github.com/rajiska/anti-dos

Basic tool to prevent DoS attacks
https://github.com/rajiska/anti-dos

antidos bash

Last synced: about 1 month ago
JSON representation

Basic tool to prevent DoS attacks

Awesome Lists containing this project

README

          

# Anti Dos
Aims to prevent basic DoS attacks by analyzing the flow of ingoing packets and blocking IP address of a client if it sends too many packets within a given amount of time.

# Usage
Scan Port 22
```
./anti-dos.sh .tmp_ip 22
```

Scan Port Range 1000 to 2000
```
./anti-dos.sh .tmp_ip 1000-2000
```