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
- Host: GitHub
- URL: https://github.com/rajiska/anti-dos
- Owner: RaJiska
- Created: 2016-09-22T13:09:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T11:10:24.000Z (over 9 years ago)
- Last Synced: 2025-09-08T19:33:34.781Z (10 months ago)
- Topics: antidos, bash
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```