https://github.com/rikonaka/dos-tool-linux
DoS tool for Linux.
https://github.com/rikonaka/dos-tool-linux
c ddos-tool
Last synced: 6 months ago
JSON representation
DoS tool for Linux.
- Host: GitHub
- URL: https://github.com/rikonaka/dos-tool-linux
- Owner: rikonaka
- License: gpl-3.0
- Created: 2017-11-24T02:54:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T15:41:22.000Z (almost 5 years ago)
- Last Synced: 2025-03-13T18:24:15.395Z (10 months ago)
- Topics: c, ddos-tool
- Language: C
- Homepage:
- Size: 1.45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Dos-Tool
## Intro
[Dos-Tool-Linux](https://github.com/rikonaka/DoS-Tool-Linux) is used DoS attack make computer offline, the DoS method also could attack website.
[](https://www.gnu.org/licenses/gpl-3.0)
Current version: 1.0.2 | [Changelog](CHANGELOG.md)
## Support the legitimate rights and interests of programmers
[](https://996.icu)
[-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)
## Features
DoS-Tool-Linux is written in pure C, for the efficient operation of the program and keep the resource usage as low as possible.
## Installation
### Install from source
- Debian or Ubuntu
```bash
# sudo apt install make gcc libssl-dev
# make
```
## Usage
```bash
# dos-tool-linux -h
```
## Run
```bash
# dos-tool-linux [option]
```
## Note
> Too many open file
To change maximum open file limits for your terminal session, run this command:
```bash
# ulimit -n 3000
```
After closing the terminal and creating a new session, the limits will get back to the original values specified in /etc/security/limits.conf.
To change the general value for the system /proc/sys/fs/file-max, change the fs.file-max value in `/etc/sysctl.conf`:
```bash
# fs.file-max = 100000
```