项目作者: rikonaka

项目描述 :
DoS tool for Linux.
高级语言: C
项目地址: git://github.com/rikonaka/DoS-Tool-Linux.git
创建时间: 2017-11-24T02:54:01Z
项目社区:https://github.com/rikonaka/DoS-Tool-Linux

开源协议:GNU General Public License v3.0

下载


Dos-Tool

Intro

Dos-Tool-Linux is used DoS attack make computer offline, the DoS method also could attack website.

License: GPL v3

Current version: 1.0.2 | Changelog

Support the legitimate rights and interests of programmers

996.icu

LICENSE-blue.svg)

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
  1. # sudo apt install make gcc libssl-dev
  2. # make

Usage

  1. # dos-tool-linux -h

Run

  1. # dos-tool-linux [option]

Note

Too many open file

To change maximum open file limits for your terminal session, run this command:

  1. # 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:

  1. # fs.file-max = 100000